Hyperlink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create a text hyperlink that when it is clicked a new window
opens in the same page but is about 25% the size of the original page. I
would like to show an image that explains my product better but would also
like the customer to see the original page at the same time. How do I do this?
 
jk53110 said:
I would like to create a text hyperlink that when it is clicked a new
window
opens in the same page but is about 25% the size of the original page. I
would like to show an image that explains my product better but would also
like the customer to see the original page at the same time. How do I do
this?

I use the following:

<a
href="javascript:location=location;window.open('http://www.myscacc.org/Popups/newme...ht=400,width=650,scrollbars=yes,resizable=yes')">New
Member Orientation</a>

Where
Popups is the folder where all of the smaller pages are located.
newmember.htm is the specific page
NMO is an identifier
The height and width can be set as you wish and the last is the text link
that will appear on the page. Try it on this page:
http://www.myscacc.org/classdescriptions.htm
 
try the addin on www.jimcoaddins.com
"Spawn" is the one you need.
download it, double click the exe file. It is installed as part of
Frontpage, and available under the "Tools > Addins" menu/s
 
Back
Top