Forum Moderators: phranque

Message Too Old, No Replies

transparent pass-thru - is it possible?

         

scorpion

6:29 pm on Dec 11, 2002 (gmt 0)

10+ Year Member



Is it technologically possible to pass control to an external http resource which then returns to the calling page? Except for opening a new window in javascript to do this, is there another way, the point is the resource must be opened by the user's browser (so it can accept a cookie)....

DaveAtIFG

6:42 pm on Dec 11, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



the point is the resource must be opened by the user's browser

That's the key, server side you have a lot of tools available, client side, it's Javascript or ASP only as far as I know.

scorpion

9:13 pm on Dec 11, 2002 (gmt 0)

10+ Year Member



can you use javascript to redirect the opening window to the same file, but do not execute the code the second time around?