RedDucati748
MIS
I'm trying to create a press feature for my navigation buttons (created in photoshop). I know that I need two images, one for the up position and one for the down position. I put together the language below, but I can't get the whole thing to work. The buttons are in the ‘content’ portion of the frame. The buttons should display new pages in ‘main’ frame portion of the page. I think I need the 'onclick' event, but i'm unclear on that... Any help or suggestions would be greatly appreciated.
Thanks, Red
<p>
<INPUT TYPE="button" VALUE="homeupbutton.jpg" onCLick="main">
<a href = "main.html" target = "main">
<img src = "home.jpg" width = "120"
height = "30" alt = "Home" />
</a></br>
Thanks, Red
<p>
<INPUT TYPE="button" VALUE="homeupbutton.jpg" onCLick="main">
<a href = "main.html" target = "main">
<img src = "home.jpg" width = "120"
height = "30" alt = "Home" />
</a></br>