Re: Getting value from asp:label into javascript input value
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Getting value from asp:label into javascript input value

From: ASM <stephanemoriaux.NoAdmin@wanadoo.fr.invalid>
Date: Fri Aug 05 2005 - 17:49:06 CEST

Dwizz wrote:
> I get a compiler error, saying
> execute is not declared

As said : I know anything about asp
And you ?

Found this code in a site given by Google

> value="<% execute "response.write Label" %>" />

execute :
http://support.microsoft.com/kb/q224363/

I said *something like that*
In other words,
You have via asp :
- to declare a variable i.e : 'Label'
- and to give to it the value you want to display
then (I hope this time it will be corect ?) :

<input id="Label2" readonly="readonly" type="text"
   name="unitprice[]"
   value="<% =Label" %>" />

-- 
Stephane Moriaux et son [moins] vieux Mac
Received on Mon Oct 24 02:13:52 2005