PC Review


Reply
Thread Tools Rate Thread

can I create pop-ups?

 
 
Rob
Guest
Posts: n/a
 
      11th Jan 2004
Is it posible in frontpage express to make the links
on my home page pop-ups so that the main page stays open
rather than transitioning?
 
Reply With Quote
 
 
 
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      11th Jan 2004
Yes, but you'll have to use code like this:

<script language="javascript" id="jcSpawn">
// Jimco Add-ins Spawn JavaScript
// This script is freely redistributable. //-->
function spawnJimcoPopup(url, name, options, h, w, x, y, scaleType)
{
var windowOptions;
if (scaleType == 'percent')
{
w = (w * screen.availWidth) / 100;
h = (h * screen.availHeight) / 100;
}
if (x == 'center')
{
x = (screen.availWidth - w) / 2;
y = (screen.availHeight - h) / 2;
}
windowOptions = options + ',width=' + w + ',height=' + h + ',left=' + x +
',top=' + y;
newWindow = window.open(url, name, windowOptions);
newWindow.focus();
}
</script>
</head>

<a href="index.htm"
onclick="spawnJimcoPopup('index.htm','47D470F1EF574A1490A4EADDA459887C','too
lbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resiza
ble=no','200','200','center','center','pixel');return false;">page</a>


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at (E-Mail Removed)

"Rob" <(E-Mail Removed)> wrote in message
news:037b01c3d87f$8d7f4400$(E-Mail Removed)...
> Is it posible in frontpage express to make the links
> on my home page pop-ups so that the main page stays open
> rather than transitioning?



 
Reply With Quote
 
=?Utf-8?B?Um9i?=
Guest
Posts: n/a
 
      11th Jan 2004
well, thanks for your quick response. however, what you suggest is beyond my abilities at this point
Is there a script untility that performs this function?
 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      11th Jan 2004
You can make your links open in n new window,
By right clicking the link and selecting hyperlink properties.
Then click Target Frame and then select New Window and then
click Apply.

If you want to control the size of the new window
it will require using a script.

--
using 2k PRO but....95isalive
This site is best viewed............
........................with a computer

"Rob" <(E-Mail Removed)> wrote in message
news:037b01c3d87f$8d7f4400$(E-Mail Removed)...
> Is it posible in frontpage express to make the links
> on my home page pop-ups so that the main page stays open
> rather than transitioning?



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      11th Jan 2004
Rob,

Down load and install the actual Spawn FP Add-in from
http://www.jimcoaddins.com

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Rob" <(E-Mail Removed)> wrote in message
news:F79B9129-61F1-4F56-BCA5-(E-Mail Removed)...
> well, thanks for your quick response. however, what you suggest is beyond

my abilities at this point.
> Is there a script untility that performs this function?



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      11th Jan 2004
Thomas,

That will not work in FPE


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at (E-Mail Removed)

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Rob,
>
> Down load and install the actual Spawn FP Add-in from
> http://www.jimcoaddins.com
>
> --
>
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, Forums, WebCircle,
> MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Rob" <(E-Mail Removed)> wrote in message
> news:F79B9129-61F1-4F56-BCA5-(E-Mail Removed)...
> > well, thanks for your quick response. however, what you suggest is

beyond
> my abilities at this point.
> > Is there a script untility that performs this function?

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      11th Jan 2004
Oops, missed that part, but Rob can use a very simple script at:
http://www.ycoln-resources.com/resou...lt.asp#script4

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thomas,
>
> That will not work in FPE
>
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> --------------------------------------------------------------------------

--
> --------------------
> If you think I'm doing a good job, let MS know at (E-Mail Removed)
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Rob,
> >
> > Down load and install the actual Spawn FP Add-in from
> > http://www.jimcoaddins.com
> >
> > --
> >
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, Forums, WebCircle,
> > MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "Rob" <(E-Mail Removed)> wrote in message
> > news:F79B9129-61F1-4F56-BCA5-(E-Mail Removed)...
> > > well, thanks for your quick response. however, what you suggest is

> beyond
> > my abilities at this point.
> > > Is there a script untility that performs this function?

> >
> >

>
>



 
Reply With Quote
 
=?Utf-8?B?Um9i?=
Guest
Posts: n/a
 
      11th Jan 2004
ok!!! that worked fine for new windows..thanks!

Now, is there a way to make the new windows open in full screen mode automatically?
 
Reply With Quote
 
=?Utf-8?B?Um9i?=
Guest
Posts: n/a
 
      11th Jan 2004
Accually MD it did work, there is no menu for target frame, so I just typed in "new window" and it worked fine!
 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      11th Jan 2004
Yes, but you would have to locate a script that would test for the user
resolution, etc. and then force the browser to window to full screen.

Personally, I do not return to sites that cause my browser to open full
screen, so I would suggest that you don't do this, as there may be many
other folks that also dislike this and will not return to your site.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Rob" <(E-Mail Removed)> wrote in message
news:41CEEA27-24DF-4C82-A4F3-(E-Mail Removed)...
> ok!!! that worked fine for new windows..thanks!!
>
> Now, is there a way to make the new windows open in full screen mode

automatically?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a macro to create excel line graph with coloured pointers anddata lables anuj datta Microsoft Excel Charting 1 30th Sep 2009 04:04 PM
how to create an auto reply rule/macro that wont create a new mess squalltheonly Microsoft Outlook Discussion 4 15th Nov 2008 04:03 PM
reset button, create excel, import table, send e-mail, create back-up matthew nance Microsoft Access 0 27th Jul 2004 06:52 PM
Read Bitmap and create Method to Create Image at runtime Mark Johnson Microsoft Dot NET Framework 1 28th Nov 2003 08:26 PM
Create user on win2k domain does not create mailbox on ex2k server Jeff Howard Microsoft Windows 2000 0 1st Oct 2003 12:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:40 PM.