<form action="byond://?" method="get">
Record to add: <input type=text name=emprecord>
Employee Score rating (0-10)(0=none): <input type="number" name=empscore min="0" max="10">
<input type=submit value="Add Record" choice=addrecord>
"}
Problem description:
So beyond the lack of HTML to actually not make it look like shit. I'm trying to make the submit button 'submit' into calling its code, it won't. I have looked everywhere and all I find was people with the issue but no clear way of how this works..
I am using Topic(href, href_list) since thats how it works..
Href list is ["choice"], and addrecord is the bit that is supposed to be called.
Some help please?
Your action needs to call something Topic can understand.
See http://www.byond.com/docs/ref/info.html#/client/proc/Topic
http://www.byond.com/forum/?post=270682
This is DMCGI based, but should still be relevant. http://www.byond.com/forum/?post=46233