RE: [PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties

2001-01-27 Thread [ rswfire ]
; and then have that page POST to itself and then have the window close >it self (and you've set a cookie with the session id of course) so then >each >page that he visits thereafter has the session id set. And you can >customize >for him/her... > >Cheers, >-Jonathan S

RE: [PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties

2001-01-27 Thread Jonathan Sharp
om: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 27, 2001 5:25 PM To: [EMAIL PROTECTED] Subject: [PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties I need to get a whole bunch of client properties from a visitor on my site before a page is displayed. I do this usi

[PHP] JavaScript/PHP Function -> Apache/IIS5 -> Client Properties

2001-01-27 Thread [ rswfire ]
I need to get a whole bunch of client properties from a visitor on my site before a page is displayed. I do this using JavaScript. I first determine if the visitor's browser supports JavaScript, and if it does I run a function that basically builds a temporary page and returns a bunch of cli