simple javascript question
simple javascript question
- Started
- Last post
- 3 Responses
- fezenstein
I built this guys site with a small random quote generator, and he wanted to use it for a large amout of text, the results were screwey, I escaped the quotes, then removed all the quotes, and still it showed all the code not just the random bit of text, I'm wondering if it's too much on text on one line or what.
Any thoughts?
http://gabrielazoulay.com/vision…Supposed to sort of work like this -
http://gabrielazoulay.com/vision…The javascript:
http://gabrielazoulay.com/vision…
- cosmo0
u r missing the script tags from wat i can see from the source.
code goes here
- cosmo0
< script language = javascript >
code here.
< / script >
- fezenstein0
damn, need to pay more attention when i'm doing this... thanks told ya it was easy. I knew i was missing something.