The following is the line of code i've been having trouble with:
<td>
<input type=radio name="Flavor" onclick=window.location="P123.html" target="smallframe">
Flavor</td>
I have a page with 2 frames (bigframe and smallframe)
on "bigframe" i have a radio button that when i click it i want a page to load in "smallframe".
what am i doing wrong?
Sam
<td>
<input type=radio name="Flavor" onclick=window.location="P123.html" target="smallframe">
Flavor</td>
I have a page with 2 frames (bigframe and smallframe)
on "bigframe" i have a radio button that when i click it i want a page to load in "smallframe".
what am i doing wrong?
Sam