Closed Bug 125472 Opened 23 years ago Closed 23 years ago

<script type="text/javascript">

Categories

(Core :: DOM: Core & HTML, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: mike.klev, Assigned: jst)

References

()

Details

I corrected a javascript, and changed the script tags, so it followed the standard. Afterwords, it only workt in Opera and konqueror. The code as follows, the original, non stander tags, are commed out: The page is valid HTML 4.01 <!-- <script language="JavaScript" src="http://m1.nedstatbasic.net/basic.js">--> <script type="text/javascript" src="http://m1.nedstatbasic.net/basic.js"> </script> <!--<script language="JavaScript">--> <script type="text/javascript"> <!-- nedstatbasic("ABaUAgOgl1IAjXoPMc6E3+82g3/A", 0)\; // --> </script> <noscript> <a target="_blank" href="http://v1.nedstatbasic.net/stats?ABaUAgOgl1IAjXoPMc6E3+82g3/A"><img src="http://m1.nedstatbasic.net/n?id=ABaUAgOgl1IAjXoPMc6E3+82g3/A" border="0" width="18" height="18" alt="webstat"></a> ------- Michael Eric Rafoshei-Klev Agder Collage, Grimstad, Norway
JS Console output: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: illegal character Source File: http://steinbit.agder-ikt.hia.no/meklev/photo/ Line: 78, Column: 51 Source Code: // --> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Does it work if you remove the '\' (preceding your ';')? nedstatbasic("ABaUAgOgl1IAjXoPMc6E3+82g3/A", 0)\;
Summary: <script type="text/javascript"> → <script type="text/javascript">
Ops, I didn't see that. it now workes in all browsers. Sorry for bothering you... It's good to see that mozilla takes the standard 100% after all... :-) Keep ut the good work... -- Michael Eric Rafoshei-Klev
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
vrfy
Status: RESOLVED → VERIFIED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in before you can comment on or make changes to this bug.