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: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, 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.