English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Like if you mouseover a word and a pop up window shows up then when you move the mouse off of the object the pop up window goes away.

2006-08-25 06:23:29 · 2 answers · asked by stewcat123 1 in Computers & Internet Programming & Design

2 answers

POP is simply Java Script.You embedd this code in between the head tag of the HTML.



Then you create a hyperlink where the pop-up need to open when the
mouse is over it.

HYPERLINKNAME
You can also avoid reloading the main page.
Everything is Over.Preview the page and u found pop-up opens when mouse is over the link.
You can add the mouseout property by closing the page (calling the close window)

2006-08-25 06:42:23 · answer #1 · answered by Elo 3 · 0 0

No idea of doing it in frontpage. Have never used it before. Sorry. But here is the code that you may use if u want it.

On the object where you want the mouse over event to occure just write this code

onMouseOver= "javascript: window.open('YourUrl.com', toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0, width=500, height=500');"

2006-08-25 13:32:30 · answer #2 · answered by miabulhassan 2 · 0 0

fedest.com, questions and answers