How can I assign a return value of a CGI to a JavaScript variable? Or
what is the correct way?
<script>
var myData = eval(http://somewhere/cgi-bin/data.cgi");
</script>
TIA
Sam
what is the correct way?
<script>
var myData = eval(http://somewhere/cgi-bin/data.cgi");
</script>
TIA
Sam
Comment