Is there a way to include a javascript file in the JSheader field of a form conditionally based upon the browser version of the viewer? For example, I want to run a javascript in the viewer’s browser only if they have IE 6 or another example is if they have IE 7 or later.
Subject: I presume this is not an XPage…
- If not, don’t use JSHeader. Look up how to do an include using HTML, and use pass-thru HTML to load your library, then set a hide-when to hide it if you don’t want to use it.
Hope this helps…