<script
language="JavaScript">
function toppop() { window.open
('Your file name or
url here',
'doitnow','toolbar=yes,
location=no, directories=no,
status=no,menubar=no,
resizable=yes,copyhistory=no,
scrollbars=yes,
width =500,height=300'); }
</script>
</head>
<body>
<!-- Begin copy the link here --> <a href="The-secret-file.htm"
onMouseOver=
"parent.location=
'javascript:toppop()' ">Your link message MOUSE OVER HERE</a>
<!-- end copy the link here -->
</body>
</html>
First part.
--------------------------
Second Part
This script has two parts.
First part.
Put the mouse cursor on the
box with the first part of the script, right click, sellect all, copy and past it in
your HTML document between the <head>
here </head> tags; (see sample HTML
Document)
Put the url or file name of the web page you want to pop up (see sample HTML
Document where the blue letters are)
You can change the
values on red.
------------------------
Second Part Seting the link for
mouse over.
Put the mouse cursor on the
box with the second part of the script, right click, sellect all, copy and past it in
your HTML document between the <body>
here </body> tags; (see sample HTML
Document)
You can put any thing where
the oranges letters are. (A fake URL
that will show up on the status bar at the bottom of the
browser)
Put your link message for
the mouse over to activate the link, where the pink letters are.
(see sample HTML
Document)
You can put an image for the
link. (<img
src="your image.gif">)