Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to Hide URL which is showing Top of the window when opening new window.

How to Hide URL which is showing Top of the window when opening new window.

Scheduled Pinned Locked Moved ASP.NET
helpjavascripttutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    harunbagwan
    wrote on last edited by
    #1

    Hi ! All I have create one website and Page is redirect by Javascript Window.open command. But problem is that when new window is open then it showing URL Name and I want hide it. Please help

    harun

    S K 2 Replies Last reply
    0
    • H harunbagwan

      Hi ! All I have create one website and Page is redirect by Javascript Window.open command. But problem is that when new window is open then it showing URL Name and I want hide it. Please help

      harun

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      hi check this code window.open('UpdatePanelsaspx.aspx','null',"height=500, width=600,status=yes,toolbar=yes, menubar=yes,location=no"); Play with toolbar, menubar and location if want to hide toolbar and menubar also

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

      H 1 Reply Last reply
      0
      • H harunbagwan

        Hi ! All I have create one website and Page is redirect by Javascript Window.open command. But problem is that when new window is open then it showing URL Name and I want hide it. Please help

        harun

        K Offline
        K Offline
        kedarrkulkarni
        wrote on last edited by
        #3

        We always think of its better if user can not see the url of some pages. but trust me there are n ways to see(or find) the url of page. so, why try to hide it. if its not accessible to others(make it secure) If u still want to hide it, u can achive this as... 1)u can open div as popup and make it appear like window (with styling) but popup blocker will stop u r div from popping up 2)use iframe inside child window and set url for that iframe directly(u may pass querystring to that child window in session variable) 3) If u want to hide querystring values the u can encrypt querystring.

        H 1 Reply Last reply
        0
        • S Sandeep Akhare

          hi check this code window.open('UpdatePanelsaspx.aspx','null',"height=500, width=600,status=yes,toolbar=yes, menubar=yes,location=no"); Play with toolbar, menubar and location if want to hide toolbar and menubar also

          Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

          H Offline
          H Offline
          harunbagwan
          wrote on last edited by
          #4

          Thanks

          harun

          1 Reply Last reply
          0
          • K kedarrkulkarni

            We always think of its better if user can not see the url of some pages. but trust me there are n ways to see(or find) the url of page. so, why try to hide it. if its not accessible to others(make it secure) If u still want to hide it, u can achive this as... 1)u can open div as popup and make it appear like window (with styling) but popup blocker will stop u r div from popping up 2)use iframe inside child window and set url for that iframe directly(u may pass querystring to that child window in session variable) 3) If u want to hide querystring values the u can encrypt querystring.

            H Offline
            H Offline
            harunbagwan
            wrote on last edited by
            #5

            Thanks Dear

            harun

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups