Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Client script error
Message
 
À
24/10/2002 08:42:17
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brésil
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00714602
Message ID:
00715109
Vues:
23
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform