Is there a way to get the id or properties of an object from mousing over it without adding any additional code to the object itself. Like if I had an image:
I could be wrong, but unless you add up the specific elements(16 per line etc)and lines manually, I don't think it's possible. If you do a objectInCreation.offsetHeight it will likely yield 0 since...
Alright, it seems to nice to make simple mistakes like that. I will take your word. First off, the variable are not declared. a=0; does not declare var a=0; does. Second, no statments are ended. ...
to my knowlage onbeforeunload is the only way to halt a close. You could make a paramater to disable the alert before submitting, or rather when submitting.
You'll need to use something server side to do this efficantly. You COULD make thumbnails of every image and rename them all. But with PHP you can do all that with code only
Alright, let me make this as clear as possible. We both know it is impossible to disable those functions. My code's message was directed at NFP as a joke. The code has no mechanism to disable any...
I've used that way many times I wanted to find a way to make a universal delay function, not one that has to be customize. Also the Joke code I was refering to was off a different thread.