Chandrajit Posted January 4, 2006 Posted January 4, 2006 I am using Filemaker7 with XSLT. I use the following lines of code to represent a radio button from a value-list on the web page. But there is no way that I can select a particular radio button as default. In HTML I could use something like: Please suggest
MetaSys Software Posted January 5, 2006 Posted January 5, 2006 element is used to assign attribute/property to an HTML element. Please try using the following code. yes
Chandrajit Posted January 5, 2006 Author Posted January 5, 2006 Thanks for your response, but i am facing some problems with the lines of code. I have 4 custom defined values in the valuelist with values of 0, 10, 20 and 30. And I want that when i open the web page, the value of 0 should be checked(it should act as if it is the default value.) If in HTML, we would have used something like where the value of 0 would be checked everytime I open the web page, thereby acting as the default value for Discount. Thanks in advance.
Chandrajit Posted January 6, 2006 Author Posted January 6, 2006 Thanks, but there is one hitch. when putting the code the value of zero gets checked but the other values are not displayed, I also tried without the zero in the xsl:if statement, but it displays all the values with the last value in the valuelist getting checked. Please suggest. Thanks Chandrajit
MetaSys Software Posted January 10, 2006 Posted January 10, 2006 Missed the closing tag for xsl:if. yes
Recommended Posts
This topic is 6894 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now