Click to See Complete Forum and Search --> : The Code


comptech520
05-17-2005, 10:44 AM
This is the code I am using:

<head>
<script LANGUAGE=JavaScript>

function myfunction()
{
window.resizeTo(470,500);
window.moveTo(450,150);
features="left=100,top=100,menubar=0,status=0,scrollbars=0,resizable=0,toolbar=0,location=0,directories=0";
}
</script></head>
<BODY onload="myfunction()">


I have got the rezise and move to work, but the features wont work. How can I fix this? If I load this off a CDROM will I always get teh Active x thing?

7stud
05-17-2005, 11:56 AM
The Answer.

A1ien51
05-17-2005, 11:59 AM
The problem is the browser settings, you need to change them to allow the scripting. Search the forum to find the solution.

Eric