Posted by don on 11/03/10 11:16
I'm trying to have a link to a page open up to a specific spot on the same
page - I'm familiar with
<a href = "Purchase.html" target = "new window"> Buy Product </a>
but my code needs to do this
<a href = "Purchase.html" target = "buybox"> Buy Product </a>
and then down a few lines I have
<div class = "buybox" name = "buybox">this is the result box</div>
Navigation:
[Reply to this message]
|