Hey burton Rider

Well i get what your explaining, but i don't get what im supposed to do. In flash i have 3 forms "name" "email" "comment" and a send button.
that send button in flash has a function that looks like this:
on (release) {
getURL ("contact.php", "_blank", "GET");
}
This pops up a new window that is "contact.php"... that contact php form writes
"thank you $name for writing me this message" and it sends all the form boxes to my email. Then the user can close the window.
My problem is that i can't add features to the window. I've tried to change the code in flash to do
on (release) {
getURL ("javascript:popup_window('contact.php','vfscontact','menubar=no,width=287,height=264')");
}
And this works great!... except I don't know how to send using "GET" in this example.
I've also added in my html code (the html page that contains my flash page) this :
<SCRIPT language = "javascript">
<!--
function popup_window(whatURL, name, features){
window.open(whatURL,name,features);
}
//-->
</script>
I'm not a n00b at designing, but this is just not working for me.
- hope you can help again!
p.s.
i Ride a Salomon Sequence
-cubex