Hi Sashi,
I second Sam on this. {} placeholder works in htm code not inside script tag.
This is similar to passing a parameter in servlets using param function. Something as:
<Param name="Param.1" value={propertyName}>
Alternately, if you use applets or servlets, we do have some methods to get the property values directly in scripts as well. Simple examples as mentioned below:
<Applet name="App1" class=ClassName viewastext mayscript>
</Applet>
You can here use, App1.setProperty("abc") and App1.getProperty("abc") for play with properties.
Hope this helps.
Thanks,
Swaroop