I have a window that upon loading opens another window, the two resize so that the first window is my 'menu bar' along the bottom, and the other is a 'browsing' window.
I've got it so that a text box in the menu window controls the location of the browser window, but I can't get my back button to work.
I'm using the following code:
<Input Type = "button" name = "Back" value = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/">http://www.webdeveloper.com/forum/archive/index.php/</a><!-- m -->"Back" onClick="javascript: window.newwin.history.go(-1);">
Which works if you navigate to html pages stored in the same folder as the others, but not when you view external web pages.
Any help would be sooooooooo greatly appreciated!
I've got it so that a text box in the menu window controls the location of the browser window, but I can't get my back button to work.
I'm using the following code:
<Input Type = "button" name = "Back" value = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/">http://www.webdeveloper.com/forum/archive/index.php/</a><!-- m -->"Back" onClick="javascript: window.newwin.history.go(-1);">
Which works if you navigate to html pages stored in the same folder as the others, but not when you view external web pages.
Any help would be sooooooooo greatly appreciated!