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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by donpro

  1. donpro

    JavaScript error trying to add event listeners using DOM

    Hi, I have PHP file called file1.php with an empty <div></div> in the middle. I've added a 'load' event listener so that on page load, it calls an AJAX function that calls file2.php. file2.php creates a table and loads it into the <div></div> in file1.php. file2.php has <a> tags in it's...
  2. donpro

    How to flag onclick() and confirm() using DOM

    Hi, I have an session application where the user logs out via a simplt logot link. The code to do this is: <a id="logout" title="Log out" href="logout.php" onClick="return confirm('Do you really want to log out?')">Logout</a> So if the user answers YES to the confim, logot.php is run and the...

Part and Inventory Search

Back
Top