Topic: help validating this code?

can someone help me validate this javascript?

<script language="javascript" src="http://www.quotedb.com/quote/quote.php?action=random_quote&amp;=&amp;=&amp;" type="text/javascript">
</script>

it is a random quote from this website!
http://www.quotedb.com/random_quotes_generator

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: help validating this code?

What are you trying to do? Make it output valid xhtml?

Might be easier to make PHP parse http://www.quotedb.com/quote/quote.php? … _quote_rss then output it rather than using messy javascript.

PS. You can remove the &amp;=&amp;=&amp; from the end of that link, no idea why they put that there but it won't do a thing.

Re: help validating this code?

Reines, thanks i will look into it once i get back from a meeting..
here is my test site..

http://256studio.com/pun13/

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!