TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

form question

Page: 1 Reply
Aug 2nd 2002#62547 Report
Member since: Jul 17th 2002
Posts: 215
i made a contact page for a site and put this script on the send button:
on (release, keyPress "") {
getURL("mail.php", "", "POST");
gotoAndPlay(2);
}

all the variables and everything are correct. and the mail gets sent. the only prob is, is that a new window pops up. i tried to stop this by putting "" but it still pops up. any help would be great and u can reach me on
aim: slayerment
Reply with Quote Reply
Aug 2nd 2002#62558 Report
Member since: Aug 9th 2001
Posts: 2333
Why not just have

on (release) {
getURL("mail.php", "", "POST");
gotoAndPlay(2);
}

leaving release on it's own?
Reply with Quote Reply
Aug 2nd 2002#62626 Report
Member since: Jul 17th 2002
Posts: 215
well ya i can do that too, but i still get the same problem. its strange.
Reply with Quote Reply
Aug 2nd 2002#62627 Report
Member since: Jul 17th 2002
Posts: 215
or hmmm. im not sure if it works or not. if ud like u can check it out at www.femultimedia.com/flashv1/index.htm
then go to the contact page and see if u get a popup when u send
Reply with Quote Reply
Aug 2nd 2002#62686 Report
Member since: Dec 24th 2001
Posts: 222
hey i like your site slayer and i know im off topic but i just wanted to suggest you put the sidebar on the left side because its pretty hard to read that stuff backwords or atleast for me it is
Reply with Quote Reply
Aug 3rd 2002#62771 Report
Member since: Jul 17th 2002
Posts: 215
lol ya i did it on purpose i guess. its just a quick little site layout, maybe my next will be easier to read lol
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum