Hi Luke,

As quoted from Luke Michels <[EMAIL PROTECTED]>:
> What I would like to do is embedd javascript into the xsl like this
>    
> <div>
>     <script language="JavaScript" type="text/javascript">
>                      <xsl:value-of select="$context" 
> /><![CDATA[.setHidden("]]>
> <xsl:value-of select="$layerId" /><![CDATA[",3);]]>
>     </script>
> </div>
> 
> This works great in Mozilla. In IE however it doesn't pick up and run the
> script. I cannot even get it to do a alert("hello"); within the script tags

I'm afraid that that's a shortcoming of MSIE; it doesn't seem to pick
up <script> tags in AJAX-provided content...

Regards,
-- 
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to