i want to create 2 buttons in our page using following code
<SCRIPT> isc.Button.create({ title:"Hello", click:"isc.say('Hello World')" }) </SCRIPT>
But i am not able to create more than one button so please advice me how i create these.
Thanks.
<SCRIPT> isc.Button.create({ title:"Hello", click:"isc.say('Hello World')" }) </SCRIPT>
But i am not able to create more than one button so please advice me how i create these.
Thanks.