Re: javascript vars to cf vars?

2001-07-25 Thread Don Vawter
location.replace(loc+qs); //alert(screen.width +" " +screen.height); - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 7:51 AM Subject: Re: javascript vars to cf vars? > I've actu

Re: javascript vars to cf vars?

2001-07-25 Thread corrigan
MAIL PROTECTED]> Sent: Tuesday, July 24, 2001 5:23 PM Subject: RE: javascript vars to cf vars? > why not have one page which uses JS to gather the info you need (screen > width, etc.), then submit this to a CF page using forms, or url parameters. > The CF page would then set cookies or se

RE: javascript vars to cf vars?

2001-07-24 Thread Shawn Grover
ughts. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 1:27 PM To: CF-Talk Subject: Re: javascript vars to cf vars? I'm trying to do the same thing, but I have a couple of issues that I can't get around. The big one

RE: javascript vars to cf vars?

2001-07-24 Thread Hinojosa, Robert A
ECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 2:27 PM To: CF-Talk Subject: Re: javascript vars to cf vars? I'm trying to do the same thing, but I have a couple of issues that I can't get around. The big one is that we use frames and that seems to really screw things up

RE: javascript vars to cf vars?

2001-07-24 Thread Steve Drucker
you to the site location.href='index.cfm?width=' + screen.width + '&height=' + screen.height; Regards, Steve Drucker CEO / MM Master Instructor Fig Leaf Software -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 3:27 PM To: CF-

Re: javascript vars to cf vars?

2001-07-24 Thread corrigan
om: "Michael Lugassy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 7:01 PM Subject: javascript vars to cf vars? > this might sound stupid but - is it possible to put js vars (like, screen width) into > coldfusion vars? > >

RE: javascript vars to cf vars?

2001-07-16 Thread Evan Lavidor
frame sometimes) and have CF read them as URL or FORM variables. HTH, Evan > -Original Message- > From: Michael Lugassy [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 8:02 PM > To: CF-Talk > Subject: javascript vars to cf vars? > > > this might sound s

javascript vars to cf vars?

2001-07-16 Thread Michael Lugassy
this might sound stupid but - is it possible to put js vars (like, screen width) into coldfusion vars? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-ar