ok i use front page from choice (hold the comments) and to open a link in a new window i go to the link properties and select that. recently i have found and am useing a PHP include which allows me to change whatever is in the include and it will change on all pages.. in the code how do i make it open in a new window?
Hi andymayo The HTML for opening a link in a new window is <a href="..your link.." target="_blank">Blah</a> Hope this helps
As above for simply opening in a new window/ tab when someone clicks a link. You need to use javascript if you want it to open when the page loads or if you want to control elements of the new window (eg if the address bar is shown or not)
There are many PHP programmers over in the programming section of the site and even more in the PHP section