I hate to state the obvious, but the latter has a body and the former does 
not.  So far as I recall, html does not have the < blah blah /> form that 
xml does.  So your form may not be available in html, as opposed to 
xml.  Anyway, the <script ...> tag in html must be closed with </script>, 
and the body is placed between the two tags.  Other tags, like <spacer> do 
not require an end tag.  But, then do not include the "/" character either.

At 07:01 PM 10/10/2002 +0200, you wrote:
>Thx a lot!!!!
>
>but I don't understand why if I write
>
><SCRIPT language='JavaScript' src='../scripts/formscripts.txt'/>
>
>it's not the same than
>
><SCRIPT language='JavaScript' src='../scripts/formscripts.txt'></SCRIPT>
>
>
>Jeremy Lott wrote:
>
>>Ray,
>>
>>Your problem is that you're starting your script tag but you are never
>>ending it.  If you add a </script> after your beginning script tag you'll
>>find it to be fixed.  It is interpreting all of your html as javascript and
>>not displaying it.  I've testing this on IE 5.5 and that's what seems to
>>make the difference.
>>
>>Jeremy
>>
>>-----Original Message-----
>>From: Ray D'Antuono [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, October 10, 2002 10:05 AM
>>To: Struts Users Mailing List
>>Subject: Re: help, I'm desperate!!!!
>>
>>
>>check that your stylesheet and javascript file links
>>are correct.
>>
>>--- kiuma <[EMAIL PROTECTED]> wrote:
>>
>>>    <link rel="stylesheet"  href="../css/common.css"
>>>TYPE="text/css"/>
>>>    <link rel="stylesheet"  href="../css/anagr.css"
>>>TYPE="text/css"/>
>>>    <SCRIPT language='JavaScript'
>>>src='../scripts/formscripts.txt'>
>>
>>
>>
>>__________________________________________________
>>Do you Yahoo!?
>>Faith Hill - Exclusive Performances, Videos & More
>>http://faith.yahoo.com
>>
>>
>>This e-mail, including attachments, may include confidential and/or
>>proprietary information, and may be used only by the person or entity to
>>which it is addressed. If the reader of this e-mail is not the intended
>>recipient or his or her authorized agent, the reader is hereby notified that
>>any dissemination, distribution or copying of this e-mail is prohibited. If
>>you have received this e-mail in error, please notify the sender by replying
>>to this message and delete this e-mail immediately.
>>
>>--
>>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>
>>.
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to