jimlenihan
Technical User
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 following code in onclick(button)...
<SPAN ONCLICK="main.location.href='
I want the to open in the 'main' frame ?
When I run it I get a 'main' is undefined, any help appreciated.
Thanks
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 following code in onclick(button)...
<SPAN ONCLICK="main.location.href='
I want the to open in the 'main' frame ?
When I run it I get a 'main' is undefined, any help appreciated.
Thanks