
February 27th, 2004, 08:57 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Need help using drop down menu to load frmes
using a drop down menu in frame0, I'm trying to get the selected option to reload frame1 and frame2
I have tried it these two ways:
1. <option value="parent.frames [1].location=zx12.htm;parent.frames [2].location=zx122.htm">F4
2. <head>
function gotof4i()
{parent.frames[1].location = "f4i.htm";parent.frames[2].location = "f4i2.htm";}
</head>
<body>
<option value="javascript:gotof4i()" onclick='self.status="F4i";return true'>F4i
</body>
Please help cant update my site till I fix this.
Thanks ahead of time
Rocket-Doc
|