feafee
05-21-2003, 12:03 PM
how do display on the status bar that the link was clicked and the file was opened?
<HTML>
<HEAD>
<TITLE>Tutorial Menu</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- HIDE FROM INCOMPATIBLE BROWSERS
function confirmFolderChange( ) {
return confirm ("Are you sure you want to display this Folder?");
}
// STOP HIDING FROM INCOMPATIBEL BROWSERS -->
</SCRIPT>
</HEAD>
<BODY BGCOLOR=#C6EFF7 BACKGROUND=sprt1.gif>
<BODY TEXT="BLACK" BGCOLOR=#123456 LINK="BLACK" VLINK="BLACK" ALINK="BLACK">
<BASE TARGET="MenuWin">
<B><P><A HREF="Tutorial1.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "1" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "1" page!!'; return true;">Tutorial Chapter 1</A></P>
<B><P><A HREF="Tutorial2.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "2" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "2" page!!'; return true;">Tutorial Chapter 2</A></P>
<B><P><A HREF="Tutorial3.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "3" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "3" page!!'; return true;">Tutorial Chapter 3</A></P>
<B><P><A HREF="Tutorial4.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "4" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "4" page!!'; return true;">Tutorial Chapter 4</A></P>
<B><P><A HREF="Tutorial5.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "5" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "5" page!!'; return true;">Tutorial Chapter 5</A></P>
<B><P><A HREF="Tutorial6.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "6" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "6" page!!'; return true;">Tutorial Chapter 6</A></P>
</BODY>
</HTML>
any ideas appreciated,
jenny
<HTML>
<HEAD>
<TITLE>Tutorial Menu</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- HIDE FROM INCOMPATIBLE BROWSERS
function confirmFolderChange( ) {
return confirm ("Are you sure you want to display this Folder?");
}
// STOP HIDING FROM INCOMPATIBEL BROWSERS -->
</SCRIPT>
</HEAD>
<BODY BGCOLOR=#C6EFF7 BACKGROUND=sprt1.gif>
<BODY TEXT="BLACK" BGCOLOR=#123456 LINK="BLACK" VLINK="BLACK" ALINK="BLACK">
<BASE TARGET="MenuWin">
<B><P><A HREF="Tutorial1.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "1" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "1" page!!'; return true;">Tutorial Chapter 1</A></P>
<B><P><A HREF="Tutorial2.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "2" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "2" page!!'; return true;">Tutorial Chapter 2</A></P>
<B><P><A HREF="Tutorial3.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "3" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "3" page!!'; return true;">Tutorial Chapter 3</A></P>
<B><P><A HREF="Tutorial4.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "4" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "4" page!!'; return true;">Tutorial Chapter 4</A></P>
<B><P><A HREF="Tutorial5.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "5" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "5" page!!'; return true;">Tutorial Chapter 5</A></P>
<B><P><A HREF="Tutorial6.html" onClick="return confirmFolderChange( );" onMouseOver="status = 'This link opens the Tutorial "6" page'; return false;" onMouseOut="status = 'You did not open the Tutorial "6" page!!'; return true;">Tutorial Chapter 6</A></P>
</BODY>
</HTML>
any ideas appreciated,
jenny