Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client script error
Message
 
To
24/10/2002 08:42:17
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brazil
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00714602
Message ID:
00715109
Views:
21
>The child window is created in another client script in the parent window. The parent window script looks like this:
>
>
><script language="javascript">
>	function AbrirCategorias()
>	{
>		win=window.open('WFShowCategories.aspx', null,'toolbar=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=400,height=300');
>		win.creator=self;
>	}
></script>
>
Hi Eugenio

Maybe its a timing problem... in case the ParentRefresh() function is called before win.creator is assigned

You can easily test that by placing an alert() between the two lines of script shown above, and waiting for a while before hitting Ok: if same error happens, that is the problem

If such was the case, you could use an interval to place a delay in the child script process.

HTH,
------------------
Jose Marcenaro
Tercer Planeta - Argentina
http://www.tercerplaneta.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform