* Bubun * Graham Yes i have done but after chenging skins it not viewing skins options properly! Every time "standred" option displaying!
View it~ http://ashamania.mobie.in
I have used this code:
<!--parser:xtscript-->
# set the selected value for the menu
assign $sel = selected="selected"
if $skin == red
assign $opt1 = $sel
elseif $skin == green
assign $opt2 = $sel
elseif $skin == blue
assign $opt3 = $sel
elseif $skin == yellow
assign $opt4 = $sel
elseif $skin == none
assign $opt5 = $sel
elseif $skin == black
assign $opt6 = $sel
endif $skin == standard
assign $opt7 = $sel
endif 
#print the form
print {{
<form action=" " method="post">
<select name="skin">
<option value="red" $opt1>Red</option>
<option value="green" $opt2>Green</option>
<option value="blue" $opt3>Blue</option>
<option value="yellow" $opt4>Yellow</option>
<option value="black" $opt6>Night Style</option>
<option value="standard" $opt7>Standard</option>
<option value="none" $opt5>Predef</option>
</select>
<input type="submit" value="select">
</form>
}}
<!--/parser:xtscript-->

Copy code


plz tell me how to solb the problem.
2015-02-25 17:09 · (0)

Online: Guests: 1