Hello everone in this forum!

Dear Friends, I have problems using javascript in firefox, many functions are not working in firefox like .focus and some ajax code also. I use html scriplets <!-- My script here //---> to hide it from browser that does'nt support javascript. but it is still not working.

Tell me if any possible solutuions.
thanks for anyone who will help me and others.

Recommended Answers

All 2 Replies

You should atleast provide us with some post, concerning all the functions that is not working inside your script, so that we can examine it, and give further solutions on those parts.

You can't use the <!-- --> tags to hide scripts from the rendering engine anymore. The script in those tags is now hidden from the browser too. But you do not need to hide them from newer browsers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.