Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

do all browsers support javascript now?

Options
  • 06-11-2003 3:16pm
    #1
    Registered Users Posts: 648 ✭✭✭


    im making an app in html to go on a cd-rom, would it be safe to assume that the users browser will run the javascript and if not how can i check???


Comments

  • Registered Users Posts: 1,268 ✭✭✭hostyle


    Could you possibly ask a more vague question?

    What is your target audience? Windows only? Mac? Unix-like operating systems?

    Even if it is Windows only, the answer is still no (although they should then have Internet Explorer installed somewhere - whether they use it or not).

    The end-user could also have javascript turned off. Never rely on Javascript - always have a back-up plan.


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    Originally posted by hostyle
    The end-user could also have javascript turned off. Never rely on Javascript - always have a back-up plan.
    Yep, Javscript should only be there for vaguely fancy effects and on-the-fly form checking IMO.
    Your site should still be just as usable and navigable without it.

    Never, ever, ever put "You must have Javascript installed to view this site". Instantly you've lost a lot of people.

    They way I do it - Write the site, make it work. Only then, put in the Javascript.


  • Registered Users Posts: 2,281 ✭✭✭DeadBankClerk


    You should put alternate functionality inside <noscript> tags.


Advertisement