Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Conncet button to fields [Thread Next] Re: Conncet button to fieldsTo: NULL Date: 10/10/2005 4:42:00 PM Gabi wrote: > My Question is how can i add a button onclick to move to first page and the > second page last page etc... Your XSLT stylesheet generates HTML, if you want buttons then you need to create a HTML <input> or HTML <button> element. The move between pages depends on how you use XSLT and what the browser supports, if the browser supports client-side script (JavaScript in most browsers, IE/Win also supports VBScript) then you could use client-side script and CSS to have a button show/hide pages. If you want it to work without client-side script then you need a server -side app (e.g. ASP or JSP or PHP or CGI) to react to a URL request or form submission of the browser and generate the HTML for the page as needed. There is not much XSLT has to do, it only generates HTML, any interaction then (client-side with script or server-side) is the same as with any HTML rendered in a browser and not XSLT specific. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
