View Single Post
  #2 (permalink)  
Old Apr 2nd, 2006, 19:31
crazyluv crazyluv is offline
Up'n'Coming Member
Join Date: Mar 2006
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: One-time, IP based alert?

I don't know about the IP based alert but when I go to the IE side with I don't get any type of problem although I do suspect that the thing you describe is what happens when you test the page on your computer.
I get that warning when I test certain javascript scripts locally becuase they try to access files located on my pc (which is ok because that is where everything is) but when you upload it and all files and view the page online the warning doesn't come up because the files it trys to access is on the server.

and this line gives an error in FF and IE:

Code: Select all
<script language='javascript'>postamble();</script>
Reply With Quote