javascript webserver problem

chrissyb

Beta member
Messages
4
I'm using a very simple function to open a html page resize it in a new window:

//on (release) {
getURL("javascript:eek:penNewWindow('http://www.thewebsite.co.uk/application.htm','thewin','height=400,width=400,toolbar=no,scrollbars=yes')");
}

This works fine on one webserver I use, but on another it is just not playing ball - is there something specific that needs to be done on the webserver to make javascript functions play ball?

Love yer.
 
Back
Top Bottom