XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Posttop
alfred simbunSubject: Drop down menu List / Option Menu
Author: alfred simbun
Date: 09 Mar 2010 05:33 AM

Dear friends.

When I run the code below, it didn't give me what I wanted. Can anyone show me how to link any list from option menu to the specific page accordingly?

I wanted to do this: A user choose any list and click the Submit button and it will go to the specific page (by means of <xsl:call-template name="bla bla bla"/>

but the page must be on the same page of the option list.

Thank you.


<form name="form1" method="post" action="Search-page.htm">
<select name="$select">

<!-- Call template "haptor-bar-dorsal" from file "haptor-bar-dorsal.xsl" -->
<xsl:choose>
<xsl:when test="$select = $Haptor-bar-dorsal">
<option value="$Haptor-bar-dorsal">Haptor bar dorsal</option>
<xsl:value-of select="document('haptor-bar-dorsal.xsl')[$select=$Haptor-bar-dorsal]"/>
</xsl:when>
</xsl:choose>


<!-- Call template "haptor-bar-ventral" from file "haptor-bar-ventral.xsl" -->
<xsl:choose>
<xsl:when test="$select = $Haptor-bar-ventral">
<option value="$Haptor-bar-ventral">haptor bar ventral</option>
<xsl:value-of select="document('haptor-bar-ventral.xsl')[$select=$Haptor-bar-ventral]"/>
</xsl:when>
</xsl:choose>

</select>
<input type="submit" name="$Submit" value="Submit" />

</form>

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.