Simple password

hi
i’m trying to set up a simple password system, so if someone enters a password in a input text field a html page loads. the password and html page will be the same text, so i want the “login button” to load the named page into a html frame.

on (release) {
getURL("(password).htm", “holderf”);
}

any ideas how i can do this??

thanks !

getURL(“http://www.mysite.com/"+mypassword.text+".htm”, “holderf”);

thanks !!
it works…but without the .text bit. i knew it was something like that i tried ("{ etc…i would never have guessed to use the +

thanks again