Forum Moderators: open

Message Too Old, No Replies

Populating table on onclick event with ASP

         

molly_0312

9:55 am on Feb 21, 2006 (gmt 0)



Hi
i m new to webmaster so dn't know how to search for any topic ,i m sorry if this has already been discused.

i m using ASP(with VBScript+Javascript,CSS<DHTML).i m not aware of it,its just an start.i m studying through net.

my problem is that i want to populate one table on the Onclick event of one text box.i don't know how to specify a particular space in that page where i want to display table.Plz help.

celgins

5:18 pm on Feb 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WW Molly_0312...

Not sure exactly what you're trying to do, but your "onclick" event will probably have to call an ASP function of some kind.

This function (probably one you've written yourself), will be what queries your database and populates the table.

Easy_Coder

5:32 pm on Feb 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you wanting to populate an HTML Table or a Database Table?