Bypass
here is the asp code that redirects.
Conn.Close
Set Conn = Nothing
Response.Redirect("zproduct_catalog_MG_091304.asp")
if parm = "finish" then
end If
But iw ould like this link to bypass this code and move on to the rest of my asp code
here is the link
<A class="NQ_Link" HREF="mypage.asp" name="finish">Go to Quote Form</A>
View Replies
any one know how can we bypass the proxy with asp code ?
you may know that ther is some bypass proxy codes with Perl and PHP
but I've never see any in asp .
Example of Perl proxy bypass is http://kenby.com and I want to write
such proxy bypass cod with asp
View Replies
View Related
I'm trying to bypass a Windows 2000 Integrated Windows Authentification within an ASP page...
Let me explain :
a user will login through a form on the web. The fields ar the username / password of an actual windows account on the server.
What i'm trying is to send the user to a secured folder and instead of the IWA popup, I want to "feed" the info of the user directly to the popup so he doesn't have to login through this popup. I should be all automatic..
View Replies
View Related
Theres a script that bypasses ODBC and connects directly to .mdb database for asp scripts , is anyone familiar with this? I dont even know if its a .asp script.
View Replies
View Related