Hi,
I didn't want to add this in my navbar. (too many buttons to move around)
I set up a link forum - which opened radiosations.php
The problem was that I couldn't get it to open in a new window.
So I hacked together this radiostations.html
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dreams Radio Stations</title>
<meta http-equiv="REFRESH" content="1;url=http://www.yoursite.com/forums/">
</head>
<body>
<script type="text/javascript">
window.open("http://www.yoursite.com/forums/radiostations.php", "blank");
</script>
</body>
</html>
Now point the linked forum to radiostations.html and it opens a new window for the radio station and the old window redirect to forumhome.