client << browse_rsc('login_browse/background.png', "background.png")
client << browse({"
<html><body background=background.png scroll=no>
<form action="?whatever" method="get">
<input type="text" name="username" />
<input type="password" name="password" />
<input type="submit" value="Login" />
</form>
</body></html>"}
,
"border=0;size=272x256;can_close=0;can_resize=0")
client topic
client
Topic(href)
//do whatever with href here
alert(src, href)
It feels really not secure. How can I make it so the password isn't just being thrown around?