[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Please wait while your request is processed
On Wed, Mar 14, 2001 at 09:15:16PM -0800, Dan B wrote:
> I have a metric ton of IML code that I would like to process in a visually
> aesthetic way. How do I write a page so that it goes something like this:
>
> Please wait while your request is processed...
>
> -->(tons of code that takes 5+ seconds to complete goes here)<--
>
> ...Done. Thank you for your patience, you will now be forwarded to ...
>
> [bounce ...]
something like
push @OUT,qq`
<HTML>
<HEAD>
<META CONTENT="0;url=
[area <?MS_SECURE DATA=IS_SECURE> form="
mv_todo=submit
mv_order_report=mv/report
mv_order_profile=final_redirect
mv_cartname=$values->{mv_cartname}"
]" HTTP-EQUIV="REFRESH">
</HEAD>
<BODY <?MS_BODY DATA=BGCOLOR>>
<DIV ALIGN=CENTER><TABLE BORDER=3 CELLPADDING=10><TR><TD>
<?MS_PAGENAME>A moment please while your order is processed...</?MS_PAGENAME>
</TD></TR></TABLE></DIV>
</BODY>
</HTML>`;
>
> I've tried a form that used:
>
> [seti long_code]
> -->(tons of code that takes 5+ seconds to complete goes here)<--
> [/seti]
> mv_click=[scratch long_code]
>
> But it didn't do anything when I clicked submit.
>
> o Does anyone have a tip for handling 1 certain page that you know will
> take a *long* time to execute?
> o What is the code that tells interchange *not* to wait until the entire
> page is done before sending it?
>
> Thanks,
>
> Dan Browning, Cyclone Computer Systems, danb@cyclonecomputers.com
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
--
Christopher F. Miller, Publisher cfm@maine.com
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
1.207.657.5078 http://www.maine.com/
Content management, electronic commerce, internet integration, Debian linux
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users