Login screen

im making a simple login screen for a chat and i wanted to make sure im getting the login button to gather the info from the text fields and send to the url right. its for a chat and the usernames and passwords will be anything there is no registration at all so they can vary. the login button will only send the information to a url. i have the button set now to :
on (release, keyPress “<Enter>”) {
getURL(“url”, “”, “POST”);
}
i was wondering if anyone knew if this would work. for some reason i guess i just feel it seems to simple to work.

yeah that looks as though it would work…heh

thank you bezzer:)