Cant you just use javascript to submit the form? Or am I way off base
here...
<script language="javascript">
<!-- Begin
function redirectAndSubmit(theForm,theURL){
theForm.action = (theURL);
theForm.submit();
}
//-->
</script>
<body onload="redirectAndSubmit(document.forms[0],'theURL')">
Doug
----- Original Message -----
From: "Greg Creedon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 14, 2001 7:58 PM
Subject: Automatic form submission
> I poked around a bit and couldn't find an answer to this.
>
> I have a cold fusion page which (successfully) submits 5 file names as a
> form variable to an .asp page which then creates a shockwave presentation.
>
> Because of a problem beyond my control with the shockwave app, I need to
> resize the pictures on the fly before they get to the shockwave. I can
> successfully scale the images now using GIFGD. Works great. What I need to
> do is pass the file names submitted through to the .asp page as form
> variables automatically.
>
> Any clue? I'm sure it's done every day, but I'm drawing a blank.
>
> Thanks!
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists