Hi I have a site with 5000 pages. I need to add the onbeforeunload event to the body tag of each form. How can i do this programatically using javascript. i would like to loop through the form, find the body tag
append the onbeforeunload event. I am very new to javascript so a detailed example would be greatly appreciated. (also, i would like to all href's) on each page....