Welcome to TalkGraphics.com

Search:

Type: Posts; User: Soquili; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    Cybergeek, if you hold a control key down and drag a colour from the Color Line to the work area (White area of the screen) and release the control key after dropping the colour, that color will be...
  2. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    A good cross browser calendar can be found at
    http://www.richarea.com/demo/rich_calendar/
  3. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    John the time and calendars are static unless you force a page refresh.

    I never tried the calendar in any browser except for IE. The company I wrote code for only allowed IE on their machines...
  4. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    Hi JC,

    Sorry for not responding sooner.

    Comments in javascript can be a single line or a block of text.

    Use double forward slashes for a single line comment. // this is a comment

    A...
  5. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    Mark the attached .web file contains an update to the previous calendar.

    This update highlights in yellow the day a person clicks. I used a variation that submits the date as a parameter for a...
  6. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    Here is another to display a calendar:



    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    var now = new Date();
    var month_array = new...
  7. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    Here is another version:



    <script language="JavaScript">
    now = new Date();
    localtime = now.toString();
    utctime = now.toGMTString();
    document.write("<b>Local time:</b> " + localtime +...
  8. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    John the manual is great addition to the tweaks. Thank You.
  9. Replies
    219
    Views
    131,364

    Re: [tweaks] The tweaks set for XWD 5.0.1

    Thanks John. The tweaks are great and now are Xtremely easy to use in Web Designer. :)
Results 1 to 9 of 9