Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TrevorH

    form validation in Netscape 6

    Does anyone know how to focus on a text entry field in a form after an alert in Netscape 6? My code goes something like this: alert("Sorry, wrong answer."); ansObj.focus(); ansObj.select(); return false; In Netscape 4, the browser waits till you close the alert (by hitting return)...
  2. TrevorH

    Why does my javascript crash IE on a PC?

    Hey Steve, What version of Windows are you using? This is starting to sound like a Windows 98 problem. - Trevor
  3. TrevorH

    Windows Users - PLEASE help me test a site!

    Hi Paulwood, Yes, whenever I've seen the page crash the browser it has always given the message "IEXPLORE caused an invalid page fault in module MSHTML.DLL" So what does that mean? Is it something the script can check for before it starts? Or should I just give up on IE and...
  4. TrevorH

    Windows users - PLEASE help me test a site!!

      I've written an interactive, javascripted quiz that seems to sometimes - but not always - cause Internet Explorer to crash on PCs. I'm thinking the crucial difference might be in the version of Windows that is running. Could some of you PC users please help me test it? The quiz is located...
  5. TrevorH

    Windows Users - PLEASE help me test a site!

      I've written an interactive, javascripted quiz that seems to sometimes - but not always - cause Internet Explorer to crash on PCs. I'm thinking the crucial difference might be in the version of Windows that is running. Could some of you PC users please help me test it? The quiz is located...
  6. TrevorH

    Why does my javascript crash IE on a PC?

    Hmm... interesting. I've heard from other people that the quiz crashes in IE 5.5, so it's strange that it would work in IE 5.00. Maybe the operating system has something to do with it. What version of Windows are you using? And were you able to make it all the way through a quiz typing in...
  7. TrevorH

    Why does this javascript crash IE on a PC?

    Hi, I've written an interactive, javascripted quiz to help students learn the plant families. It works fine in Netscape, but it consistently makes Internet Explorer 5.0 crash on a PC. Could someone give me some idea of what's going wrong? The quiz is located at...
  8. TrevorH

    Why does my javascript crash IE on a PC?

    Hi, I've written an interactive, javascripted quiz to help students learn the plant families. It works fine in Netscape, but it consistently makes Internet Explorer 5.0 crash on a PC. Could someone give me some idea of what's going wrong? The quiz is located at...
  9. TrevorH

    Writing a long document into a span? (Window doesn't scroll)

    Hi, Has anyone else had any problems with getting Netscape to scroll down to see all of the text and HTML inside a span? I have an educational site that starts with a fairly short document inside a span. After visitors do some exercises, the javascript writes a long page of feedback...

Part and Inventory Search

Back
Top