lynne_T
November 26th, 2003, 01:53 AM
when certain conditions are true, my program will trigger a pop-up window. however, i realise that when the window pop-ups, it immediately minimises on its own. how can i keep it open after the window pop ups? attached is my javascript.
window.open('req_attendees.aspx','req_attendees','width=300,height=200,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no');
window.open('req_attendees.aspx','req_attendees','width=300,height=200,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no');