Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jimlenihan

    open page in target from ImageButton1_Click

    Hi, I have the below code that opens a new window when a user clicks on an ImageButton ... what I'm looking for is the the webpage to open in a target called "main" ... any help is appreciated. Private Sub ImageButton1_Click(ByVal sender As System.Object, ByVal e As...
  2. jimlenihan

    open webpage with vb.net sub

    Thankyou, thats great......out of curiousity how could I open the page into a frame called &quot;main&quot; Label1.Text = &quot;<SCRIPT language=&quot; + Chr(34) + &quot;javascript&quot; + Chr(34) + &quot;>window.open(&quot; + Chr(34) + &quot;http://localhost/PcPNet/NewSample2.aspx&quot; +...
  3. jimlenihan

    open webpage with vb.net sub

    Sorry about this easy question but I would appreciate any help ... On clicking an ImageButton on a .aspx page I want to open another .aspx page Private Sub imageButton_Click(ByVal sender As System.Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles iButtonNext.Click // need code...
  4. jimlenihan

    frames and target

    Hi I have a HTML page with .... ... ... <frame name=&quot;banner&quot; src=&quot;Banner.html&quot;> <frameset cols=&quot;170,80%&quot;> <frame name=&quot;contents&quot; src=&quot;Menu.html&quot; > <frame name=&quot;main&quot; src=&quot;Welcome.html&quot; > ... In Menu.html I have the...

Part and Inventory Search

Back
Top