I have written code to redirect a user to a web site...
drawTextRelative(0,0,"Make-A-Wish®"+"@URL=http://www.wish.org/home/giving-shopping/giving_honor.htm",Color.green,null,Text.BUTTON|Tex t.RELATIVETOLEFT|Text.RELATIVETOBOTTOM|Text.BOLD|T ext.VCENTER|Text.ONTOP,"Ariel",12,"TIBcc");
Is it possible to redirect them using this type information...
<A HREF="CALLTO://dloomis"><IMG SRC="http://goodies.skype.com/graphics/skypeme_btn_green.gif" BORDER=0></A>
drawTextRelative(0,0,"Make-A-Wish®"+"@URL=http://www.wish.org/home/giving-shopping/giving_honor.htm",Color.green,null,Text.BUTTON|Tex t.RELATIVETOLEFT|Text.RELATIVETOBOTTOM|Text.BOLD|T ext.VCENTER|Text.ONTOP,"Ariel",12,"TIBcc");
Is it possible to redirect them using this type information...
<A HREF="CALLTO://dloomis"><IMG SRC="http://goodies.skype.com/graphics/skypeme_btn_green.gif" BORDER=0></A>
Comment