I have a page with frames. The left frame is a list of urls. The main frame
is loaded based on the url that was clicked in the left frame.
Is there a way for the main frame to tell which url was clicked in the left
frame? I'd like to avoid having to use a name/value pair in the links in the
left frame, which I'm currently doing. I'd prefer to use something similar
to $_server('REFER ER') but I can't find anything that would list the
referring url rather than the referring page.
Thanks.
is loaded based on the url that was clicked in the left frame.
Is there a way for the main frame to tell which url was clicked in the left
frame? I'd like to avoid having to use a name/value pair in the links in the
left frame, which I'm currently doing. I'd prefer to use something similar
to $_server('REFER ER') but I can't find anything that would list the
referring url rather than the referring page.
Thanks.
Comment