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="javascriptopUp()">Mission Statement</A>
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="javascriptopUp()">Mission Statement</A>