client/Topic() in Developer Help
|
|
Code:
var html={" <html> <body> <form name="input" action="?action=Creation" method="get"> <input type="text" name="user"> <input type="submit" value="Submit"> </form> </body> </html> "}
client Topic(href, href_list[]) switch(href_list["action"]) if("Creation") usr<<"Your name is now [href_list["user"]]." usr.name=href_list["user"]
|
Problem description: I've never used client/Topic() before, but I went by the reference and this just doesn't work at all.
|
You'll see that the action command is passed through a hidden input field.
Hiead