Dear Experts !
Design Pattern :
Launch one website from another website .
My requirement is to launch another website in a ModeLess Window .
New web site launched should be a popup with back,reload,vie wsource disabled.
I tried
1 ) window.open which does not restrict back,reload,vie wsource
2 ) window. showModelessDia log,window.show ModelDialog , these two restrict back,reload,vie wsource etc., But the problem is when I click any links in the Dialog they are getting opened in new IE .
Please advice if you have any solution to this Pattern.
Design Pattern :
Launch one website from another website .
My requirement is to launch another website in a ModeLess Window .
New web site launched should be a popup with back,reload,vie wsource disabled.
I tried
1 ) window.open which does not restrict back,reload,vie wsource
2 ) window. showModelessDia log,window.show ModelDialog , these two restrict back,reload,vie wsource etc., But the problem is when I click any links in the Dialog they are getting opened in new IE .
Please advice if you have any solution to this Pattern.
Comment