Ok I created a forum off a tutorial and the forum itself works great. I added the actionscript that the forum told me to do but changed my address and e-mail address in the forum here is the action scripts i used
on (release) {
subject = "Feed Back Form";
recipient = "thesimchallenge@simchallenge.com";
loadVariablesNum (" 0, "GET"
}
now what i dont understand is where does this info go it doesnt e-mail to me like it should and i dont know why?
I would like it to post on my site somewhere but dont know how to make a page for it to input the data. so for now i would just like to have it e-mailed to me. how can i go about this. i do have cgi support and asp support on my webhost server!
thanks
kenneth
on (release) {
subject = "Feed Back Form";
recipient = "thesimchallenge@simchallenge.com";
loadVariablesNum (" 0, "GET"
}
now what i dont understand is where does this info go it doesnt e-mail to me like it should and i dont know why?
I would like it to post on my site somewhere but dont know how to make a page for it to input the data. so for now i would just like to have it e-mailed to me. how can i go about this. i do have cgi support and asp support on my webhost server!
thanks
kenneth