SQR
March 4, 2004 1:09 PM
Subscribe
I'm trying to code a list of links to all open in the same new browser window. Since every link in the document should open in the same window, I'm using the {base} tag, for the sake of simplicity and size, but I've also tried adding "target='random_name'" to every single link on the page. Nothing's working. All the links are opening in new windows. Help?
posted by grrarrgh00 to computers & internet (10 comments total)
Working with Windows
You can't just put target="something". There are pre-defined values for that attribute, none of which are going to do what you want them to do for this task.
posted by fletchmuy at 1:38 PM on March 4, 2004