The static JavaScript works in the example I made, but
when I tried to combine the static reference along
with the generated code it wouldn't work.

<validator:javascript formName="jsTypeForm"
dynamicJavascript="true" staticJavascript="false"
src="staticJavascript.jsp"/>

would generate

<SCRIPT LANGUAGE="Javascript1.1"
src="staticJavascript.jsp">
   blah, blah, blah....
</script>

Is this what you got working?  I didn't specify the
type attribute, but I'm not sure why they didn't work
right combined.

David

--- Andy Noble <[EMAIL PROTECTED]> wrote:
> hi David, 
> 
> I've got IE5.0 to work with the static javascript
> settings by using:
> 
> <SCRIPT LANGUAGE="JavaScript1.2"
> src="/config/staticJavascript.jsp"
> TYPE="text/javascript"/>
> 
> I noticed your documentation suggests it shouldn't
> work! Does this work for you?
> 
> Andy
> -------------------------------------------
> Andy Noble
> Data Workshop Ltd
> Home Office : +44 (0)161 705 1518
> Mobile : +44 (0)7947 854916
> E-mail : [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. 
http://im.yahoo.com

Reply via email to