This is a multi-part message in MIME format.
--------------661E1EC5AC28210FB105F079
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

thanks, i will try it out.

David Shadovitz wrote:
> 
> 'reassign.cfm?entry=' + id + '&param2=' + param2, 'detWin',
> 
> Also, you'll want to use the JS escape function around the variables if
> they contain spaces or other troublesome characters.  That'd be:
> 'reassign.cfm?entry=' + escape(id) + '&param2=' + escape(param2),
> 'detWin',
> 
> -David
> 
> On Mon, 23 Oct 2000 09:41:36 -0400 James Taavon
> <[EMAIL PROTECTED]> writes:
> > What is the syntax for passing more than one URL parameter using
> > javascript? Below I have it working for one parameter.
> >
> >       function newWin(id) {
> >          detWin = window.open('reassign.cfm?entry=' + id, 'detWin',
> > 'scrollbars=yes,width=700,height=375,screenX=0,screenY=0,top=0,left=0')
> 
> ________________________________________________________________
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
> 
>------------------------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
>with 'unsubscribe' in the body to [EMAIL PROTECTED]
--------------661E1EC5AC28210FB105F079
Content-Type: text/x-vcard; charset=us-ascii;
 name="jtaavon.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for James Taavon
Content-Disposition: attachment;
 filename="jtaavon.vcf"

begin:vcard 
n:Taavon;James
tel;cell:(443) 506-2117
tel;fax:(410) 333-5203
tel;work:(410) 767-3415
x-mozilla-html:FALSE
org:Department of Labor, Licensing and Regulation;Office of Information and Technology
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Web Developer
adr;quoted-printable:;;1100 N. Eutaw Street,=0D=0ARoom 203;Baltimore;MD;21201;
fn:James Taavon
end:vcard

--------------661E1EC5AC28210FB105F079--

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to