Hey everyone,
I'm not sure if this is possible but here it goes, I basically need to detect when I a user selects a link a navigates away from a web page in a program.
So they click logout, some computer is done and then I would like to redirect the browser to a link along the lines of 'MyAppName://<Logout></Logout>' Which my app can then extract the MyAppName from the link and parse the XML accordingly.
However in php the:
header("Location: MyAppName://<Logout></Logout>");
Doesn't seem to be working, I've only gotten this technique to work on links on a page i.e. <a href="MyAppName://...." /> but I don't want the user to have to click a button.
Anyone have any ideas?
Cheers,
Matt
I'm not sure if this is possible but here it goes, I basically need to detect when I a user selects a link a navigates away from a web page in a program.
So they click logout, some computer is done and then I would like to redirect the browser to a link along the lines of 'MyAppName://<Logout></Logout>' Which my app can then extract the MyAppName from the link and parse the XML accordingly.
However in php the:
header("Location: MyAppName://<Logout></Logout>");
Doesn't seem to be working, I've only gotten this technique to work on links on a page i.e. <a href="MyAppName://...." /> but I don't want the user to have to click a button.
Anyone have any ideas?
Cheers,
Matt