Results 1 to 3 of 3

Thread: <Script Language=????>

  1. #1

    Thread Starter
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    <Script Language=????>

    We are using a JavaScript to validate email addresses and email domain names entered by users into html pages. The script is available at www.javascriptkit.com so I am not attaching it here. When we initially tested the script, it crashed on IE5.0 So we fumbled around till we reached the Language setting. We replaced the Language with "JavaScript 1.2" and the script worked alright. Later when we tested the script on IE6.0, it crashed, and this time, we had to rename the Language attribute to "JavaScript" without the version number.

    So how can we make the scripts compatible for the different browser versions?

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    language="javascript"

    isn't needed anymore as it is deprecated. shouldn't matter anyway.

  3. #3
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118
    <script language="javascript" type="text/javascript">

    and its probably an error in thejavascript code, not that script tag

    -morrowasted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width