RE: call server side function then javascript
- From: "Lostdante via DotNetMonster.com" <u12359@uwe>
- Date: Wed, 18 Jan 2006 12:40:00 GMT
Peter Bromberg [C# MVP] wrote:
>Try Response.Write (yourscript) instead
>
>Peter
>
>> Hi,
>>
>[quoted text clipped - 19 lines]
>>
>> Page.RegisterStartupScript(strKey, strScript)
Hi Peter,
Thanks for the reply. I tried the response.write after the db update function
but nothing happend and other thoguhts?
strScript = "<script language=JavaScript>window.returnValue = document.
getElementById('txtlbID').value; window.close();</script>"
Response.Write(strScript)
Rob
--
Message posted via http://www.dotnetmonster.com
.
- References:
- call server side function then javascript
- From: Lostdante via DotNetMonster.com
- call server side function then javascript
- Prev by Date: Re: Data display question
- Next by Date: Re: Textbox that clears on first click
- Previous by thread: call server side function then javascript
- Next by thread: RE: call server side function then javascript
- Index(es):
Relevant Pages
|