"333.2@aeon-schwestern" <[EMAIL PROTECTED]> writes: > > puts "<input type=submit value=\"Send\">" > > Ok, I understand. How to get Inputs into an var?
I would humbly suggest that you look into how CGI works, a bit, so that you understand well how a web system works. Use the 'var get' command. so, for example: set myval [var get username] if you have a 'username' in your form. Check out: http://tcl.apache.org/mod_dtcl/documentation/ > I do this for an Unicersity projekt, we can only run NT. Ouch:-( > The Plugin, I have tested it but there are to many bugs. The other problem with the plugin is that you have to make sure that clients have it installed. Most people will probably just get annoyed and not visit your site. Does that help? -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
