|
Hello,
There Seems to be a problem with displaying a
hash value by [+ +] in option Tag of HTML Select.
Following does'nt seem to work -
[- $thash{'test'}='selected'; -]
<select>
<option value='testok1' >Test
1</option> <option value='testok2' [+ $thash{'test'}
+]>Test 2</option>
</select>
The Second Option is not Selected & HTML Source
View Also Does not show it.
But Following Works -
<select>
<option value='testok1' >Test
1</option> <option value='testok2' [+ $thash{'test'} +]>Test 2 - [+
$thash{'test'} +]</option>
</select>
In HTML Page -
Select List Shows
Test 1
Test 2 - selected
Any Suggestions or Help will be Highly Appreciated.
Mustafa M |
- RE: Using Hash in HTML Select Mustafa Mahudhawala
- RE: Using Hash in HTML Select Gerald Richter
