damnit...
Date: 03/03/07
(WebDesign) Keywords: asp, web, hosting
Hey, can someone tell me why after submitting an email form on my website, it will reload my website in a different window? You can test it all you want, go ahead submit to see....
Heres my the script in the action layer:
set(mailuser, "wendy922@gmail.com");
set(targetpage, "none");
stop();
and heres the script on the SUBMIT button:
on (release) {
getURL("gdform.asp", "lower", "GET");
}
on (release) {
gotoAndPlay(75);
}
It maybe just be my control panel with my hosting service. I'll check.
The Website: http://www.staaadesigns.com
Source: http://community.livejournal.com/webdesign/1227346.html