ÿþ<xml id="xmldso" src="mss_bori.xml"> </xml> <html> <script language=vbscript> sub firstpage t.firstpage end sub sub nextpage t.nextpage end sub sub previouspage t.previouspage end sub sub lastpage t.lastpage end sub </script> <b>Bhandarkar Oriental Research Institute, Pune </b> <table id="t" datasrc="#xmldso" datapagesize="1000" border=2 bgcolor=lightpink> <thead> <tr> <th>Title</th> <th>Author</th> <th>Language</th> <th>Script</th> <th>Keywords</th> <th>Roll No</th> <th>MSS No</th> </tr> </thead> <tboby> <tr><td><span datafld="Title"></td> <td><span datafld="Author"></td> <td><span datafld="Lang"></td> <td><span datafld="Scrpt"></td> <td><span datafld="keys"></td> <td><span datafld="RollNo"></td> <td><span datafld="MssNo"></td> </tr> </tbody> </table> <input type=button onclick="firstpage" value="firstpage"> <input type=button onclick="nextpage" value="nextpage"> <input type=button onclick="previouspage" value="previouspage"> <input type=button onclick="lastpage" value="lastpage"> </html>