FP 2003..absolute page size (want to control width and height)

C

chimpygirl

I want to make a 'very small' web page that people can open to read
information about a upcoming meeting (sort of like a popup but NOT
since I dont know how to do that). The person would go to my main web
page, see the hyperlink concerning the meeting, click on it, and it
would just open a teeny weeny web page.
How do I make a web page to add to my existing web, that when clicked
on from a hyperlink, would open a 'small' web page? This small page
would only contain text.. wouldnt have the borders, or anything like
that. Thanks. LS
 
S

Steve Easton

Go to www.jimcoaddins.com and download
the free utility named Spawn..

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
M

Mark Fitzpatrick

You can open a web page in a web browser that is a certain width or height
that you specify using JavaScript. There's such a script at:
http://www.dynamicdrive.com/dynamicindex8/popwin.htm

You may also want to put the text into a table in the page and set the table
to a certain width.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Top