Show Bid Request
Redirect page on ASP with HREF Condition
Bid Request Id: 28312
|
|
|
Posted by: |
Jhome EL (23 ratings)
(Software buyer rating 10)
|
Posted: |
Sep 22, 2002 2:30:57 PM EDT
|
Bidding Closes: |
Oct 6, 2002 2:37:21 PM EDT
|
Viewed (by coders): |
322 times
|
|
|
|
Description:
ok quick job !
i need 2 ASP page
1) if HREFERER = "http://mypage.com/blhblah.htm" then Response.Redirect "http://www.yahoo.com" else Response.Redirect "http://www.google.com" end if
2) if HREFERER = "any ref from xprosys.com " then Response.Redirect "http://www.yahoo.com" else Response.Redirect "http://www.yahoo.com" end if
page 2 is to capture ref which comes from any addresse from a certain domain .
thx
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
all browsers
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation, you can report it to: abuse@rentacoder.com.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$10 (USD)
|
Sep 23, 2002 10:34:05 AM EDT
|
9.71
(Excellent)
|
|
|
Please see attached sample ASP page. That should give you more then enough to play arround with real responses. If it is hard to for you to implement it let me know. The most of the problems arise with not buffering the response object. It is imposible to redirect if entire ASP code or the one that trigers respnses is not buffered. Buffering also allows HTTP headers to be overwritten, which is actually needed for redirecting. Let me know if this is waht you wanted.
Replace 'moh' with wahtever criteria you want and redirection page to whatever you want. Copy entire IF statement to create more criterias. Each criteria will be checked by the order of the IF statements used. Rearange them the way you want.
Best regards, |
|
Attached File
|
|
|
|
|