PDA

View Full Version : Passing variables with an EXE


rabblerouser
01-25-2005, 02:38 PM
I have a standalone projector (EXE) that is being used in a kiosk. The EXE is supposed to pass variables to an ASP page on the web. Are there any ways to do this without having it open up a browser window on top of the projector?

CyanBlue
01-25-2005, 03:22 PM
Howdy... :)

You might be able to do that with the LoadVars() object's sendAndLoad() function call... :)