I do have a floating div that open as a window. The code executes an asp script. Is there a way the target to be the floating div. Any help will be appreciated.
Thanks for your reply. To make things simple I do have an html page say script and within a hidden div width id="win". I "open" and display the floating and dimming div via a call to displayFloatingDiv('win,Title,width,height,left,top). Now the div contains an asp script. If a set the target to "_self" I get the response back ok but it replaces also the underlying html page. What I would like is to route the response to the div without losing the underlying html page. Is there any way to do that? Thanks
AJAX... or use an IFRAME. You can use the built-in ajax controls of asp.net or you can code it yourself in javascript. If you show the code it would help a lot...