PDA

View Full Version : Flash form question



Gonespirit
September 7th, 2008, 10:08 PM
Hello everyone. Thats my first post :beer2:
I have one small question :) I've finished this tutorial http://www.kirupa.com/developer/actionscript/forms_database.htm and everything works fine the form works am using asp page to transfer the data .... bla-bla-bla . on my submit button i have this action
on (release) {
getURL("http://www.mysite.com/sent.asp","","POST")
gotoandstop(2)
}
but the thing is that it opens the sent.asp page i an new window . Is there any way to avoid this meaning not to open this page will look more profesional cause on the frame 2 after pressing the submit butoni have thank you message....?

natronp
September 9th, 2008, 04:23 PM
use loadVars instead of getURL.