Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Jump to a location in table


Message #1 by Arundhati Bopardikar <Bopardikar@Q...> on Thu, 27 Dec 2001 12:00:12 -0800
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C18FAC.494C7640
Content-Type: text/plain;
	charset="ISO-8859-1"

Also, you would have to dynamically create the named anchors coming from the
database...
 
 <a name="<% RS("DataItem").value %>"><% RS("DataItem").value %></a>  

-----Original Message-----
From: Arundhati Bopardikar [mailto:Bopardikar@Q...]
Sent: Thursday, December 27, 2001 3:00 PM
To: javascript
Subject: [javascript] Jump to a location in table


Hi,
 
I have a large HTML table (about 3000 rows) for a database editor.
when users search for a record I want the page to move
so that the record they searched for is in the view in the browser..... is
there a way I can do this?
 
I would really appreciate your suggestions....
 
Regards
Arundhati



  Return to Index