I have un buton in my form with this formula in the Onclick
url2:= “javascript:window.open('” + @Text(url) + “Flex_Reclam?OpenPage&unid=”+@Text(JavaUNID)+“&filtre=”+@Text(filtre)+“&doc=”+@Text(masque) + “&url=” + @Text(url)+“',‘Lignes de la facture’,‘location=0,titlebar=0,menubar=0,directory=0,toolbar=0,status=0, width=800, height=400, left=100, top=200’)”;
@URLOpen(url2)
The IE windows with the URL is OK but the option (title, menubar, toolbar, etc.) doesn’t work. It’s same as if i don’t pass any option.
Sorry for my english !
Thank’s for you responses …