Hi,
I used the instructions to build a form in ASP and FLASH from this site (Flash Forms and Database Integration) and it works great!.
BUT:
The only thing i wanted to change is that the details shown to the viewers will pop up with a nice window like this :
function openWindow(URL)
{
newWindow=window.open(URL, ‘a’, ‘scroll=1, toolbar=0, location=0, directories=0, status=0, menubar=0, width=400, height=300, left=’+(((screen.width-800)/2)-100)+’, top=’+((screen.height-500)/3)+’’)
}
the URL should be the ProcessForm.asp.
insted of:
getURL("…/atar_via/processForm.asp",0, “POST”);
I write
getURL(“javascript:openWindow ‘…/atar_via/processForm.asp’”,0, “POST”);
but it dosn’t work…
WHY??
Thanks
Ariela