Jump to content

Installing Javascript with WAMP?


Recommended Posts

hmm well i did an example.. they said to save it as .shtml

<html>
<head>
<script language="JavaScript">
function disp_ip(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';
document.write(ip)
}
</script>
</head>
<body>
<form>
<input type='button' value='Check your Ip' onClick='disp_ip();'>
</form>
</body>
</html>

 

and it just shows the code in the browser.. nothing else

JS doesn't have ANYTHING to do with the server. It is a client side thing only.

 

Um, there is such a thing as server side javascript, its just not that common, and I'm not sure that is what the op is refering too.

 

hmm well i did an example.. they said to save it as .shtml

 

Who are they exactly?

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.