Quote:
|
Originally Posted by gilgalbiblewhee
Let's say you have pages 1 | 2 | 3 | 4 | 5 and you're on page 3. How do you make the code so that 3 will be without url?
|
Okay, I'm thinking this:
If the line "1 | 2 | 3 | ......" is generated by ASP code then it can easily be done!!!
You could do a test for each one, say
if pageLocation = location_in_url then
response.write "<a name=......">
else
response.write "<a href="....">
end if