Hi,
I have been asked to pass data to a .CGI page. The data will be passed from my .asp page and they want me to pass the data in a querystring.
I have used ASP for years and can pass data from page to page and into database so i am familiar with that but only when a user clicks a button. Not in a script that is passed to from a client site.
They send a request to my .asp page using a querysting containing the some values. My code then checks the database using the values they passed and has to pass values back to the following url (below is a dummy url).
Question is, if no one is clicking a button as this page just sits on my server, how do I execute the url? Is there a function in ASP that says pass to the URL and don't load a page up or do I need .NET?
Any help would be great. Thanks
I have been asked to pass data to a .CGI page. The data will be passed from my .asp page and they want me to pass the data in a querystring.
I have used ASP for years and can pass data from page to page and into database so i am familiar with that but only when a user clicks a button. Not in a script that is passed to from a client site.
They send a request to my .asp page using a querysting containing the some values. My code then checks the database using the values they passed and has to pass values back to the following url (below is a dummy url).
Question is, if no one is clicking a button as this page just sits on my server, how do I execute the url? Is there a function in ASP that says pass to the URL and don't load a page up or do I need .NET?
Any help would be great. Thanks