RE: Passing URL vars between pages

2003-01-16 Thread Timothy Heald
I think I would need more info. Are you getting the info from a form on a previous page? If so you should go look at the tag embed form fields, and then use JS to submit the form on page load. If not then there are other ways. Maybe by using a session variable, or group of session

RE: Passing URL vars between pages

2003-01-16 Thread Mark Leder
]] Sent: Thursday, January 16, 2003 4:19 PM To: CF-Talk Subject: RE: Passing URL vars between pages I think I would need more info. Are you getting the info from a form on a previous page? If so you should go look at the tag embed form fields, and then use JS to submit the form on page load

RE: Passing URL vars between pages

2003-01-16 Thread Bryan Love
You may want to reconsider the way you are doing things... It might be cleaner to write to the DB immediately then pass just the key to the next page. If you must do it the way you are, then you probably would want to just use a session variable. There would be no reason to use WDDX unless

RE: Passing URL vars between pages

2003-01-16 Thread Mark Leder
Yes, that's it - write to the db, then pass the key. Thanks for your insight. Mark -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 5:10 PM To: CF-Talk Subject: RE: Passing URL vars between pages You may want to reconsider the way you