ÿþ<xml id="xmldso" src="mss_allahabad_museum.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>Allahabad Museum, Uttar Pradesh (Catalogue of Manuscripts) </b> <table id="t" datasrc="#xmldso" datapagesize="1000" border=2 bgcolor=lightpink> <thead> <tr> <th>S.NO</th> <th>Bag.NO</th> <th>MSS.NO</th> <th>Title</th> <th>Subject</th> <th>Language</th> <th>Script</th> <th>Folios</th> <th>Pages</th> <th>High Q. DVD</th> <th>Archieval DVD</th> <th>Viewable DVD</th> <th>Remarks</th> </tr> </thead> <tboby> <tr><td><span datafld="S_NO"></td> <td><span datafld="BAG_NO"></td> <td><span datafld="MSS_NO"></td> <td><span datafld="TITLE"></td> <td><span datafld="SUBJECT"></td> <td><span datafld="LANGUAGE"></td> <td><span datafld="SCRIPT"></td> <td><span datafld="FOLIOS"></td> <td><span datafld="PAGES"></td> <td><span datafld="HIGH_DVD"></td> <td><span datafld="ARCHIEVAL_DVD"></td> <td><span datafld="VIEWABLE_DVD"></td> <td><span datafld="REMARKS"></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>