instead of opening a page in the same browser window, I want to open the url (e.g. beh.html) in a popup window. How can I change my script that way?
<script type="text/javascript">
function buildArray()
{
var a = buildArray.arguments;
for ( var i=0; i<a.length; i++ )
{
this[i] =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.