Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Conncet button to fields Conncet button to fieldsTo: NULL Date: 10/9/2005 11:44:00 PM Hi All, i have an xml data base, and the following xsl file: <xsl:template match="/"> <html> <HEAD> <TITLE>Diagnostics Tests Results</TITLE> </HEAD> <body> <h2>Tests Results</h2> <table border="10" cellpadding="1"> <thead> <th> Title</th> <th> Test results</th> <th> Test1Description</th> <th> Test2Description</th> <th> Test3Description</th> <th> Expected results</th> <th> Recived Results</th> <th> XOR</th> <th> Error Code</th> </thead> <tr align="center"> <xsl:for-each select="Diag_Tests_Results/Test"> <tr> <td> <xsl:value-of select="TITLE"/> </td> <td> <xsl:value-of select="Test_Result"/> </td> <td> <xsl:value-of select="Test_Line1Description"/> </td> <td> <xsl:value-of select="Test_Line2Description"/> </td> <td> <xsl:value-of select="Test_Line3Description"/> </td> <td> <xsl:value-of select="Test_Expected_Results"/> </td> <td> <xsl:value-of select="Test_Received_Results"/> </td> <td> <xsl:value-of select="XOR"/> </td> <td> <xsl:value-of select="Error_Code"/> </td> </tr> </xsl:for-each> </tr> </table> </body> </html> </xsl:template> My Question is how can i add a button onclick to move to first page and the second page last page etc... Thanks | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
