January 4, 200620 yr 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
January 5, 200620 yr element is used to assign attribute/property to an HTML element. Please try using the following code. yes
January 5, 200620 yr Author 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.
January 6, 200620 yr Author 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
Create an account or sign in to comment