Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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>&gt;From: "Boni Gopalan" <BONI@H...>

<DIV></DIV>&gt;Reply-To: "ASPToday Discuss" <ASPTODAY_DISCUSS@P...>

<DIV></DIV>&gt;To: "ASPToday Discuss" <ASPTODAY_DISCUSS@P...>

<DIV></DIV>&gt;Subject: [asptoday_discuss] Re: display records 

<DIV></DIV>&gt;Date: Wed, 9 Jan 2002 14:52:52 -0500 

<DIV></DIV>&gt; 

<DIV></DIV>&gt;You need to execute the query and store the results into a Dynamically Built 

<DIV></DIV>&gt;JavaScript array. Then write code to show them one by one on the Button 

<DIV></DIV>&gt;Click function. 

<DIV></DIV>&gt; 

<DIV></DIV>&gt;thank you 

<DIV></DIV>&gt;Boni Gopalan 

<DIV></DIV>&gt; 

<DIV></DIV>&gt;----- Original Message ----- 

<DIV></DIV>&gt;From: <KCWONG19@H...>

<DIV></DIV>&gt;To: "ASPToday Discuss" <ASPTODAY_DISCUSS@P...>

<DIV></DIV>&gt;Sent: Wednesday, January 09, 2002 7:43 AM 

<DIV></DIV>&gt;Subject: [asptoday_discuss] display records 

<DIV></DIV>&gt; 

<DIV></DIV>&gt; 

<DIV></DIV>&gt; &gt; if i select a list of records from database and i want to display it in 

<DIV></DIV>&gt; &gt; the texarea one by one by pressing button, how to do it? 

<DIV></DIV>&gt; &gt; 

<DIV></DIV>&gt; 

<DIV></DIV>&gt; 

<DIV></DIV>&gt; 

<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>


  Return to Index