Look at this Javascript below:
Code:
<!-- Begin DesignerWiz.com Navigation --><div align="center"><center>
<table border="0" bgcolor="#000000">
<tr>
<td align="center"><input type="button"
value=" << " onclick="javascript:history.back(-1);">
<input type="button" value="Home" onclick="Index.htm"> <input
type="button" value=" >> " onclick="driver_edu.htm"></td>
</tr>
</table>
</center></div><!-- End Navigation -->
You see where it says "Index.htm" and "driver_edu.htm"? If those web pages are in the same directory where the HTML document is in which this script occurs, can I just use the document's name, i.e., Index.htm or driver_edu.htm, or do I have to point to the entire URL?
Thanks for any input.
Bookmarks