kristalys Posted March 30, 2006 Share Posted March 30, 2006 hi all - i'm new to this site - and i just got involved with PHP/dreamweaver. i've been browsing this site and i must say it's very helpful :) love it!anyway, quick question - i am trying to have a link open up a page within a target area called "_self" however i am having problems having the link of the new page contained inside this area - it just wants to open up on the whole page. here is a likeness to my code, i've read several other posts similar but haven't exactly gotten this to work...<a href="http://www.yahoo.com" target="_self">yahoo</a>this line works with my other links that are to *.php pages... such as...<A href="index.php?id_menu=os" target="_self">OS</A> any suggestions? comments? would be greatly appreciated.thanks!~k. Quote Link to comment https://forums.phpfreaks.com/topic/6140-links-in-phpdreamweaver/ Share on other sites More sharing options...
moberemk Posted March 30, 2006 Share Posted March 30, 2006 What's your DOCTYPE? If you're using XHTML, then it won't work, becuase that attribute isn't specified as part of the XHTML spec. Quote Link to comment https://forums.phpfreaks.com/topic/6140-links-in-phpdreamweaver/#findComment-22166 Share on other sites More sharing options...
erax Posted March 30, 2006 Share Posted March 30, 2006 Hey Kris i think _SELF is kinda reserved html tag .May be you should try and reanme your _SELF to some other name ;) Quote Link to comment https://forums.phpfreaks.com/topic/6140-links-in-phpdreamweaver/#findComment-22257 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.