Passing variables from one project to another


#1

Hi,

I am experimenting with an idea of creating a client login page that will redirect clients to their own project pages, all hosted on separate sub domains of Axshare.com (though I may move it to our own domain later).

I have created a test login page and a test client page. The test login page checks the contents of the text input and should pass it as a query string to the client page which then tests to see if it received that variable as a way to ensure the user has logged in. Something isn’t working so I was hoping someone here might spot my error.

client page.rp (42.0 KB)
log in.rp (44.9 KB)

I pinched the idea from here: How do I scroll to Widget in a different axure file?