
BbBoy
stranger
Jul 10, 2001, 5:17 AM
Post #2 of 2
(1633 views)
|
Hi, I think the best thing to do might be to print the form in a HTML page, but with all the type's as "hidden". And in the body tag, put this: <body onLoad="document.nameofform.submit();"> Where nameofform is whatever you named the form. :) Then, for tht page, you can just say "Processing information" or something, while the onLoad automatically posts the info to the next script. :) I don't think there's a way to do it without having this "middle-man" page, except using get.. :) Free Traffic!
|