srv=net.createServer(net.TCP, 60)
srv:listen(80,function(conn)
conn:on("receive",function(client,payload)
function SendData()
function runMyFuction()
alert("OK")
end
--a few lines of code in HTML
<input type="submit"name="BUTTON"value="Submit"onclick="runMyFunction(); return false">\
--a few line of code in HTML
end
And there is no messagebox when I click "Submit" on webpage, I don't know why. Can you tell if anyone has done messagebox and it works correctly? Please help!