W
WYSIWYG
Guest
Hi, I am using the below code to add text....
<script language="javascript" type="text/javascript">
document.getElementById("background").addTextObject("Welcome", "Verdana", 12, "white", 3, 50);
</script>
I am just wondering if a way exists to add a button. In the above code you have ".addTextObject".... can I use an ".addButtonObject"?
If yes could you explain how please and if no could you show me another way. Thanks.
<script language="javascript" type="text/javascript">
document.getElementById("background").addTextObject("Welcome", "Verdana", 12, "white", 3, 50);
</script>
I am just wondering if a way exists to add a button. In the above code you have ".addTextObject".... can I use an ".addButtonObject"?
If yes could you explain how please and if no could you show me another way. Thanks.