+ Reply to Thread
Results 1 to 3 of 3

Thread: Dekiscript variable inside a tag

  1. #1
    Join Date
    Oct 2007
    Location
    Amsterdam, the Netherlands
    Posts
    105

    Default Dekiscript variable inside a tag

    This should be a simple question:

    I want to embed an image programmatically inside dekiscript. The image url must be a descript variable to build the html. Like so:

    Code:
    <img class="internal default" alt="page property update error.png" src= imageurl />
    Where imageurl is my dekiscript variable. This yields an error.
    How do I escape into dekiscript mode in this example?

    Thanks!

  2. #2
    Join Date
    Jul 2009
    Location
    Girona, SPAIN
    Posts
    547

    Default

    <pre class="script">
    <img class="internal default" alt="page property update error.png" src=(imageurl) />
    </pre>

  3. #3
    Join Date
    Oct 2007
    Location
    Amsterdam, the Netherlands
    Posts
    105

    Default

    Quote Originally Posted by carles.coll View Post
    <pre class="script">
    <img class="internal default" alt="page property update error.png" src=(imageurl) />
    </pre>
    Wow, that was really easy! Thanks! :-)

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts