HELP!!!
I am trying to send variables to an ASP page useing loadVariables and POST. Everything works fine on the PC, and the MAC if I use GET or if I use GetURL. However, I dont want to open a new window when I send the data, and the amount of data I want to send could potentially be quite large, thus the need for LoadVariables and POST. The problem is that I need to send data several times - the first POST always works, but the second POST seems to hang the browser, the third will sometimes work.

Has anyone seen something similar, and more importantly, know a fix?

TIA.