I am trying to make a popup appear during the file upload process (ipl file) of a workflow using javascript, and nothing happens. Is there a trick to doing this?
Code is as follows:
//print $page->header( 'text/html; charset=UTF-8' );
//print <
//closetime= 100;
//function Start(URL, WIDTH, HEIGHT) {
//windowprops = "left=225,top=325,width=" + WIDTH + ",height=" + HEIGHT;
//move = window.open(URL, "move", windowprops);
//if (closetime) setTimeout("move.close();", closetime*1000);
//}
//function doPopup() {
//url = "notify.html";
//width = 525 ; // width of window in pixels
//height = 192; // height of window in pixels
//delay = 1; // time in seconds before popup opens
//timer = setTimeout("Start(url, width, height)", delay*1000);
//}
//</script>
//
//
//NEW
//
//STOP
//print $page->dump;
Thanks,
Greg Beirise
Allstate
Edited by gregjb on 09/23/04 10:13 AM (server time).