Can you explain (sorry, I'm a newbie) how that helps? I thought by the time onunload fires the page was already closed. I need to trap BEFORE the page unloads and prevent that from happening. Will...
I see where you can use onbeforeunload to prompt the user with a message and based on the return value of the message either continue with the unload or not.
I'm trying to set up a secton on the top of a form that does not scroll. I've tried putting it in a <div> with postion: fixed, but that doesn't do it. How can a accomplish this for IE?
Another stupid question (will someone warn me when I've used up my quota?): How do I make an image so that it sits at the bottom of a page regardless of how it is sized?
I finally got it working by using the technique from that link I posted above. My problem was that some of the links in the div would fit on one line and others would wrap. When I used line-height...
Unfortunately, my client has requested a pretty specific layout that includes a border around the links and some way to visually show which link was selected (it's a navigator pane that stays visible...
I have a series of bordered <span> elements that contain links. Some of the text wraps and some doesn't, and my user asked that all of the "boxes" be the same size. I accomplished this by using a...
Stupid question of the day (I know it's early, but I have faith): How do I make a visited link (<a href=...>) look the same as the default for an unvisited link?
I'm a javascript newb so this is probably pretty basic, but I'm having a problem with processing radio buttons. I have a series of radio buttons on the a form which I want to loop through and verify...