BounceFish 

Website Solutions
Search
      home solutions clients resources faqs contact us  
  See our portfolio under the solutions section.

Resources - For Developers

Back to Resources For Developers Homepage

================COPY CODE BELOW===========================
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function goToURL1() { window.location = "navigationalformbuttons_example_modify.html"; }
function goToURL2() { window.location = "navigationalformbuttons_example_delete.html"; }
// End -->
</script>
<FORM>
<INPUT TYPE="BUTTON" NAME="Modify Event" VALUE="Modify Event" onClick="goToURL1()">
<INPUT TYPE="BUTTON" NAME="Delete Event" VALUE="Delete Event" onClick="goToURL2()">
</FORM>

================COPY CODE ABOVE===========================

    INSTRUCTIONS
  • Paste code inside body <BODY></BODY> of HTML page
  • You can make any changes to the form tags you need , or place the form buttons inside your pre-existing form.

    DESCRIPTION
  • This allows you to go to different pages via form buttons. Especially helpful for prototypes.

 

Copyright © 2003-2012. BounceFish Web Design. All rights reserved.