I'm sorry. I was trying to simplify the code to mail to the mailing list and made a silly mistake in the argument names. This is not the problem in the actual code.

So,the problematic code actually looks more like:


 

$testvar = 'www.google.com';

print("<input type=button value = 'callsite'
>");

 


function popwindow(url){

        newwindow=window.open(url,'test','height=400,width=200');
        if(window.focus){newwindow.focus()}
}


Sorry about that confusion.


thanks

dhivya


_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to