| | |
Open links of the same domain to open in the same window
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
I would recommend a javascript solution so it is less hands on.
javascript Syntax (Toggle Plain Text)
<html> <head> <title>none</title> <script language="javascript" type="text/javascript"> function alterLinks() { links = document.getElementsByTagName("a"); for(i = 0; i < links.length; i++) { if(links[i].href.indexOf("localhost") != -1) { links[i].target = ""; } else { links[i].target = "_blank"; } } } </script> </head> <body onLoad="alterLinks();"> <a href="http://localhost/">home</a><br /> <a target="_blank" href="http://localhost/">home</a><br /> <a target="_blank" href="http://localhost/">home</a><br /> <a target="_blank" href="http://localhost/">home</a><br /> <a target="_blank" href="http://www.google.com/">home</a><br /> <a target="_blank" href="http://www.daniweb.com/">home</a> </body> </html>
“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” - Dr. Seuss
-- The documentation is inevitable, you may get away with it for a little while but eventually you too will have to do the deed.
-- The documentation is inevitable, you may get away with it for a little while but eventually you too will have to do the deed.
![]() |
Similar Threads
- Copying styles from one window to another... (HTML and CSS)
- How does IE determine a popup? (JavaScript / DHTML / AJAX)
- IE Will Not Open Anymore (Viruses, Spyware and other Nasties)
- Spyware and pop-ups (Viruses, Spyware and other Nasties)
- Internet Exploer is not opening Stites (Web Browsers)
Other Threads in the PHP Forum
- Previous Thread: Why is it dividing when no division operator is being used?
- Next Thread: Creating Blogs
Views: 1033 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cookies cron curl database date directory display download dynamic ebooks echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery limit link login loop mail mediawiki menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion regex remote script search select server sessions sms soap source space speed sql stored structure subdomain syntax system table tutorial update updates upload url validation validator variable video web xml youtube





