> In one of my apps where I am collecting information securely, upon > submission I wish to popup a box/panel/etc message in the middle of > the screen that says something like "please wait, blah blah blah". > I CANNOT have any NORMAL HTML output because behind the scenes I am > performing some HTTPRequest stuff to a card processor and if the > return is successful I need to be able to issue a Location: > operation to branch to a non-secured site. You want XMLHttpRequest, of course: http://developer.apple.com/internet/webcontent/xmlhttpreq.html David A. Desrosiers desrod at gnu-designs.com http://gnu-designs.com
More information about the ECLUG mailing list