sharepoint - Inject javascript to Infopath form -


we use infopath 2007 + sharepoint 2007 , need inject javascript infopath form. know infopath form can hosted on aspx page using xmlformcontrol. solution doesn't suit =(. there workaround?

infopath form services won't let publish infopath form javascript. if need use javascript rich client experience, may have luck loading form in xmlformcontrol mentioned, loading js library on page along side it, , binding dom elements. won't design time support way may work.

generally speaking, need stick rules , managed code ipfs.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

c++ - Convert big endian to little endian when reading from a binary file -