stevecrozz
IS-IT--Management
here's my function. After the closing </body> tag I call it. I want it to call insert which loads a page ajax style, and then nap for 2 seconds. The behavior I get is a nap for 2 seconds, and then the page loads.
function rotate(link_num, containerid, clicked) {
insert(link_num, containerid)
nap (2000)
}
function rotate(link_num, containerid, clicked) {
insert(link_num, containerid)
nap (2000)
}