# Friday, August 19, 2005

If you're trying to postback from a modal dialog window, you'll see that a new window will open up with the results. In order to stay at the same window, use <base> element inside the document's <head> element -

<html>
   <head>
      ....
      <base target="_self"/>
   </head>
   ....
</html>

« Another two great tools to work with.  | Main |   Introducing String Resource Generator »
Friday, March 09, 2007 10:04:09 AM (Jerusalem Standard Time, UTC+02:00)
hi,

how can I make my modal dialog window not postback?

thnx
sheila
Comments are closed.