case PageControl1.TabIndex of 0: WebBrowser1.Navigate(ComboBox1.Text); 1: WebBrowser2.Navigate(ComboBox1.Text); // ... etc. end;