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? :)
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.