|
|
Subject:
HTML/Javacript Code Snippet
Category: Computers > Programming Asked by: mattmclaughlin-ga List Price: $20.00 |
Posted:
14 Feb 2006 04:04 PST
Expires: 15 Feb 2006 04:33 PST Question ID: 445571 |
I need some html/javascript code that generates an href URL of the form: http://www.mypage.com/product_info.php/products_id/4#FeaturesBenefits with the following restrictions: 1) In the document the following is set: <base href = "http://www.mypage.com/"> and can NOT be changed 2) Can not use form elements in any way but can use javascript 3) Dynamically changes the redirect URL based on the products_id value. For example, when located on http://www.mypage.com/product_info.php/products_id/4 - it builds - http://www.mypage.com/product_info.php/products_id/4#FeaturesBenefits and when on http://www.mypage.com/product_info.php/products_id/9999 - it builds - http://www.mypage.com/product_info.php/products_id/9999#FeaturesBenefits 4) Needs to work regradless of whether the user is at: "http://www.mypage.com/product_info.php/products_id/4" -or- "http://www.mypage.com/product_info.php/products_id/4#Shipping" 5) Needs to open the page in the same browser window and work with right-click and shift-click functionality | |
| |
|
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |