Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

script not valid xhtml

Status
Not open for further replies.

vasox56

Technical User
May 8, 2007
75
GB
im trying to incorporate a little 'live help' logo on my site..

here is the code

Code:
<script language="javascript" src="[URL unfurl="true"]http://zazachat.zazasoftware.com/LiveChatClient/scripts/zazamagic.aspx?zimg=289&zazac=1686&iv=&iwidth=85&iheight=44"></script>[/URL]

im gettin errors on this line when trying to validate my page..

eg

Warning Line 124 column 119: cannot generate system identifier for general entity "zazac".

...ient/scripts/zazamagic.aspx?zimg=289&zazac=1686&iv=&iwidth=85&iheight=44"></s

will my page ever be valid with this script??
 
Hi

Code:
<script language="javascript" src="[URL unfurl="true"]http://zazachat.zazasoftware.com/LiveChatClient/scripts/zazamagic.aspx?zimg=289[/URL][red]&amp;[/red]zazac=1686[red]&amp;[/red]iv=[red]&amp;[/red]iwidth=85[red]&amp;[/red]iheight=44"></script>

Feherke.
 
hi.. thanks.. it passed.

thanks for the rapid response.. it is much appreciated believe me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top