Hi.
I have a dynamically generated link on a page which I would like to change from being displayed as http://www.website.com to just www.website.com.
The code is:
I would like to change it to:HTML Code:<a href="http://www.website.com" target="_blank" id="link">http://www.website.com</a>
There are other links on the page which should be left untouched. Can anybody help out with a script which removes http:// from the link with this specific id?HTML Code:<a href="http://www.website.com" target="_blank" id="link">www.website.com</a>


Reply With Quote

Bookmarks