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. jjgupta915

    Javascript /Conditional Statements

    You can learn more about JavaScript from different online websites. <head> <title> Voting! </title> <script type="text/javascript"> var age = parseInt(prompt("Please enter your age"), 10); if (age < 18) { document.write("You are too young to vote!"); } else if (age >= 18) { alert("You...
  2. jjgupta915

    Prevent user from getting a 404 error if click on a hover text displaying a hidden image.

    hi this is bset way to write HTML for image not found <!DOCTYPE html> <html> <head> </head> <body> <h2> Example to hide the 'Image Not Found' icon i.e. <img src="error.png" width="20px" /> </h2> <img id="HideImg"...
  3. jjgupta915

    Spelling is important.

    Yes, Spelling is essential for good communication. So, according to me, it plays a vital role.
  4. jjgupta915

    XML data not displaying

    Try to open this code in Microsoft Internet Explorer.

Part and Inventory Search

Back
Top