Connecting Tech Pros Worldwide Forums | Help | Site Map

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

gsb
Guest
 
Posts: n/a
#1: Jul 17 '05
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



Matthias Esken
Guest
 
Posts: n/a
#2: Jul 17 '05

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
Savut
Guest
 
Posts: n/a
#3: Jul 17 '05

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]

Adriaan
Guest
 
Posts: n/a
#4: Jul 17 '05

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 ;-)


Chung Leong
Guest
 
Posts: n/a
#5: Jul 17 '05

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 PHP bytes