cortic
10-27-2002, 01:10 AM
I have a page that's purpose is to change certain txt file, an iframe on the page is hooked into a perl script and I just change the src to 'cgi-bin/work.pl?whatever' with whatever being the info its to work with, fine, but I need to send a larger string (larger than the thousand odd characters that's the max of this) so I need to make a post request - without a form, is there any way to do this with JavaScript?
I can think of another way to do this, by creating dynamically a form on the page (or in the iframe) after the info presents itself and executing it, but this is really messy, I'd like another way...
Thanks.
I can think of another way to do this, by creating dynamically a form on the page (or in the iframe) after the info presents itself and executing it, but this is really messy, I'd like another way...
Thanks.