Mhtml
07-22-2002, 06:05 AM
Ok I have just made a page for a reply in the html/css forum on which i have an example of putting a border around an image in a graphics editor.
Since I am on brinkster I can't link directly to that file in my db directory. So I decided I would write my very first asp script with no outside help...I failed.LoL any way I want to redirect depending on variables(i think) sent with the link from the reply. But It doesn't seem to do the check it just redirects to the image.asp page.
For the link I have http://www21.brinkster.com/cubestudios/index.asp?linka=imagepage
and my index.asp has <HTML>
<HEAD>
<% if linka = imagepage then
response.redirect("db/image.asp")
else response.redirect("index3.htm")
end if%>
<TITLE></TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
</BODY>
</HTML>
What did I do wrong?:confused:
Since I am on brinkster I can't link directly to that file in my db directory. So I decided I would write my very first asp script with no outside help...I failed.LoL any way I want to redirect depending on variables(i think) sent with the link from the reply. But It doesn't seem to do the check it just redirects to the image.asp page.
For the link I have http://www21.brinkster.com/cubestudios/index.asp?linka=imagepage
and my index.asp has <HTML>
<HEAD>
<% if linka = imagepage then
response.redirect("db/image.asp")
else response.redirect("index3.htm")
end if%>
<TITLE></TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
</BODY>
</HTML>
What did I do wrong?:confused: