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 IamaSherpa 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. cruella369

    MailtoForm redirect

    I have a simple mailto form (kind of a "tell a friend type-thing). You click on the link from the home page and I have a javascript pop up the form in a new window. Fill out the form, send it...still no problem. How can I close the window once the email is sent (or at least once the...
  2. cruella369

    Only 1/2 of my Nav Menu works and I don't know why.

    We have a pretty intense javascript menu for my radio station webpage. It works GREAT in IE for Windows, but doesn't work in Netscape or on a Mac. The problem is the navigation bar. The script is too long to copy here. My website is supposed to go live tomorrow! ARRRGH!!! Here is the link...
  3. cruella369

    Navigation Bar...MAJOR problem

    We have a pretty intense javascript menu for my radio station webpage. It works GREAT in IE for Windows, but doesn't work in Netscape or on a Mac. The problem is the navigation bar. The script is too long to copy here. My website is supposed to go live tomorrow! ARRRGH!!! Here is the link...
  4. cruella369

    Validating Radio Buttons

    A code like this works for validating a radio button: if (!(mainform.Sex[0].checked || mainform.Sex[1].checked)) { alert('Your sex is a required field. Please try again.'); event.returnValue=false; }
  5. cruella369

    script to download a file

    What if you link to a new page (without right click disabled) and have the download file there?
  6. cruella369

    Javascript Error & I Don't know why

    I'm not getting an error, it's just not posting a picture
  7. cruella369

    Javascript Error & I Don't know why

    Duh, here is the script <script language=&quot;JavaScript&quot;> <!-- Begin var today = new Date(); var hrs = today.getHours(); var day = today.getDay(); if ((day >1) && (day<= 5)) if ((hrs >= 0) && (hrs < 1 )){ document.writeln(&quot;<A HREF=mailto:charlieb@klsyradio.com><IMG...
  8. cruella369

    Javascript Error &amp; I Don't know why

    I have written code for my webpage (www.925klsy.com) that rotates the Djs pages based on the hour & the day. It works M-F, but I cannot get it to work Sat or Sun. Can anyone help?

Part and Inventory Search

Back
Top