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 gkittelson 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. rylle2000

    Undefined object in external file

    I had a quite long block comment in the end of the .js-file (commenting other objects) that the javascript interpreter apparently didn't like very much. There might have been some bracket or something in there that wasn't commented. A javascript CAN end with a block comment, right? :)
  2. rylle2000

    Undefined object in external file

    Hi I'm writing a script that uses an object (contstructed by myself) from antother .js file. The first line in the script just construct an instant of the object. Or should do, more correctly. IE 5.5 keeps saying that "'Matches' is undefined". Here's snippets of the code...
  3. rylle2000

    absolute mouse position when moving the mouse in an Iframe

    I have positioned an Iframe on a page by putting it in a table. When catching the mouseMove event in the Iframe it gives the coordinates relative to the top, left corner of the Iframe. I, however, want the absolute coordinates relative to the parent page, NOT the Iframe or the screen. Does...
  4. rylle2000

    No repost of form on reload

    Hi! Let's say a user submits a form that is handled on the same page (same script). After the page has fully loaded again he presses the reload/refresh button in his browser. Is there anyway one can avoid the form from beeing handled by the page again when the reload button is pressed?

Part and Inventory Search

Back
Top