[Javascript] window.open problem

Ivanner Mora ivanner at hotmail.com
Fri Apr 27 14:12:15 CDT 2001


I tried that too.... it opens the blank-with-[object] in the popup.
Anyway, thanks, I finally solved it this way:

<SCRIPT>
<!--
function details(url){
window.open(url,'','height=550, width=310, scrollbars=yes, status=no,
toolbars=no,top=10,left=50')
}
//-->
</SCRIPT>

  <A HREF="javascript:details('admin_player_details.asp?<%= MM_keepBoth &
MM_joinChar(MM_keepBoth) & "userid=" & player.Fields.Item("userid").Value
%>')"><%=(player.Fields.Item("playerid").Value)%></A>

For those not familiar with ASP just think of anything between <% %> as
real-time server generated values.


Ivanner Mora ICQ# 45326279
----- Original Message -----
From: "Brian Andrews" <bandrews at marlboro.edu>
To: <javascript at latech.edu>
Sent: Friday, April 27, 2001 12:46 PM
Subject: Re: [Javascript] window.open problem


> How about adding Target="popup" after the href.
>
> > <A HREF="javascript:window.open('somepage','','height=550, width=300,
> > scrollbars=yes, status=no, toolbars=no,top=10,left=50')">somevalue</A>
>
>
>
>
> just a thought
>
>
> Brian
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>




More information about the Javascript mailing list