Good article
Another tip if your site relies on any Javascript managed DHTML navigation is to add something like the following right after the
opening <body> tag, or as a part of any header page included at the top of your page
(presuming you always have a site map page w/ plain html links as a backup to your Dhtml)
<noscript>
<div align="center" style="border: 1px solid #660E24; background-color: #F5F5D5"><b><font face="Verdana, Arial, Helvetica, Geneva,
sans-serif" color="RED" size="2">You must have JavaScript Enabled to View and Navigate this Site - or see our: </font> <a
href="sitemap.htm"><font face="Verdana, Arial, Helvetica, Geneva, sans-serif" size="2">Sitemap</font></a></b></div>
</noscript>
PS
Secondary advantage is that noscript tag is also spidered by Search engines
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
| here's an excellent article on pop-ups:
|
http://www.sitepoint.com/article/perfect-pop-up
|
| What you can do is link your pages to the external JavaScript file and add
| to your "code snippets" the various calls.
| to access code snippets just set your cursor in code view (or code pane of
| split view) and hit control+enter.
| it's fairly easy to use this way.
|
| HTH
|
| Chris
|
| --
| Have you seen ContentSeed (
www.contentseed.com)?
| --
| Chris Leeds
| Contact:
http://chrisleeds.com/contact
|
| NOTE:
| This message was posted from an unmonitored email account.
| This is an unfortunate necessity due to high volumes of spam sent to email
| addresses in public newsgroups.
| Sorry for any inconvenience.
| | > On Feb 8, 2:26 pm, (e-mail address removed) wrote:
| >> Hi all,
| >> I have a webpage that has about 100 hotspots on it that have photos
| >> hyperlinked to popup into a new window.
| >> I would like to have each of those photos open up into a 600x800
| >> window.
| >> I have all of my images at that resolution
| >> I cant quite find the right script to achieve this globally.
| >> Any help is appreciated.
| >
| > By the way I am using Sharepoint...not Frontpage.
| > whirlinator
| >
|
|