Is it possible to get this value? I'm designing a site that uses frames, and I want to make sure that if a user opens one of the pages, it will reload it into the frame.
I can't just tell the frameset page to load instead, its a dynamic javascript that requires the names of the files to be loaded into each frame. Thus I need something that can detect the filename of the page that the client has opened. That way I can pass it to the frameset page.
I can't just tell the frameset page to load instead, its a dynamic javascript that requires the names of the files to be loaded into each frame. Thus I need something that can detect the filename of the page that the client has opened. That way I can pass it to the frameset page.