Josh_R
10-09-2005, 03:30 PM
I have multiple submit buttons all on one page, problem is though, that i cannot get them to work with an iframe i have set within a frameset, heres what im using:
<input type=submit value=home onclick="center.location='home.html'"></input>
I can get that to work with a normal page with no frames, but i cant figure out how to get it to work with my iframe (and the iframe is named "center" so i dont quite know what im doing wrong)
help would be greatly appreciated.
<input type=submit value=home onclick="center.location='home.html'"></input>
I can get that to work with a normal page with no frames, but i cant figure out how to get it to work with my iframe (and the iframe is named "center" so i dont quite know what im doing wrong)
help would be greatly appreciated.