E Eiffla Sep 8, 2004 #1 I have a page and, on this page is button. I want when I clik on the button then open a new page in this window !! please Help thanks
I have a page and, on this page is button. I want when I clik on the button then open a new page in this window !! please Help thanks
M Mark Fitzpatrick Sep 8, 2004 #2 You need to use JavaScript to do it. Check javascript.internet.com and www.dynamicdrive.com for scripts to open browser windows. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage
You need to use JavaScript to do it. Check javascript.internet.com and www.dynamicdrive.com for scripts to open browser windows. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage
S Sanjeeb Sarangi Sep 9, 2004 #3 There are several ways you can open a new window. One among them is call window.open function in javascript.
There are several ways you can open a new window. One among them is call window.open function in javascript.