I send some value to RadWindow with procedure described in
http://www.telerik.com/help/aspnet-ajax/window_programmingusingradwindowasadialog.html.
Value is received with
pageLoad() function
Alternatively that function can be placed in
window.onload=function... or
<body onload=...>
Problem is that this happens only once, when I first start radwindow. Every next time when radwindow opens, load event is not fired (because page is allready loaded) so how to accept new values?? I want every time to accept different value, not just once.
Is there some way to "unload" page from radwindow so in next open will load again?
Or has some other place to put javascript function to accept value and paste it in textbox?