Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2009
    Location
    New Zealand
    Posts
    8

    Default Adding script to my page

    Likely a very newbie question, so I shall apologize in advance....

    How do I add supplied script to my Web Designer web page? For instance I want to have a World Clock on my web page so everyone can see what time it is where other family members live. The supplied script is

    <script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="world001-blue.swf";obj.TimeZone="PST";obj.width=480;obj.hei ght=250;obj.wmode="transparent";showClock(obj);</script>

    And I was wondering how the hell I get that to work with XWD

    I am also after a user edited calendar so people can input their own important dates for everyone else to access. Any suggestions?

    Thanks

  2. #2

    Default Re: Adding script to my page

    Add the code to a placeholder.

    See attached
    Attached Files Attached Files

  3. #3
    Join Date
    Oct 2006
    Location
    Tampa Bay, Florida
    Posts
    1,341

    Default Re: Adding script to my page

    Draw rectangle - right click - web properties - placeholder - replace with HTML code - paste script (use alternate script supplied by clocklink.com - the one you supplied doesn't work. See attached:
    Beat by sledger - I need speed typing 101
    Attached Files Attached Files
    Last edited by aridzone; 15 May 2009 at 05:16 AM. Reason: Speed

  4. #4
    Join Date
    May 2009
    Location
    New Zealand
    Posts
    8

    Default Re: Adding script to my page

    Ok, they said if that doesn't work try

    <embed src="http://www.clocklink.com/clocks/world001-blue.swf?TimeZone=PST&" width="480" height="250" wmode="transparent" type="application/x-shockwave-flash">

    I will try the placeholder thing with that, thanks!

  5. #5
    Join Date
    May 2009
    Location
    New Zealand
    Posts
    8

    Default Re: Adding script to my page

    Ya, that works.
    Have to admit, as easy at that seemed I felt I accomplished the near impossible. lol
    I have so much to learn, thanks again!

 

 

Bookmarks

Posting Permissions

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