C
Cathie
Hi guys,
I want to do a Server.Transfer to get to a second page, so that I may
retrieve variables I have set in the first page. I'm doing that with the
usual Server.Transfer("pagename", true). My problems are as follows:
1. On the initial load everything seems to be referencing from the first
page. For example, my style sheet I reference using "../../styles.css" but
it seems to need "../styles.css" as the first page is one step higher. When
I do anything on my page it fixes itself up. Is there a way to get around
this without hard coding the URL as I cannot be sure of the initial path?
2. When I finish with this page I want to go back to where I have come from
by pressing a button. How can I do this?
Thanks in advance,
Cathie
I want to do a Server.Transfer to get to a second page, so that I may
retrieve variables I have set in the first page. I'm doing that with the
usual Server.Transfer("pagename", true). My problems are as follows:
1. On the initial load everything seems to be referencing from the first
page. For example, my style sheet I reference using "../../styles.css" but
it seems to need "../styles.css" as the first page is one step higher. When
I do anything on my page it fixes itself up. Is there a way to get around
this without hard coding the URL as I cannot be sure of the initial path?
2. When I finish with this page I want to go back to where I have come from
by pressing a button. How can I do this?
Thanks in advance,
Cathie