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 !