Dustin013 Posted July 3, 2008 Share Posted July 3, 2008 Ok, so I trying to merge two scripts together and one is being difficult. I was able to finally mod it kind of... basically, when a user loads up a certain page of mine, I need the browser to go to the link below without the user noticing this is happening... when a user browses to the following link, it simply generates some authentication data... The only thing a user needs to do is simply browse to the URL and everything else happens, just getting my script to "activate" or browse to that path without the user having to deal with a jacked up looking page is really proving to be difficult. Any suggestions? (Link I need to have one script access) http://localhost/index.php?optiontask=user_Handler_export_1 Link to comment https://forums.phpfreaks.com/topic/113016-i-need-to-launch-a-url-without-going-there/ Share on other sites More sharing options...
ofs Posted July 3, 2008 Share Posted July 3, 2008 I think you need to look into AJAX, specifically the XMLHttpRequest.open and XMLHttpRequest.send function. There is a lot more to it, but there are a lot of tutorials out there. Link to comment https://forums.phpfreaks.com/topic/113016-i-need-to-launch-a-url-without-going-there/#findComment-580524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.