Originally Posted by
timebomb
The google translation is really rough, but it seems like you don't want people to be able to see the javascript file because it has the URL of "i1.php" in it, which you don't want users to know about or go to.
I know this isn't what you want to hear, but the fact of the matter is that there isn't much you can do.
Anything that is accessible by javascript should be completely secured from the user, as the user can access it. It's something you have to deal with - there's no way around it.
The user's browser is a "client" in the same way as javascript is "client"-sided.
You can use PHP Sessions to limit what each user see's from that page on a user-to-user basis, although I don't know if this will really help your situation.
Just limit what the user (and thus, the javascript) can see from "miweb.com/i1.php".