I am in a situation where I need to develop some client side magical forms with JavaScript. Everything I come up with works with IE but not with PFF. Can you direct me to a reference area for such development?
I would appreciate any help I can get.
New: KiCad (Mar 25, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
I am in a situation where I need to develop some client side magical forms with JavaScript. Everything I come up with works with IE but not with PFF. Can you direct me to a reference area for such development?
I would appreciate any help I can get.
http://developer.mozilla.org
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
You're probably using IE-specific Javasrcipt, which means it'll only work in IE. Better to use standards-comliant JS so it'll work in IE, Firefox, Opera, Safari, etc.
Sometimes, the impossible can become possible, if you're awesome!
Thanks for the direction guys. I'm on my way.