Hi, When i tried using query string to pass values, i didn't get values in the next page using cgi_import function (cgi.tcl library). It throws error: invalid variable. cgi_import function should parse the query string and return the value for a specified name but its not working that way. Any ideas why ?
Thanks, Reema. -----Original Message----- From: ext Zeinert, Holger [mailto:[EMAIL PROTECTED]] Sent: 20 November, 2002 14:39 To: Bangar Reema (NIC/Hyderabad) Cc: [EMAIL PROTECTED] Subject: RE: Passing values from one ttml file to another Hi, I guess that's a HTML question, right? Do you mean hidden values like <input type=hidden value="...">? Then, you need a form in the one ttml referring to the other <form action=another.ttml> and the values are only posted, if the submit button of the form is pressed. What is your problem with the query string? Regards Holger ____________________________________________________________________ | | Holger Zeinert - Development Manager CAE Division |____________________________________________________________________ | LMS Deutschland GmbH - tel +49 631 4166-180, fax -166 | Luxemburger Str. 7, 67657 Kaiserslautern, GERMANY | mailto:[EMAIL PROTECTED] http://www.lmsintl.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 9:47 AM > To: [EMAIL PROTECTED] > Subject: Passing values from one ttml file to another > > > Hi, > > Is there any way (other than query string) to pass posted > values in one ttml file to another ? I have tried hidden > values but it didn't work. > > Thanks in advance, > Reema. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
