By: handoko
Date: 2010-01-14
Time: 17:49
|
code '[' always converted into [
I have a Javascript code on html page here
<script type="text/javascript" >
ddsmoothmenu.init({
mainmenuid: "smoothmenu3", //menu DIV id
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
customtheme: ['#CEAAAA', '#1A1FA9'],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
|
but tbs engine always convert the '[' with [
i don't know how to solve. any one can help me?
|