How to send HTML to webGadget from PB
Posted: Tue Jun 11, 2002 10:34 am
Code updated for 5.20+
Restored from previous forum. Originally posted by naw.
Ok - its a bit of a cheat
Use inline javascript Like This:
Restored from previous forum. Originally posted by naw.
Ok - its a bit of a cheat

Use inline javascript Like This:
Code: Select all
url$="javascript:document.write('Hello World'); document.close()"
; set when creating the web gadget
webgadget(1,10,10,200,200,url$)
; or reset it later...
setgadgettext(1,url$)