L
LA
Hi, This is the header part of a script that says can be
modified. How?
also when I enter the values into the form (pages to link
to) do I have to enter the www.blabla or just the
pagename.htm ? MANY THANKS
<SCRIPT LANGUAGE = "JavaScript">
function changePage()
{
var f = document.forms.navigation;
var uri = f.pages.options[f.pages.selectedIndex].value;
newPage =
// These settings describe the pop-up browser
// window - you can edit them.
window.open
(uri,"NewPage","height=480,width=640,location=no,scrollbars
=yes,menubar=no,toolbar=no,resizable=yes,status=yes");
}
</SCRIPT>
modified. How?
also when I enter the values into the form (pages to link
to) do I have to enter the www.blabla or just the
pagename.htm ? MANY THANKS
<SCRIPT LANGUAGE = "JavaScript">
function changePage()
{
var f = document.forms.navigation;
var uri = f.pages.options[f.pages.selectedIndex].value;
newPage =
// These settings describe the pop-up browser
// window - you can edit them.
window.open
(uri,"NewPage","height=480,width=640,location=no,scrollbars
=yes,menubar=no,toolbar=no,resizable=yes,status=yes");
}
</SCRIPT>