Re: Writing to a asp text field by Evertjan
Evertjan
Thu Sep 27 05:17:29 PDT 2007
=?Utf-8?B?R2FyeQ==?= wrote on 27 sep 2007 in
microsoft.public.inetserver.asp.general:
> I hope I can explain this. I have an asp form that uploads files from
> the user computer to a server. I want to save some data to some
> hidden text controls while some of the asp code is running. However,
> I can't seem to figure out how to referece the control. I tried using
> document.formname.controlname.value but I get an error that document
> doesn't exist. How do I reference a control from asp?
Classic asp has no forms,
since it only exists and executes on the server,
while document.formname.controlname.value
is a clientside [document!] thing,
no ASP involved.
Better ask in a clientside NG.
Perhaps your Q is about asp.net?
This is a classic asp group.
Dotnet questions c/should be asked in
<microsoft.public.dotnet.framework.aspnet>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)