Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 17th, 2005, 05:59 AM
gsb
Guest
 
Posts: n/a
Default HOW TO: In netscape emulate the IE object.CLICK();

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


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles