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

    close page javascript doesn't work for firefox

    I ran in to a similar issue. I have the following code for an AJAX handler: function handle() { if (req.readyState == 4) { // only if "OK" if (req.status == 200) { var myDiv = document.getElementById('list'); myDiv.innerHTML = req.responseText; if (editWindow) {...

Part and Inventory Search

Back
Top