Popup with Right Click,Refresh,Back Restricted .......

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jegan Mohan
    New Member
    • May 2007
    • 1

    Popup with Right Click,Refresh,Back Restricted .......

    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.
  • vijayasarathi140806
    New Member
    • May 2007
    • 1

    #2
    Popup with Right Click,Refresh,B ack Restricted .......

    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.

    thanks in advance

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Threads merged. Are you both the same person?!

      Comment

      • shivakanth
        New Member
        • Jun 2007
        • 3

        #4
        Originally posted by Jegan Mohan
        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.


        Hi
        Please place the following code in HTML Header Tag.

        <base target="_self" />

        i think it will helpful to u.

        Comment

        • shivakanth
          New Member
          • Jun 2007
          • 3

          #5
          Originally posted by Jegan Mohan
          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 .


          i think it will work.

          Comment

          Working...