Jump to content

open home page in new window


Guest mgrech

Recommended Posts

Guest mgrech

I need to know how to make the main page open in a new window. I have a link on my website menu "store". - see www.jamesgrech.com/jameshome.html. When people click on this I want the store page to open in a new window. The url of my store is www.jamesgrech.com/store2

Can anyone pls help?

Link to comment
Share on other sites

Your menu is javascript driven - simple links would be better from an SEO standpoint IMO.

Anyway, there's this:

<script LANGUAGE="JavaScript">

<!--

var bvMenu7 =

[

	[null, 'Home', null, '_self', 'Home'],

	[null, 'Biography', null, '_self', 'Biography',

		[null, 'Musical Career', 'http://www.jamesgrech.com/musicalcareer.html', '_self', 'Musical Career'],

		[null, 'The Illness', null, '_self', 'The Illness']

	],

	[null, 'Concerts', null, '_self', 'Concerts',

		[null, 'The Stradivari Seaason', 'http://www.jamesgrech.com/stradivariseason.html', '_self', 'The Stradivari Seaason'],

		[null, 'Celebrity Concerts', null, '_self', 'Celebrity Concerts'],

		[null, 'Concert Reviews', null, '_self', 'Concert Reviews']

	],

	[null, 'Store', 'http://www.jamesgrech.com/store2', '_self', 'Store'],

	[null, 'String Competition', 'http://www.jamesgrech.com/competition.html', '_self', 'String Competition'],

	[null, 'About us', 'http://www.jamesgrech.com/aboutus.html', '_self', 'About us'],

	[null, 'Contact us', 'http://www.jamesgrech.com/contactus.html', '_self', 'Contact us']

];

-->

</SCRIPT>

Look for this bit:

[null, 'Store', 'http://www.jamesgrech.com/store2', '_self', 'Store'],

and change the '_self' to '_blank'

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...