How to close dialog box?

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

Use client side botton to close the window.
ex:

<input type=button name="btn" value="Close Me" onClick="JavaScript:window.close();">
 
that's good if no server processing is needed.

Eliyahu

Ravi said:
Use client side botton to close the window.
ex:

<input type=button name="btn" value="Close Me"
onClick="JavaScript:window.close();">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top