29
Views
3
Comments
ElementId on Internet explorer and Chrome are different

Hello, I have a page with a hidden button that is clicked throught javascript with the respective button id, it works fine on Chrome, however when I try to do the same on Internet Explorer browser it says that the element is ' undefined ' , is there anything I can do to get this working on Internet explorer too, since I'm using the id of the widget and it's dynamic? 

Thank you so much in advance



2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Luiz,

Without shares some more details (screen prints, .OML that replicates the problem), it is rather difficult for a community member to help you in your particular case. Most likely if you share the javascript code someone can problably identify the problem and help you.

Regards,

Daniel

2012-08-24 04-32-41
Juan Carlos Elorde

Guys,

I know that this is off topic, but I thought OS doesn't support IE?

Regards,

JC

2026-03-09 12-26-51
Fábio Fantato
 
MVP

Juan Carlos Elorde wrote:

Guys,

I know that this is off topic, but I thought OS doesn't support IE?

Regards,

JC

IE is supported when used on Traditional Web Apps.  

Desktop Browsers (Web applications)

  • Internet Explorer 11 (Traditional Web only)
  • Edge (latest stable version)
  • Firefox (latest stable version)
  • Google Chrome (latest stable version)
  • Safari (latest stable version)


@Luis,   your hidden-button uses the Display/Visible: false property or are you using the style: display:none.  If you are using the property, your button is not available on the screen and this id will not be found.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.