I have a function that only gets executed during my custom javascript form validation.
So, it only gets called within my validateForm() function which in turn is only called during an onSubmit. The function that I'm talking about opens a popup window, which populates a hidden form field on the parent's form and then closes itself. Parent Window - Form Child Window - called by Parent-Form-onSubmit-validateForm() function My question is this: In my function that calls the popup window, I want to check the hidden form field value and do some other things. The problem is that once the popup window is called, it does what it is supposed to and closes itself, but then everything on the parent window seems to stop. What i mean is that, any other function called after the window popup DOES NOT execute. When I do "alerts" after the window.open() call, the alerts popup simultaneously as the window pops up. Has anyone else experienced this, or know what I'm talking about? Thanks in advance, Ali ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:33:2671 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/33 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:33 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
