Search results

  1. C

    Alternatives for click()?

    A sample code would be as such: <html> <head> <script language="javascript"> function clickButton2(){ document.getElementById("button2").click(); } </script> </head> <body> <form> <input type="button"...
  2. C

    Alternatives for click()?

    Hi, It seems that the button.click() event isn't supported in safari browser... any thoughts on how i may go about this? :) Thanks in advance!
  3. C

    Javascript on Safari 2.0.4

    Hi Gnomo :) safari on 2.0.4 is working now, a friend of mine bought her mac with a 10.4 osx, and it's working fine now, basic javascript such as alert("Hello world"); is working already, it seems that the safari 2.0.4 wasn't installed properly on the 10.5 osx... Thanks for the response...
  4. C

    Javascript on Safari 2.0.4

    Hi Guys, I am currently converting our web application to be able to support safari 2.0.4. Unfortunately, some of the javascript function we have doesn't seem to be working in 2.0.4, such as the basic "alert"... I am not sure what I am doing wrong but could it have something to do with the...
Back
Top