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. pass data from one page on one server to another page on differnt server

pass data from one page on one server to another page on differnt server

Scheduled Pinned Locked Moved ASP.NET
sysadminhelpquestion
4 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.
  • D Offline
    D Offline
    deep7
    wrote on last edited by
    #1

    I'm trying to pass data from one page on one server to another page on differnt server. I get error on the page : "Access Denied" Firstly can value be passed from a page on one application on on server to another page on another application on a different server? I think it can be done...but when i try setting value to 1st application frame 1, parent.document.frames["frame1"].form1.txtValue.value = "1"; i get access denied error...what can be the cause? Can anyone tell me?

    N C 2 Replies Last reply
    0
    • D deep7

      I'm trying to pass data from one page on one server to another page on differnt server. I get error on the page : "Access Denied" Firstly can value be passed from a page on one application on on server to another page on another application on a different server? I think it can be done...but when i try setting value to 1st application frame 1, parent.document.frames["frame1"].form1.txtValue.value = "1"; i get access denied error...what can be the cause? Can anyone tell me?

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      deep7 wrote:

      Firstly can value be passed from a page on one application on on server to another page on another application on a different server?

      Yes you can pass in query string variables. How you are passing the value now ?


      My Website | Ask smart questions

      D 1 Reply Last reply
      0
      • N N a v a n e e t h

        deep7 wrote:

        Firstly can value be passed from a page on one application on on server to another page on another application on a different server?

        Yes you can pass in query string variables. How you are passing the value now ?


        My Website | Ask smart questions

        D Offline
        D Offline
        deep7
        wrote on last edited by
        #3

        i'm using javascript code to pass object from one appl to another..on same server it works, but if on application is on other server, i get Access Denied error. parent.document.frames["frame1"].form1.txtValue.value = "1"; This is written in one javascript function in one application page on one server. parent.document.frames["frame1"] means another applicationpage on different server is given value "1". Can you tell me how i can achieve this using javascript? Thanks, Deepa

        1 Reply Last reply
        0
        • D deep7

          I'm trying to pass data from one page on one server to another page on differnt server. I get error on the page : "Access Denied" Firstly can value be passed from a page on one application on on server to another page on another application on a different server? I think it can be done...but when i try setting value to 1st application frame 1, parent.document.frames["frame1"].form1.txtValue.value = "1"; i get access denied error...what can be the cause? Can anyone tell me?

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          deep7 wrote:

          i get access denied error...what can be the cause?

          You can't write script that accesses other web pages that are open on your computer, on different servers. Security issues, for a start.

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          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