Jim,

The script I am using is a purchased Java applet that has certain 
functionality, of which form field posting is not included. There is a 
parameter called "callUrlOnFinish" or something like that which can pass the 
list of files processed by the applet to another page of our choice.  This is 
how I can say "it is the only way."

If a form post option were available I would certainly use it. I am aware of 
form posting and use them on almost every other page in my software. In fact 
one person said I was the "Master of Forms," a title the good denizens of this 
list would probably not ascribe me, (perhaps "Frequent User of Forms") but I do 
know how to use them and I use them often. I would give up coffee for a month 
to be able to pass the info from the Java applet via form post back to my app, 
but it is not yet supported, so I am stuck with the IE limit. 

Which brings me back to my original point, How much does IE suck. Let me count 
the ways!

Mik


At 09:55 AM 3/5/2007, Jim Davis wrote:
>> -----Original Message-----
>> From: Mik Muller [mailto:[EMAIL PROTECTED]
>> Sent: Monday, March 05, 2007 9:35 AM
>> To: CF-Talk
>> Subject: RE: Why does IE s*(k... let me count the ways.
>> 
>> Let's calm down here. I agree with the notion that having your site
>> routinely pass around 2000+ character-long URLs is rediculous. This is a
>> single instance in a pop-up window with no edge-bits turned on (URL,
>> status, etc) that does a quick process and the only way to pass the values
>> attained is through the URL, which users can't see and if they did it
>> would be spaghetti.
>
>I'm not sure how you can say that the URL is the "only way" to pass the
>values.
>
>You should have least one other option: passing them as form fields.
>
>If you're using script (and accepting its support limitations) you can also
>pass the information "directly" with either a child or an "opener"
>reference.
>
>I'm not slamming you for your current process - but don't fall into the trap
>that the way something is done is the only way it can be done.
>
>> And I'm not happy about it either, but right now it's the only way to do
>> it and for the most part it works.
>
>Well - the greater part of programming is working around artificially
>(usually management) induced kludges, so I think you'll get nothing but
>sympathy there.  ;^)
>
>Jim Davis
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271554
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to