I have set up my web page with a top frame for the menu and a "mainFrame" for the display, using javascript for the menu. Although this all the links works fine I cant get the target pages to open in the "mainFrame". I've tried various things but to no avail. The script reads:
eye.spinmenuitem("Home","../index.htm"
;
eye.spinmenuitem("display","../goods/hardware.htm"
;
eye.spinmenuitem("Forms","../forms/application.htm"
;
eye.spinmenuitem("BITS","../discussion/bits.htm"
;
eye.spinmenuitem("Stress","../stress/strbsindex.htm"
;
eye.spinmenuclose();
Could someone please advise where I'm going wrong.
Thanks in advance
eye.spinmenuitem("Home","../index.htm"
eye.spinmenuitem("display","../goods/hardware.htm"
eye.spinmenuitem("Forms","../forms/application.htm"
eye.spinmenuitem("BITS","../discussion/bits.htm"
eye.spinmenuitem("Stress","../stress/strbsindex.htm"
eye.spinmenuclose();
Could someone please advise where I'm going wrong.
Thanks in advance