New User
joined:Feb 8, 2010
posts: 20
votes: 0
Hi all,
Spent a couple of hours on this and getting nowhere fast so a little help needed. I have a page with querystring code to show the product being reviewed linked from the product page with a querystring in the link.
Link to the review page :
a href="review_form.asp?item_id=geneva+guestbed"
Code on the review_form.asp page :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>review form</title>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div align="center" class="instocktop">Product review form for model <%= Request.QueryString("item_id")%></div>
</body>
</html>
The output shown on the screen is :
Product review form for model <%= Request.QueryString("item_id")%>
The code used to work fine until I checked the other day and I cannot think of any mods I have carried out. The htaccess and robots files are unchanged.
Could this be a server fault ?
Kindest regards to all.
Chris