|
 |
asptoday_discuss thread: display records
Message #1 by kcwong19@h... on Wed, 9 Jan 2002 07:43:48
|
|
if i select a list of records from database and i want to display it in
the texarea one by one by pressing button, how to do it?
Message #2 by "Boni Gopalan" <boni@h...> on Wed, 9 Jan 2002 14:52:52 -0500
|
|
You need to execute the query and store the results into a Dynamically Built
JavaScript array. Then write code to show them one by one on the Button
Click function.
thank you
Boni Gopalan
----- Original Message -----
From: <kcwong19@h...>
To: "ASPToday Discuss" <asptoday_discuss@p...>
Sent: Wednesday, January 09, 2002 7:43 AM
Subject: [asptoday_discuss] display records
> if i select a list of records from database and i want to display it in
> the texarea one by one by pressing button, how to do it?
>
Message #3 by "wong CHUNG" <kcwong19@h...> on Thu, 10 Jan 2002 05:17:42
|
|
<html><div style='background-color:'><DIV>
<P>how to do that? I am not familiar with javascript, sorry.<BR><BR>thank you for your help.</P></DIV>
<DIV></DIV>
<DIV></DIV>>From: "Boni Gopalan" <BONI@H...>
<DIV></DIV>>Reply-To: "ASPToday Discuss" <ASPTODAY_DISCUSS@P...>
<DIV></DIV>>To: "ASPToday Discuss" <ASPTODAY_DISCUSS@P...>
<DIV></DIV>>Subject: [asptoday_discuss] Re: display records
<DIV></DIV>>Date: Wed, 9 Jan 2002 14:52:52 -0500
<DIV></DIV>>
<DIV></DIV>>You need to execute the query and store the results into a Dynamically Built
<DIV></DIV>>JavaScript array. Then write code to show them one by one on the Button
<DIV></DIV>>Click function.
<DIV></DIV>>
<DIV></DIV>>thank you
<DIV></DIV>>Boni Gopalan
<DIV></DIV>>
<DIV></DIV>>----- Original Message -----
<DIV></DIV>>From: <KCWONG19@H...>
<DIV></DIV>>To: "ASPToday Discuss" <ASPTODAY_DISCUSS@P...>
<DIV></DIV>>Sent: Wednesday, January 09, 2002 7:43 AM
<DIV></DIV>>Subject: [asptoday_discuss] display records
<DIV></DIV>>
<DIV></DIV>>
<DIV></DIV>> > if i select a list of records from database and i want to display it in
<DIV></DIV>> > the texarea one by one by pressing button, how to do it?
<DIV></DIV>> >
<DIV></DIV>>
<DIV></DIV>>
<DIV></DIV>>
<DIV></DIV></div><br clear=all><hr>Join the world?s largest e-mail service with MSN Hotmail. <a
href='http://go.msn.com/bql/hmtag4_etl_EN.asp'>Click Here</a><br></html>
|
|
 |