Hi
I tried the following codes which you posted before without any works to get a popup window within FP2000. May you give a clear instruction? Thanks a lot.
Lydia
Hi
I tried the following codes which you posted before without any works to get a popup window within FP2000. May you give a clear instruction? Thanks a lot.
Lydia
http://javascript.internet.com/generators/popup-window.html
that should be working… you need to get the URL for the pop up and paste it in the first box on that page. then it is easy from there on in.
once you get the code from that site, write back and i will lead you throught the rest.
Thank you so much for your quick respond. You are so kind.
Yes, I got the codes as below:
<html>
<head>
<SCRIPT LANGUAGE=“JavaScript”>
<!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL: http://fineline.xs.mw -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval(“page” + id + " = window.open(URL, ‘" + id + "’, ‘toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=400,left = 262,top = 184’);");
}
// End -->
</script>
<title>open new window</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<A HREF=“javascript:popUp(‘http://www.yahoo.com’)”>Open the Popup Window</A>
<!-- Script Size: 0.73 KB -->
</body>
</html>
Instead of URL I added, I need to change to a pecific picture. So when the user click on the text , it will popup a bigger picture with exact window size. I don’t know how to do it in Front Page 2000
Thanks again
Lydia Lin
<!-- TWO STEPS TO INSTALL POPUP WINDOW:
1. Paste the first into the HEAD of your HTML document
2. Use the code to open the popup page on your site -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL: http://fineline.xs.mw -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=300,left = 250,top = 150');");
}
// End -->
</script>
<!-- STEP TWO: Use the following link to open the new window -->
<A HREF="javascript:popUp('www.yahoo.com')">Open the Popup Window</A>
<!-- Script Size: 0.73 KB -->
im not sure if i under stand your question. but if your going to open up a picture instead of a HTML page, it should automically work, the picture will show up.
hope this helps<:}
Sorry, I think I didn’t tell you what I want clearly.
I don’t want to open a URL. I want to open a photo stored on my computer ‘factory.gif’.
And I found I can’t copy the codes you sent to me into FP2000. It messed up when I inserted them into HTML.
Thanks
what is the link to the picture. and i will add it into the coding and then post it.
The picture is stored on my computer. The name is “factory.gif”. I saved my html page and this picture in the same folder.
you need to upload the picture to a server, or else it wont work.
I don’t know what do you mean for a link? Actually, I inserted one small picture in FP2000, then I need to click it to popup a window to see a large one. The photo I stored in a folder call"upper image" right on my computer:
desktop/e-newsletter/upperimage/factory.gif
it needs to be uploaded to a server, for any one to see it.
so once you upload it, the new link would say something like
www.alexsdesigns.net/factory.gif
but thats if it was uploaded to my server.
go to www.tripod.com
thats where you can upload images
anyway, thanks a lot. I’ll consider what you said. Then I’ll return to you when I find a place to store my pictures. Thanks again and keep in touch.
your very welcome.
if you have any more questions, just ask
:: Copyright KIRUPA 2024 //--