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...
Thankyou,
thats great......out of curiousity how could I open the page into a frame called "main"
Label1.Text = "<SCRIPT language=" + Chr(34) + "javascript" + Chr(34) + ">window.open(" + Chr(34) + "http://localhost/PcPNet/NewSample2.aspx" +...
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...
Hi
I have a HTML page with ....
... ...
<frame name="banner" src="Banner.html">
<frameset cols="170,80%">
<frame name="contents" src="Menu.html" >
<frame name="main" src="Welcome.html" >
...
In Menu.html I have the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.