Quote:
Originally Posted by Zonglars
just something to save code, as the thumbnails are on photobucket for the moment, so i just want to have some javascript change the base href at the start of the thumbnail section, then change it back to the original at the end of the section.
|
This won't work, because base href is a
global attribute for the document. At best, changing it will break all your other links!