[Javascript] how can I check for a window being open..

Scott.Wiseman swiseman at remax-cahi.com
Fri Sep 21 14:24:32 CDT 2001


I have 2 commands to pop open a window
one checks the database for a duplicate value.
and if one is found alert the user,
if not then open the second pop up.
have the second pop up wait for the first pop up
to close...so how would this be done.

Thanks Sc0tt


	
popup_window('/testing/admin/CheckForDupProfile.asp?PID='+document.myform.ne
wprofileid.value,'CheckForDupProfile','50','50');
	
popup_window('/testing/admin/profileidCheck.asp?NEWID='+xpid.value+'&PID='+d
ocument.myform.profileid.value+'&OID='+document.myform.oldfranchiseid.value,
'profileidCheck2','50','50');
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20010921/80fe5e51/attachment.htm>


More information about the Javascript mailing list