| Thank you, but I think didn´t not explain my self well.
I have the following .asp page
/Apresenta.asp?O=100&T=37
And your program generates the follow.
/Apresentab282.html?O=100&T=37
My question is:
What is the information that your system use to
generate the file name?I know you use a md5 and the original filename.
Can you give me the algoritm that you use to generate
the file name?
Why I´m asking this: I want to simulate your software
in my .ASP files, when a HTML calls a .ASP file and I
want the system goes back to HTML.
Check the
<http://abin.zevallos.com.br>
<http://www2.abin.gov.br>
The zevallos.com.br domain is the dynamic web site.
And the www2 is the hhtracked web site. But the www2
have some forms that have to be executed and all forms
creates a full web page, with all links. My idea is to
simulate at .ASP file, all names .asp to be translated
to you .html file names. | |