well, this is already done and gone, but i realized that the list hadn't seen my post 
(stupid forget-to-hit-the-reply-to-all
syndrome :)

Stephen

-----Original Message-----
From: Stephen Howard [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 10:59 AM
To: [EMAIL PROTECTED]
Subject: RE: [cgiapp] CGI::App related JavaScript help requested.


Hey Mark,

Have you tried IE for windows?  I know IE5 Mac is something of a different beast than 
it's windows counterpart as far as standards
compliance, but I was thinking that their javascript/jscripting ought to be the same.  
You might also try here:

http://msdn.microsoft.com/library/default.asp?url=/workshop/entry.asp

-----Original Message-----
From: Mark Stosberg [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 10:35 AM
To: [EMAIL PROTECTED]
Subject: [cgiapp] CGI::App related JavaScript help requested.



Hello,

I'm stuck on using some JavaScript to change the runmode. Any feedback
is appreciated.

This works in Mac NN 4.7.8, but not Mac IE 5. In my headers, I have this:

<script language="JavaScript" type="text/javascript">
  <!-- hide script from old browsers
    function update_distributor () {
        alert("I'm here!");
        // eventually I'll set the run mode here
        // but for now I'll call alert() for testing
      }
    // end hiding contents -->
</script>


Later in a form I do:

<input type="submit" onclick="update_distributor()" value="Update"><BR>

But I don't get the Alert box popup. What's going on?

Thanks so much

  -mark

http://mark.stosberg.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to