Connecting Tech Pros Worldwide Help | Site Map

HOW TO: In netscape emulate the IE object.CLICK();

  #1  
Old July 17th, 2005, 05:59 AM
gsb
Guest
 
Posts: n/a
In IE I can send a click event to a form filed with objectName.click();
Is there a way to do this in other browsers like Netscape 6+ and Opera,
etc...?

Thanks,

gsb


  #2  
Old July 17th, 2005, 05:59 AM
Matthias Esken
Guest
 
Posts: n/a

re: HOW TO: In netscape emulate the IE object.CLICK();


gsb wrote:
[color=blue]
> In IE I can send a click event to a form filed with objectName.click();
> Is there a way to do this in other browsers like Netscape 6+ and Opera,
> etc...?[/color]

Not with PHP. Use JavaScript instead.

Regards,
Matthias
  #3  
Old July 17th, 2005, 05:59 AM
Savut
Guest
 
Posts: n/a

re: HOW TO: In netscape emulate the IE object.CLICK();


This is not a PHP topic, it's related to Javascript

Savut

"gsb" <gsb@qwest.net> wrote in message
news:fzbjc.22$8M3.6940@news.uswest.net...[color=blue]
> In IE I can send a click event to a form filed with objectName.click();
> Is there a way to do this in other browsers like Netscape 6+ and Opera,
> etc...?
>
> Thanks,
>
> gsb
>
>[/color]

  #4  
Old July 17th, 2005, 05:59 AM
Adriaan
Guest
 
Posts: n/a

re: HOW TO: In netscape emulate the IE object.CLICK();


"Savut" wrote[color=blue]
> This is not a PHP topic, it's related to Javascript[/color]

....and it is not a HOWTO but a question...

Adriaan
-- welcome to usenet, gsb ;-)


  #5  
Old July 17th, 2005, 05:59 AM
Chung Leong
Guest
 
Posts: n/a

re: HOW TO: In netscape emulate the IE object.CLICK();


"gsb" <gsb@qwest.net> wrote in message
news:fzbjc.22$8M3.6940@news.uswest.net...[color=blue]
> In IE I can send a click event to a form filed with objectName.click();
> Is there a way to do this in other browsers like Netscape 6+ and Opera,
> etc...?[/color]

document.getElementById("objectName").dispatchEven t("click");


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programatically trigger an onClick event? Mike Gratee answers 17 July 23rd, 2005 01:19 PM