how do I change this?

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>
 

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