Hello,
I am including one ASP file within another.
<head>
<!-- #include file="inc/finalGlobal.asp"-->
I then call a function within the included file, the result of this is a few session variables are set.
<%breadcrumb()%>
I then try and access a session variable within the meta tag.
<meta name="Tilte" content="<%Response.Write(Session("homeValue"))%>">
However the variables are being displayed in the top left corner of the page and not within the meta tags????
<a href= > <a href = ' holiday.co.uk/prolsearch.asp?search=a'> holiday Search: a</a> > <a href = ' holiday.co.uk/productssearch.asp?search=aa street by street berkshire'> Guide books and Maps for: aa street by street berkshire</a>
<meta name="keywords" content="">
Dose anyone have any idea why this is so?
I am including one ASP file within another.
<head>
<!-- #include file="inc/finalGlobal.asp"-->
I then call a function within the included file, the result of this is a few session variables are set.
<%breadcrumb()%>
I then try and access a session variable within the meta tag.
<meta name="Tilte" content="<%Response.Write(Session("homeValue"))%>">
However the variables are being displayed in the top left corner of the page and not within the meta tags????
<a href= > <a href = ' holiday.co.uk/prolsearch.asp?search=a'> holiday Search: a</a> > <a href = ' holiday.co.uk/productssearch.asp?search=aa street by street berkshire'> Guide books and Maps for: aa street by street berkshire</a>
<meta name="keywords" content="">
Dose anyone have any idea why this is so?