Click to See Complete Forum and Search --> : web page attributes


cujo_77
04-14-2007, 12:09 AM
OK I am using a DHTML menu builder that has a few limitations. It will not let me open a link in a new window without making all the links open in a new window. So here is a what I want to do. I want to open a page, lets call it new.html, and I want it to open itself in a new browser. I figure that using the onload command that I coudl get the page to open in a new browser on its own.

toicontien
04-16-2007, 03:09 PM
What menu builder are you using? If the menu uses <a> tags, you could search all the <a> tags in the document and look for a specific HREF attribute value, and then add the target attribute. But we'll need to see a link to the page or some code to help you out further.