slimshady22248202
Technical User
Trying To Install A Popup Code Into The Header and The Body of the Microsoft Publisher 2007 With No Luck. I am using the popup Generator From But I haven't any Luck. I notice you can't put code in the header when of Microsoft Publisher. So I publish the file as a index.html and save it on the desktop. Next I open up Nvu and put install the code in the above the </head> tag and above the </body>and save it. When I look back in the saved code. I notice that everytime I do that it saves the code I put in the </head> tag. But it doesn't save the code I put in the </body> tag.
The code is
<SCRIPT LANGUAGE="JavaScript">
<!-- This script generated free online at -->
<!-- Wilson Information -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=300,height=300,left = 362,top = 234');");
}
// End -->
</script>
That goes above </head>
Next I install the code above the </body>
<BODY onLoad="javascript
opUp('my website name')">
That don't work, then I try.
I leave the <Body Out and Just Put in
<onLoad="javascript
opUp('my website name')">
That loads the code, but when I look for the popup there is none.
Okay, going over this.
Can anyone help me install a popup generator code on Microsoft Publisher 2007.
Evidently this code doesn't work. Or not compatible with Microsoft Publisher. Or I am not entering the code in correctly.
If anyone can help me installing A popup. I would sure appreciate. Or steer me in the right direction so I can download a popup generator.
And one last question. Since you can bring up the code, It is filtered in Microsoft Publisher. That is why I am using Nvu. Is Nvu the correct html editor to use to edit the html code. I am curious about that.
Thanks,
Ray.
The code is
<SCRIPT LANGUAGE="JavaScript">
<!-- This script generated free online at -->
<!-- Wilson Information -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=300,height=300,left = 362,top = 234');");
}
// End -->
</script>
That goes above </head>
Next I install the code above the </body>
<BODY onLoad="javascript
That don't work, then I try.
I leave the <Body Out and Just Put in
<onLoad="javascript
That loads the code, but when I look for the popup there is none.
Okay, going over this.
Can anyone help me install a popup generator code on Microsoft Publisher 2007.
Evidently this code doesn't work. Or not compatible with Microsoft Publisher. Or I am not entering the code in correctly.
If anyone can help me installing A popup. I would sure appreciate. Or steer me in the right direction so I can download a popup generator.
And one last question. Since you can bring up the code, It is filtered in Microsoft Publisher. That is why I am using Nvu. Is Nvu the correct html editor to use to edit the html code. I am curious about that.
Thanks,
Ray.