[thelist] Javascript Woes

Asif Suria asifsuria at yahoo.com
Mon Feb 19 19:55:22 CST 2001


I recently wrote a small JS function that worked fine
for me. The function is 

function openPage() {
var newPage =
window.open("facultyDirectory.html","smallwin",
"width=700,height=600");
newPage.moveTo(10, 10);
}

Probably the single quotes in your function could be a
problem. Good luck.

Asif

--- Salvatore Palmisano <spalmisano at usaiss.com> wrote:
> Someone please put me out of my misery.  Id like to
> use some JS to open a
> new window of a specific size, and cant seem to get
> the syntax correct.
> Any ideas on what Im missing?
> 
> <A
>
HREF="javascript:window.open(page.asp?id=intID),null,'resizable=yes,toolbar=
>
no,location=no,status=no,menubar=no,scrollbars=no,copyhistory=no,width=385,h
> eight=295;')">
> 
> --Salvatore Palmisano
> Chief Information Officer
> International Security Solutions, Inc.
> spalmisano at usaiss.com
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




More information about the thelist mailing list