|
 |
application_development thread: Dynamically updating a frame
Message #1 by anita.reynolds@t... on Wed, 9 Jan 2002 16:23:33
|
|
Our present design is to have a "main" page with a frame down the side for
database table selections, a frame on the top for a 'logo', a large frame
for form input, display results, etc., and a small frame across the bottom
to dynamically issue messages such as, "Table xxxx successfully updated!",
etc. We are using the Coldfusion product (and HTML) to perform our
processing. At present, the "main" frame, when it is displayed, directs a
load to the "large frame," and all subsequent processing, by default,
takes place in this "large frame." Is there some way, while processing
table updates and the like, that I can output dynamic messages to the
"small frame" across the bottom of the "main" page?
Message #2 by "Babu" <babumk@r...> on 12 Jan 2002 03:58:44 -0000
|
|
Hi Anita,=0D=0A=0D=0AYou can dynamically change the location of the small f
rame using Jaascript or VBScript and thus by show different messages.=0D=0A
=0D=0ABabu=0D=0A=0D=0AOn Wed, 09 Jan 2002 anita.reynolds@t... wrote :=0D
=0A> Our present design is to have a "main" page with a =0D=0A> frame down
the side for=0D=0A> database table selections, a frame on the top for a =0D
=0A> 'logo', a large frame =0D=0A> for form input, display results, etc., a
nd a small =0D=0A> frame across the bottom =0D=0A> to dynamically issue mes
sages such as, "Table xxxx =0D=0A> successfully updated!",=0D=0A> etc. We
are using the Coldfusion product (and HTML) to =0D=0A> perform our =0D=0A>
processing. At present, the "main" frame, when it is =0D=0A> displayed, di
rects a =0D=0A> load to the "large frame," and all subsequent =0D=0A> proce
ssing, by default, =0D=0A> takes place in this "large frame." Is there som
e way, =0D=0A> while processing =0D=0A> table updates and the like, that I
can output dynamic =0D=0A> messages to the=0D=0A> "small frame" across the
bottom of the "main" page?=0D=0A> ---=0D=0A> Change your mail options at ht
tp://p2p.wrox.com/manager.-=0D=0A> asp or =0D=0A> to unsubscribe send a bla
nk email to =0D=0A> $subst('Email.Unsub').=0D
=0A =0A
|
|
 |