help, I'm desperate!!!!

2002-10-10 Thread kiuma

http://192.168.100.3:8080/webappointments/main.do

generates:



html
head
   base 
href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp; 
titleLista utenti/title/headlink 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'/script
/head

body class='centerframe'

form name=listedUserForm method=POST 
action=/webappointments/listedUser.do



table cellpadding=0
tbody
   tr
   td  bCerca per cognome:/bnbsp;
   input type=submit name=action value=Cerca
   input type=text name=userToFind size=35 
value=a   /td
   /tr

   /tbody
/table

table class='list' cellpadding=10 cellspacing='0'
tbody



The problem is that I'm not able to view it with ather browsers than 
Mozilla 1.0

plz help 






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




Re: help, I'm desperate!!!!

2002-10-10 Thread Robert Williams

no /form ???

- Original Message -
From: kiuma [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, October 10, 2002 9:01 AM
Subject: help, I'm desperate


 http://192.168.100.3:8080/webappointments/main.do

 generates:



 html
 head
base
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
 titleLista utenti/title/headlink 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'/script
 /head

 body class='centerframe'

 form name=listedUserForm method=POST
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
tr
td  bCerca per cognome:/bnbsp;
input type=submit name=action value=Cerca
input type=text name=userToFind size=35
 value=a   /td
/tr

/tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody



 The problem is that I'm not able to view it with ather browsers than
 Mozilla 1.0

 plz help 






 --
 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]




RE: help, I'm desperate!!!!

2002-10-10 Thread James Mitchell

What are you seeing with other browsers?


James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

 -Original Message-
 From: kiuma [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, October 10, 2002 10:02 AM
 To: Struts Users Mailing List
 Subject: help, I'm desperate


 http://192.168.100.3:8080/webappointments/main.do

 generates:



 html
 head
base
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
 titleLista utenti/title/headlink 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'/script
 /head

 body class='centerframe'

 form name=listedUserForm method=POST
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
tr
td  bCerca per cognome:/bnbsp;
input type=submit name=action value=Cerca
input type=text name=userToFind size=35
 value=a   /td
/tr

/tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody



 The problem is that I'm not able to view it with ather browsers than
 Mozilla 1.0

 plz help 






 --
 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]




RE: help, I'm desperate!!!!

2002-10-10 Thread Tero P Paananen

 table class='list' cellpadding=10 cellspacing='0'
 tbody

Your HTML is broken.

This last table is not closed and is incomplete and you're
missing the end tag for your form.

-TPP





Re: help, I'm desperate!!!!

2002-10-10 Thread kiuma

This is the page and it is perfectly blank under IE

html
head
base 
href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
titleLista utenti/title/head
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'
/head

BODY class='centerframe'

form name=listedUserForm method=POST 
action=/webappointments/listedUser.do



table cellpadding=0
tbody
tr
td
bCerca per cognome:/bnbsp;
input type=submit name=action value=Cerca
input type=text name=userToFind size=35 value=
/td
/tr

/tbody
/table

table class='list' cellpadding=10 cellspacing='0'
tbody

   

tr class='odd'
td class='odd' valign='top' align='center'
br/
/td
/tr

/tbody
/table
p

input type=submit name=action value=Aggiungi
/p
/form

/body








kiuma wrote:

 http://192.168.100.3:8080/webappointments/main.do

 generates:



 html
 head
   base 
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp; 
titleLista utenti/title/headlink 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'/script
 /head

 body class='centerframe'

 form name=listedUserForm method=POST 
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
   tr
   td  bCerca per cognome:/bnbsp;
   input type=submit name=action value=Cerca
   input type=text name=userToFind size=35 
 value=a   /td
   /tr

   /tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody



 The problem is that I'm not able to view it with ather browsers than 
 Mozilla 1.0

 plz help 






 -- 
 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]




Re: help, I'm desperate!!!!

2002-10-10 Thread kiuma

plus
 a /html at the end.

Sorry (broken cut  paste)

P.s. I'm using JBoss3.2b

kiuma wrote:

 This is the page and it is perfectly blank under IE

 html
 head
base 
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
titleLista utenti/title/head
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'
 /head

 BODY class='centerframe'

 form name=listedUserForm method=POST 
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
tr
td
bCerca per cognome:/bnbsp;
input type=submit name=action value=Cerca
input type=text name=userToFind size=35 value=
/td
/tr

 /tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody

  
tr class='odd'
td class='odd' valign='top' align='center'
br/
/td
/tr

 /tbody
 /table
 p

 input type=submit name=action value=Aggiungi
 /p
 /form

 /body








 kiuma wrote:

 http://192.168.100.3:8080/webappointments/main.do

 generates:



 html
 head
   base 
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp; 
titleLista utenti/title/headlink 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'/script
 /head

 body class='centerframe'

 form name=listedUserForm method=POST 
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
   tr
   td  bCerca per cognome:/bnbsp;
   input type=submit name=action value=Cerca
   input type=text name=userToFind size=35 
 value=a   /td
   /tr

   /tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody



 The problem is that I'm not able to view it with ather browsers than 
 Mozilla 1.0

 plz help 






 -- 
 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]




Re: help, I'm desperate!!!!

2002-10-10 Thread Antoni Reus

Hi,


A Dijous 10 Octubre 2002 16:29, kiuma va escriure:
 This is the page and it is perfectly blank under IE

 html
 head
 base
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
 titleLista utenti/title/head

1  /head 

 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'
 /head


2  /head


-- Antoni Reus

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




Re: help, I'm desperate!!!!

