in reply to cgi form and javascript
to<script="javascript" src="demo.js"</script>
<script="javascript" src="demo.js"></script>
Personally I would change that entire line to read:
Why, you ask? Well a tag name (such as script) should have a space before the first argument (type=\"text/javascript\"). Also the quote marks should be escaped within a Perl string as mentioned above.<script type=\"text/javascript\" src=\"demo.js\"></script>
update: reformatted mis-escaped <code> tag.
update: accidently pressed the update button twice.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi form and javascript
by omega_monk (Scribe) on Jun 09, 2005 at 14:52 UTC |