I am a NC user so I have only just been able to use V� Pre2. I have
checked JavaScript is enabled and iBrowse 2.x likes this simple page I
have written but V� does not. Can someone spot an error or explain why
this does not work? Here is the local page in question

-- jsalert.html --

<HTML>
<HEAD>
<TITLE>A Simple Javascript Example</TITLE>
</HEAD>

<BODY>
<H3>Alert example</H3><HR>
<FORM>
<INPUT TYPE="Button" NAME="MyButton" VALUE="Click Me" ONCLICK="DoIt()">
<SCRIPT LANGUAGE="JavaScript">
<!--
function DoIt() {
  alert('Click Away!');
  }
<!-- End-->
</SCRIPT>
</FORM>
</BODY>
</HTML>

-- End --

-- 
http://www.nerds.co.uk            The place for computer enthusiasts
Andy Thomson                                                  _
High Wycombe, Bucks.                                         /_\
http://come.to/athomson                                     / | \

____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to