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 SkipVought 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. light742

    jQuery HTML5 audio player plugin problem

    I figured it out! I created an incorrect folder at the server. Once I corrected it, the Webpage worked correctly. The author states a tip on page 424 that is not helpful at all. They state that http://jquery.pupunzi.com will be a source of help. The author's website at...
  2. light742

    jQuery HTML5 audio player plugin problem

    Hello: I uploaded the three files to my website that is being used only as a test site, not to sell or advertise for anything. When you go to http://www.cheapcostdiamonds.com/script06.html, you will only get the h2 heading tag that reads "jQuery HTML5 audio player," and doesn't have any...
  3. light742

    jQuery HTML5 audio player plugin problem

    Hello: I'm having a problem with trying "to use a jQuery plugin to implement a full-featured audio player that takes advantage of the HTML5 audio tag, with a Flash fallback for browsers that don't support HTML5." This is from page 420 of the book "JavaScript Visual Quickstart Guide, Eighth...
  4. light742

    Displaying Dates By Time Zone

    Hello: I'm a newbie to javascript and am trying to get a file to correctly display the time for different time zones. Unfortunately, the time is off by one hour. I have attached 2 files. Thank you. The 1st file is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  5. light742

    Crawling With Date, Time and Message

    Hello: I am a newbie to learning Javascript. I have some problems with a file. The title of the file is: "Crawling With Date, Time and Message". The goal of the file is that when it loads in a browser, the 1st image is displayed in the top left (image 7441805.gif), along with the following...
  6. light742

    Multiple Actions for a Rollover

    Thank you!!! It worked in IE9 and Mozilla. I had to go through a few more steps for Opera. For Opera, you need to do 4 sets of things: 1) Click the Alt key, Tools, Advanced, Blocked Content 2) Click the Alt key, Quick Preferences, Open All Pop-Ups 3) Click the Alt key, Tools, Quick...
  7. light742

    Multiple Actions for a Rollover

    Hello: I am a newbie to learning Javascript. I have some problems with a file. The goal of the file is that when it loads in a browser, the 1st image is displayed in the top left (image 7441805.gif), along with the following three titles to the right of the image, as listed below: Java...
  8. light742

    Opening Multiple Windows

    Opening Multiple Windows - Solved: Hello Everybody: I finally solved the problem. I realized that there are 3 locations (not 2) that control pop-ups. They are: 1) Go to Tools, Internet Options, Privacy, then make sure that the Pop-up blocker is not checked, then click OK. 2) Go to the...
  9. light742

    Opening Multiple Windows

    Hello: Unfortunately I still can't get it to work. Here is the coding: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Open Multiple Windows</title> <script language="Javascript" type="text/javascript"> <!--...
  10. light742

    Opening Multiple Windows

    Thank you for posting the screenshot. I noticed that the URL in your screenshot is http://localhost..., whereas I just opened the IE7 browser and opened the file. I was only able to get 1 window to pop-up.
  11. light742

    Opening Multiple Windows

    That doesn't work. Now I get an error message that states "Error: Invalid Argument" The complete code is below: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Open Multiple Windows</title> <script...
  12. light742

    Opening Multiple Windows

    I'm trying to open up 5 windows at a time because I am learning JavaScript from a book and that is one of the exercises. I still can't get it to work and would appreciate the help.
  13. light742

    Opening Multiple Windows

    Hello: Hello Everybody: I have a JavaScript that allows you to open 5 additional windows when you click on the button. It works properly when using Mozilla, but when you use IE7, only 1 window pops up not 5. I would appreciate the help!!! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  14. light742

    if...else statements

    Hello! I figured it out! My original code did contain the two ampersands, and this site did some crazy replacement. What happened is that when I load the file into the Browser, I used the cursor and left clicked into the "Enter user ID" prompt box, then typed in the user ID. I then noticed...
  15. light742

    if...else statements

    Hello: I am a newbie to JavaScript and just started to read a Javascript book that is about 5 years old. I have also been on the w3schools website. Below is coding that once you load it into Internet Explorer 7, it simply asks you for the user ID and password and is designed to just give you...

Part and Inventory Search

Back
Top