You are here

Is there a reference for PFF's JavaScript? The standard DOM doesn't seem to work.

4 posts / 0 new
Last post
Anonymous (not verified)
Is there a reference for PFF's JavaScript? The standard DOM doesn't seem to work.

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.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27

"If you're not part of the solution, you're part of the precipitate."

John T. Haller
John T. Haller's picture
Online
Last seen: 1 min 51 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Don't use IE-specific JS

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!

baratava (not verified)
Thanks

Thanks for the direction guys. I'm on my way.

Topic locked