|
| FrontPage Format Help Fra : Jim Capp |
Dato : 14-05-01 20:45 |
|
Hello,
I have successfully created a new window on my website when someone clicks
on an image to receive a larger view of that image. But, I would like the
new window to have a small, thin frame - no navigation buttons or url
window. Can I do this in FrontPage?
Thank you for your response.
jc
| |
ha (14-05-2001)
| Kommentar Fra : ha |
Dato : 14-05-01 20:57 |
|
> I have successfully created a new window on my website when someone clicks
> on an image to receive a larger view of that image. But, I would like the
> new window to have a small, thin frame - no navigation buttons or url
> window. Can I do this in FrontPage?
Yes, look at http://www.echoecho.com/toolpopupgenerator.htm
regards
ha
| |
Kiss McCann (27-05-2001)
| Kommentar Fra : Kiss McCann |
Dato : 27-05-01 08:12 |
|
Try This, this is entered on the page that you want to have the picture "pop
up" from without controls, notice the word's (( "newpage.htm" and
"newpage")) enter the name of the page you want to "pop up", I do not know
why it does not work unless the name without the extension is repeated, you
will also set the size and locaton of the pop up window.
<a
onclick="window.open('newpage.htm','newpage','height=492,width=332,left=320,
top=150'); return false" href="tmwab.htm">Easter</a>
"Jim Capp" <jcapp@mediaone.net> wrote in message
news:bBWL6.41476$mu1.8929521@typhoon.we.rr.com...
> Hello,
>
> I have successfully created a new window on my website when someone clicks
> on an image to receive a larger view of that image. But, I would like the
> new window to have a small, thin frame - no navigation buttons or url
> window. Can I do this in FrontPage?
>
> Thank you for your response.
>
> jc
>
>
>
>
>
| |
|
|