10-13-2010, 10:33 PM
I'm testing a website that has a Logout link that is visible from every page (nearly 700). I want to write a function that can be called from any page, which will click the Logout link.
The problem I'm having is that I need to be able to supply the function with the name of the current page (which could be different every time) - any ideas how I can capture the current page?
The problem I'm having is that I need to be able to supply the function with the name of the current page (which could be different every time) - any ideas how I can capture the current page?