popup windows

V

vinette

I have been trying to add javascript to create a popup
window, to no avail. I'm trying to use the following
coding. On the Preview screen, the link is not going to
my 'missionstmt.htm' page; I'm getting a 'server not
found' or 'error on script' message. What am I doing
wrong? Help- thanks.

HEAD
<!-- Begin
function popUp() {
props=window.open
('missionstmt.htm', 'poppage1', 'toolbars=0, scrollbars=0,
location=0, statusbars=0, menubars=0, resizable=0,
width=300, height=400');
}
// End -->
</script>
BODY
<A HREF="javascript:popUp()">Mission Statement</A>
 
S

Stefan B Rusynko

Bad script

Just download the Jimco Spawn addin at
http://www.jimcoaddins.com/




| I have been trying to add javascript to create a popup
| window, to no avail. I'm trying to use the following
| coding. On the Preview screen, the link is not going to
| my 'missionstmt.htm' page; I'm getting a 'server not
| found' or 'error on script' message. What am I doing
| wrong? Help- thanks.
|
| HEAD
| <!-- Begin
| function popUp() {
| props=window.open
| ('missionstmt.htm', 'poppage1', 'toolbars=0, scrollbars=0,
| location=0, statusbars=0, menubars=0, resizable=0,
| width=300, height=400');
| }
| // End -->
| </script>
| BODY
| <A HREF="javascript:popUp()">Mission Statement</A>
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top