Frontpage popup window script

W

whirlinator

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.
 
W

whirlinator

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
 
T

Trevor L.

I dont see anything on the www.jimcosoftware.com site that will allow
me to do what I am looking to do here...

The program is Spawn on http://www.jimcosoftware.com/addins.aspx
(Do a Find on "Spawn" and you will locate to it.)

But it is a FrontPage add-in, not a SharePoint add-in

However, having said that, it can be used by simply calling the JavaScript
which Spawn uses
e.g.
<a href="#" onclick="spawnJimcoPopup
('my.html','',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no',
'180','200', 'center','500','pixel');return false;">
Call my html</a>

I could post a copy of the function spawnJimcoPopup, but
1. I am not sure about copyright
2. I modified my copy slightly
2. If you install Spawn in FP you will find it.

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 
C

Chris Leeds, MVP - FrontPage

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.
 
W

whirlinator

I dont see anything on thewww.jimcosoftware.comsite that will allow
me to do what I am looking to do here...

The program is Spawn onhttp://www.jimcosoftware.com/addins.aspx
(Do a Find on "Spawn" and you will locate to it.)

But it is a FrontPage add-in, not a SharePoint add-in

However, having said that, it can be used by simply calling the JavaScript
which Spawn uses
e.g.
<a href="#" onclick="spawnJimcoPopup
('my.html','',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,r­esizable=no',
'180','200', 'center','500','pixel');return false;">
Call my html</a>

I could post a copy of the function spawnJimcoPopup, but
1. I am not sure about copyright
2. I modified my copy slightly
2. If you install Spawn in FP you will find it.

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website:http://trevorl.mvps.org/
----------------------------------------

"Spawn is not supported for pop-ups in image maps or photo galleries"
I am using a image map with about 100 hotspots on it to other
hyperlinked photos...
Still looking for a solution :(
 
S

Stefan B Rusynko

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
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top