XP command button

Hi-<br />
<br />
I'm using FrontPage 2002. I'm putting together some pages and want to use a standard-looking 3D Windows XP command button to navigate between two pages. I can't seem to find any way to do this. I can add a command button through Insert->Form->Push Button, but this control is only for submitting data to a form. I just want to have the button act as a hyperlink.<br />
<br />
Any ideas?<br />
<br />
Thanks<br />
Eric<!--content-->This should do the trick:<br />
<br />
<br />
<input type="button" value="click" onclick="window.location.href='http://www.htmlforums.com/archive/index.php/somepage.html'"><!--content-->Sweet! Thanks - you've eliminated a big headache from my day.<br />
<br />
- Eric<!--content-->
 
Back
Top