More on Links

liunx

Guest
I have used the HTML recomendation on links that I found at Web Design Group (<!-- m --><a class="postlink" href="http://www.htmlhelp.com/reference/html40/special/a.html">http://www.htmlhelp.com/reference/html40/special/a.html</a><!-- m -->) but I do not seem to be getting the link to open a new window.<br />
<br />
I have tried TARGET=_blank and TARGET="_blank" but the page simply opens in one of the frames in the current window.<br />
<br />
Any ideas?<!--content-->1... It would be nice to see your code.<br />
2... I am 100% sure you coded it wrong.<br />
3... So post it and lets have a look.<br />
<br />
But, it should look something like this.<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"blah.htm" target="_blank">link</a><br />
<br />
4... see my post in your other question about capitals.<!--content-->Sorry. I feel like a school teacher. Like... See me after school. Not being harsh on the capitals thing, just pointing you in the right direction, and I am very tired.<br />
<br />
Yawn... Catch you later, I hope you suss it.<!--content-->target="new-window" seems to work for me at times.<br />
<br />
but target="_blank" should work.<!--content-->I think I found my mistake - I was trying to open a page that I hadn't actually created yet (this is all for a mini-site on my intranet and it is a well-defined structure).<br />
<br />
So, instead of opening a new window to post the "Cannot find page" in, it just put the message in the old frame.<br />
<br />
Hope somebody learns from my experience here...;)<!--content-->
 
Back
Top