Javascripts > Javascript Links > Navigation Bar
Script Title: Navigation Bar
Description: A simple back history, top page, designated URL button navigation
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<!-- Begin DesignerWiz.com Navigation --> <center><table border="0" bgcolor="#FFCC66"> <tr> <td align="center"><input type="button" value=" << " onclick="javascript:history.back(-1);"> <input type="button" value="Top" onclick="document.location='#top';"> <input type="button" value=" >> " onclick="parent.location='http://www.designerwiz.com'"></td> </tr> </table> </center> <!-- End Navigation -->
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email