Basically, the following ways are used to hide HTML and Javascript code.
1) use frames. but the real URL is given; and can be downloaded;
2) disable right mouse event, but it seems S-F10 can't be disabled, and,
we can disable Javascript or use other programs to download the source;
3) use encrypted HTML source, this is excellent, except that the decoding
javascript code must be givin, so the HTML code can be decoded without
real difficulties.
As said before. theoretically it is impossible to d
【 以下文字转载自 Internet 讨论区,原文如下 】
发信人: hanibal (汉尼拔), 信区: Internet
标 题: 可不可以认为URL中REFERER为空的基本是重复访问者
发信站: The unknown SPACE (Mon Jun 24 23:53:11 2002) WWW-POST
多半是书签导入的.
【 以下文字转载自 Software 讨论区,原文如下 】
发信人: johny (前程似锦), 信区: Software
标 题: How to hide the URL in status bar in a webpage?
发信站: The unknown SPACE (Wed Jul 24 05:47:57 2002) WWW-POST
thanks,
is there an command or function that I can get the history of a
URL, like the last date and time it was visited or it hasn't
been visited.
thanks a lot.
not an apache expert, but I think you can try 'temp' instead of
'permanent'.
It's really up to the browser whether to update the displayed url, though.
I will give a try tonight.
I checked Options Indexes
"If a URL which maps to a directory is requested, and the there is no
DirectoryIndex (e.g., index.html) in that directory, then the server will
return a formatted listing of the directory."
I wish it works with .htaccess foward feature.
thanks.fufu
Eventually, I 've figured this out at comp.lang.perl.misc
Just wondering how PHP|JSP|.NET guys handle the similar
situation if anybody doesnt care to share any thought. my
mod_perl code is like:
my $url = $r->prev->unparsed_uri();
JSP, ASP.net can use session, I think. They all have application events that
can be triggered then you can store the original request in session; it is
possible that the request object is automatically passed which includes URL
information but I cannot remember too much.
I am recently reading some papers about sessions, and got some
questions for you if you dont mind I ask:
as per my understanding, I usually save seesion information
in my server side with (memory|file|database), and query them
through an unique session-id or URI. But when I issue a wrong
URL of my website, I dont know (how|where) to define these seession
ID or any unique thing to save/fetch session info, coz of an obvious
reason that the whole request is redirect before the
content ge
How to set ASP FormMail redirect to the supplied URL instead of displaying "
Thank you"?
What's the problem with the following code? They didn't work. Why?
<%
Response.Redirect ("https://..........")
%>
Hi, I think you guys might not focus on the right problem. The
problem may have nothing to do with the security constaints on applet.
From the error message, it is clear that a cast failed. Depend on
the implemetation of the Virtual Machine, the URL's openConnection
method might return something different, which can not be casted to
HttpURLConnection. I suggest you use the abstract class URLConnection
instead of the subclass. It may solve the problem.
this is a stupid question, but I couldn't find an answer online
I suspect part of some page cannot be loaded (which I couldn't visibly
see), how do I know which url it is requesting?
It's not like the main page doesn't exist and you can configure
404 custom page in web.xml.
This really depends on how mitbbs_bbsbfind.php is implemented.
If it only take userid as POST parameters, you will not be able to pass URL
argument, aka GET parameters, in to make it take that.