View Single Post
 
Old 10-11-2009, 01:17 AM
sedds sedds is offline Windows XP Office 2003
Novice
 
Join Date: Oct 2009
Posts: 1
sedds is on a distinguished road
Default Problems with my site using Publisher 2003

Hi. I am using MS Publisher 2003. I have finished making a web site but I have 2 problems. my web site is http://www.shannonedds.com

1. I have some javascript on my site to allow the opening of links into new windows. The one link that I have on the main page (The Daily Question) works fine. But I have 4 other links on my site (1 of these links is the one that works on the main page) on other pages (specifically the About Me and FAQ page) that do not work. I copied the HTML box that has the javascript in it and pasted them on all the other pages on my site. But that didn't work. Below is the code I am using (remember this code works on the main page.) I am using this code to open new windows when opening links that go to comptia.org and to my video archive on youtube.com. Also these javascript links that don't work also give errors in internet explorer.

<script language="JavaScript" type="text/javascript">
<!--
function Show(Url, Name, Features)
{
window.open(Url, Name, Features);
}
// -->
</script>


2. The menu bar on my website (which is located directly below my picture) does not show up in Internet Explorer.

Any help would greatly be appreciated.

Thanks,
Shannon
Reply With Quote