Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use Window.Open in Front Page

Status
Not open for further replies.

rtshort

IS-IT--Management
Feb 28, 2001
878
US
How to use a "hover button" in FP to open a new wi
--------------------------------------------------------------------------------
I have developed a web site in MS Visual Interdev and uploaded it to my web server. It is working fine.

I wanted to make some "pretty" pages in Front Page for the inital pages, but I also would like for the actual "business logic" site to open in a new window without the tool bars. I know the code to open the new window as I want it to open, but can I do this in Front Page using the Hover Button?

If anyone could help me, I would greatly appreciate it.

TIA
Rob

Rob
Just my $.02.
 
heres how i do it

<a href=&quot;tour.htm&quot; onclick=&quot;NewWindow(this.href,'name','782','582','no');return false&quot; ONMOUSEOVER=&quot;OnImage('taketour');&quot; ONMOUSEOUT=&quot;OffImage('taketour');&quot;>
<img alt=&quot;Tour&quot; border=&quot;0&quot; name=&quot;taketour&quot; src=&quot;images/take_tour.gif&quot; width=&quot;287&quot; height=&quot;67&quot;></a>

Aaron Taylor
John Mutch Electronics
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top