azpc
Oct 9th, 2000, 11:35 AM
How can I retrieve the URL clicked upon Winsock Connection? My plan is to have a webpage that has a bunch of ftp links to a computer (i.e. ftp://13.57.12.65:6969/d:\download\something.zip), and i need to know what the user clicked on to get to my program. I've got a Winsock thing setup that looks like this..
WinS.LocalPort = "6969"
WinS.Listen
WinS.GetData URLFromClick
I need to get this so that I can parse it when it comes to the server computer, so that it can get the filename (i.e. d:\download\something.zip) and send it to the user. How can I attain the url that was clicked?
__________________
- azpc
WinS.LocalPort = "6969"
WinS.Listen
WinS.GetData URLFromClick
I need to get this so that I can parse it when it comes to the server computer, so that it can get the filename (i.e. d:\download\something.zip) and send it to the user. How can I attain the url that was clicked?
__________________
- azpc