Forum Moderators: open
I want a button like this: <input type=button value="Info Page" onClick="javascript:window.location.href='infopage.htm'">
To do this: <a href="infopage.htm" target="leftframe">Info Page</a>
Try this...
<input type=button value="Info Page" onclick="javascript:parent.leftframe.location='infopage.htm'" />
birdbrain
No problem... you're welcome.