2002-10-10 Thread Ray D'Antuono

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

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




Re: help, I'm desperate!!!!

2002-10-10 Thread micael

Perfectly blank here too.  Go figure?

At 04:29 PM 10/10/2002 +0200, you wrote:
This is the page and it is perfectly blank under IE



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




RE: help, I'm desperate!!!!

2002-10-10 Thread Jeremy Lott

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]




Re: help, I'm desperate!!!!

2002-10-10 Thread kiuma

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]




Re: help, I'm desperate!!!!

2002-10-10 Thread Ryan Stephenson


Don't forget to change:
 SCRIPT language='JavaScript' src='../scripts/formscripts.txt'
to
 SCRIPT language='JavaScript' src='../scripts/formscripts.txt'/SCRIPT



-
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos,  more
faith.yahoo.com


RE: help, I'm desperate!!!!

2002-10-10 Thread Galbreath, Mark

Because that's not how the tags are defined in the HTML DTD.  Also, the
language attribute has been deprecated for 2 years; it should be

script type=text/javascript

Of course, the various browsers conform in varying degrees to the DTD.

Mark

-Original Message-
From: kiuma [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 10, 2002 1:02 PM
To: Struts Users Mailing List
Subject: Re: help, I'm desperate


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]




Re: help, I'm desperate!!!!

2002-10-10 Thread micael

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]




RE: help, I'm desperate!!!!

2002-10-10 Thread Andrew Hill

solution
Close your script tag by putting a /script after it.
/solution
explanation
IE thinks the whole page after the script opening is part of your script.
Interesting to see a situation where Mozilla does better reading dodgy html
than IE!
If you feed Mozilla the page (as you pasted in your message below) it will
automatically assume the /script tag for you - which you can verify by
looking at the page source through mozilla. IE doesnt make this assumption
for you.
/explanation
btw
Ive also noticed IE doesnt understand the xhtml / inside same tag closure -
script src=dsdsd.js/ either - you have to explicitly use a seperate
/script rather than the more concise xml format. :-(
(hehe - spare a thought for me  - I use DOM manipulation with xerces instead
of JSP to render my xhtml. Xerces serialises out script tags with a sdsds/
style if they have no body content so all my script tags have to explicitly
put an empty comment inside - script src=ssdsdafads!/script so
xerces will keep it as a seperate start and end tag and IE will be happy!)
/btw
btw
Whats with the totally inconsistent use of ' and ?
Your raw html is $#$ing ugly dude! (I suppose it looks ok in the jsp source
though?)
(Could be worse though. Have you seen what FrontPage output looks like!
rofl)
/btw

-Original Message-
From: kiuma [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 10, 2002 22:35
To: Struts Users Mailing List
Subject: Re: help, I'm desperate


plus
 a /html at the end.

Sorry (broken cut  paste)

P.s. I'm using JBoss3.2b

kiuma wrote:

 This is the page and it is perfectly blank under IE

 html
 head
base
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
titleLista utenti/title/head
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'
 /head

 BODY class='centerframe'

 form name=listedUserForm method=POST
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
tr
td
bCerca per cognome:/bnbsp;
input type=submit name=action value=Cerca
input type=text name=userToFind size=35 value=
/td
/tr

 /tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody


tr class='odd'
td class='odd' valign='top' align='center'
br/
/td
/tr

 /tbody
 /table
 p

 input type=submit name=action value=Aggiungi
 /p
 /form

 /body








 kiuma wrote:

 http://192.168.100.3:8080/webappointments/main.do

 generates:



 html
 head
   base
 href=http://192.168.100.3:8080/webappointments/secure/userlist.jsp;
titleLista utenti/title/headlink 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'/script
 /head

 body class='centerframe'

 form name=listedUserForm method=POST
 action=/webappointments/listedUser.do



 table cellpadding=0
 tbody
   tr
   td  bCerca per cognome:/bnbsp;
   input type=submit name=action value=Cerca
   input type=text name=userToFind size=35
 value=a   /td
   /tr

   /tbody
 /table

 table class='list' cellpadding=10 cellspacing='0'
 tbody



 The problem is that I'm not able to view it with ather browsers than
 Mozilla 1.0

 plz help 






 --
 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]


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




Re: help, I'm desperate!!!!

2002-10-10 Thread Eddie Bush

Andrew Hill wrote:

solution
Close your script tag by putting a /script after it.
/solution
explanation
IE thinks the whole page after the script opening is part of your script.
Interesting to see a situation where Mozilla does better reading dodgy html
than IE!
If you feed Mozilla the page (as you pasted in your message below) it will
automatically assume the /script tag for you - which you can verify by
looking at the page source through mozilla. IE doesnt make this assumption
for you.
/explanation

The big boys could learn a *lot* from Mozilla, IMNSHO.

btw
Ive also noticed IE doesnt understand the xhtml / inside same tag closure -
script src=dsdsd.js/ either - you have to explicitly use a seperate
/script rather than the more concise xml format. :-(
(hehe - spare a thought for me  - I use DOM manipulation with xerces instead
of JSP to render my xhtml. Xerces serialises out script tags with a sdsds/
style if they have no body content so all my script tags have to explicitly
put an empty comment inside - script src=ssdsdafads!/script so
xerces will keep it as a seperate start and end tag and IE will be happy!)
/btw
btw
Whats with the totally inconsistent use of ' and ?
Your raw html is $#$ing ugly dude! (I suppose it looks ok in the jsp source
though?)
(Could be worse though. Have you seen what FrontPage output looks like!
rofl)
/btw

-- 
Eddie Bush




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