Mon, 2005-07-18 23:10
hey,
I get the latest posts from my forum with javascript
<script language="JavaScript" type="text/javascript" src="http://forum.eternal-realm.net/topics_anywhere.php?mode= show&f=a&n=3&r=y&sr=y&h='m\'l\&so=d&b=4&lpb=0&lpi=y&br=y&bl=y&ch=15&chw=e"></script>
But i end up with so many xhtml validation errors because of it. Is there anyway to get around it? You can see the error by going to
http://eternal-realm.net/testsite/dev2/php/ adn clicking the xhtml icon to the right.
Mon, 2005-07-18 23:18
#1
Re: xhtml and javascript
Gaia wrote:
You can see the error by going to
http://eternal-realm.net/testsite/dev2/php/ adn clicking the xhtml icon to the left.
When I click on the XHTML icon to the right, it says it validates. :?
Mon, 2005-07-18 23:21
#2
xhtml and javascript
Sorry about that i had it taken out to test something. It's back in now and yes, the icon to the right
>_<
Mon, 2005-07-18 23:39
#3
xhtml and javascript
Most of your problems are caused by image tags without closing /> and URLs with & instead of & in them.
Tue, 2005-07-19 16:41
#4
xhtml and javascript
well i got it all fixed by changing all the &'s to & ^_^