Anayet
New Member
What do i add/edit to the following script so that everyone gets the message but not the person with the IP address - as opposed to only the person with the IP address getting it?
<script language="javascript">
var ip = '<!--#echo var="REMOTE_ADDR"-->'
if (ip == '123.123.123.123') {
alert("Message");
}
</script>
Thanks
<script language="javascript">
var ip = '<!--#echo var="REMOTE_ADDR"-->'
if (ip == '123.123.123.123') {
alert("Message");
}
</script>
Thanks

