Forum Moderators: open
The problem I got stuck with is that I needed to have a JavaScript "redirect" from the shopping cart page to the checkout page. Now I do not mind that Google and other search engines will not visit the checkout page, however I wanted to hear your opinions if you think I will get penalized for the "redirect".
The way the site works is that it has a cart page (www.mydomain.com/cart.asp) with links to it. In addition there are links to www.mydomain.com/cart.asp?action=checkout, now when the page sees the checkout action it to uses JavaScript to submit the shopping cart form (the form's action is to checkout.asp) .
Thanks.