A
Aykut Canturk
there's an aspnet site. some pages are html and cannot be changed. (no
javascript nor links can be changed).
these pages have links. for example a.html calls b. html like:
<a href="b.html"> page two link </a>
I need a listenet that can understand and say :
"hey somebody requested b.html." and will run some code, some db operations,
and according to result this istener will send b.html or instead of this it
will send another page...
any idea ?
javascript nor links can be changed).
these pages have links. for example a.html calls b. html like:
<a href="b.html"> page two link </a>
I need a listenet that can understand and say :
"hey somebody requested b.html." and will run some code, some db operations,
and according to result this istener will send b.html or instead of this it
will send another page...
any idea ?