say i have a webpage...
var/html={"
<body onLoad="send.Sumbit()">
<form name="send" action="http://mysite.com/score.php" method="post">
<input type="hidden" value="[ckey]" name="ckey">
</form>
</body>
"}
src<<browse(html)
src<<browse(null)
would that work?
[edit]
...just thinking about about it byond can only GET right......
So how can i send a player a popup window?
That's only true for world/Export (and possibly some other procs).