View Single Post
  #4 (permalink)  
Old Dec 4th, 2005, 03:50
alexandra alexandra is offline
New Member
Join Date: Dec 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie question - update ASP on server

just now I realized that the link <a href="../cat_select.asp?showtype=byitemgroup&itemgroup=Book s&job10=new">Books</a>
should be
<a href="cat_select.asp?showtype=byitemgroup&itemgrou p=Books&job10=new">Books</a>

and this is how it is in the original file.
When copying the files the links are automatically updated ? (because I didn't change this file)
Reply With Quote