ÿþ<xml id="xmldso" src="mss_orls_persian.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>Oriental Research Library, Srinagar (Catalogue of Manuscripts in Persian) </b> <table id="t" datasrc="#xmldso" datapagesize="1000" border=2 bgcolor=lightpink> <thead> <tr> <th>S.NO</th> <th>Title</th> <th>Accn.No.</th> <th>Language</th> <th>Script</th> <th>Manus ID</th> <th>Folios</th> <th>DVD No</th> </tr> </thead> <tboby> <tr><td><span datafld="S_NO"></td> <td><span datafld="TITLE"></td> <td><span datafld="ACCN_NO"></td> <td><span datafld="LANGUAGE"></td> <td><span datafld="SCRIPT"></td> <td><span datafld="MANUS_ID"></td> <td><span datafld="FOLIO"></td> <td><span datafld="DVD_NO"></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>