Y
Yuriy
Hello! I use a simple statement to call form
windowHandle=window.open(myform + '/?' + hdObj.id + "=" +
hdObj.value,'HouseholdMember', 'toolbar=no, location=no,
status=no, menubar=no, resizable=no, scrollbars=yes,
width=500, height=400');
In my form i put a couple dropdown controls and check
boxes.
form has extension .aspx. But it works so slowly(10 - 15
sec) when i download it. Do you know another way to open
form faster?
Thank you.
windowHandle=window.open(myform + '/?' + hdObj.id + "=" +
hdObj.value,'HouseholdMember', 'toolbar=no, location=no,
status=no, menubar=no, resizable=no, scrollbars=yes,
width=500, height=400');
In my form i put a couple dropdown controls and check
boxes.
form has extension .aspx. But it works so slowly(10 - 15
sec) when i download it. Do you know another way to open
form faster?
Thank you.