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. Response.Redirect in IFRAME

Response.Redirect in IFRAME

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 2 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.
  • P Offline
    P Offline
    percyvimal
    wrote on last edited by
    #1

    Hello I have a Parent page and inside that parent page i have a child page in the child page i check if a request.querystring value = not empty and if it is empty then i have to response.redirect the whole page is parent page to the start up page. if i use response.redirect it just load the start up page in the child iframe section. Need help. Help in need is the help indeed

    G 1 Reply Last reply
    0
    • P percyvimal

      Hello I have a Parent page and inside that parent page i have a child page in the child page i check if a request.querystring value = not empty and if it is empty then i have to response.redirect the whole page is parent page to the start up page. if i use response.redirect it just load the start up page in the child iframe section. Need help. Help in need is the help indeed

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You can't use a redirect to change the parent page. When the request comes to the server, it's already decided where the page will be displayed. Return a page that contains a Javascript that changes the location of the parent window. --- b { font-weight: normal; }

      P 1 Reply Last reply
      0
      • G Guffa

        You can't use a redirect to change the parent page. When the request comes to the server, it's already decided where the page will be displayed. Return a page that contains a Javascript that changes the location of the parent window. --- b { font-weight: normal; }

        P Offline
        P Offline
        percyvimal
        wrote on last edited by
        #3

        that is a good little idea. Thanks Mr Guffa. I will try that. Regards Help in need is the help indeed

        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