I'm trying to make a popup button in which I would like to show a flash movie.
I used the javascript code popup generator
And now I have this I would like to add to the <HEAD> sector:
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=775,height=385,left = 312.5,top = 332.5');");
}
// End -->
</script>
/ Denbert








Hybrid Mode
