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
 
Back
Top