Forum Moderators: open
I am building a bar of icons so that users can submit a page to various other sites. Here is a snippet of what I am trying to do.
<a href="http://OTHERSITE.com/submit?url="http://www.CURRENTSITE.com/sompage.aspx&title="CURRENT SITE" rel="nofollow" title="Digg"><img alt="Digg" height="16" src="/images/icons/icon-digg.png" width="16" border="0"/></a>
The code in bold being the URL of the page the user is currently on.
I know this is basic, but I am a CSS jokey not an ASP guy.