ASP.NET & Popup windows

  • Thread starter Thread starter Raja Balaji R
  • Start date Start date
R

Raja Balaji R

hi hi hi,

i am using window.showModalDialog("sample.aspx",...) to
show a sample.aspx file, popup window appears which
display a hyperlink say "sample1" which links to
sample1.aspx file.

according to the above process
1 sample.aspx popup window will appear
2 when i click sample1 link in popup window should show
the content of sample1.aspx in same popup window, but it
opens blank IE window and shows sample1.aspx

i want to display sample1.aspx content in same popup window

i used target="_self" also

thanks
Raja Balaji R
 

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