Announcement

Collapse
No announcement yet.

HTML button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML button

    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>

  • #2
    Hello David,

    The drawing functions will not accept HTML syntax. You will only be able to pass the url to the function. Thus, you are limited to the images available through the drawShape*** or drawImage*** functions.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X