GeneH
-
2/16/2012 2:33:58 PM
Javascript command window.open & Site Map
Since 'Document Properties>Menu>URL Redirection' cannot be used to open a link in a new window (or a new tab), I've been using 'Document Properties>Menu>Javascript command' to accomplish the same thing for a few menu items (using empty placeholder documents). window.open('http://www.myotherwebsite.com/','_blank','height=768,width=1024,left=0,top=0,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,directories=no,status=yes');return false;
Unfortunately, clicking on one of these redirected documents in the site map serves up a '403 Forbidden' error. It seems this is happening because the site map is seeing as a link only "http://www.mywebsite.com/CMSWebParts/Navigation/#". Because of this, I've had to uncheck 'Show on Sitemap' for these items.
I really need to get these these items back on the sitemap. Can anyone help me resolve this please?
|