Announcement

Collapse
No announcement yet.

body onload conflict

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

    body onload conflict

    Hi there,

    this is my first post on this site, and I am currently evaluating the Actinic designer software. I design in WYSIWYG and my coding ability is limited to a bit of tweaking html when required.

    I am having a problem with the body tag:

    <body onLoad="<actinic:variable value="PreloadImages" name="OnLoadScript"; />; goforit();">

    The 'goforit()' refers to a dynamic drive script I have running on every page, which produces a live date & time.

    Can anyone help me solve this please?
    Thanks in anticipation
    traebonne

    #2
    Welcome, Trae

    What you're doing should work. You can also try

    <body onload="goforit();<actinic:variable value="PreloadImages" name="OnLoadScript"; />">

    If you have problems, best look at your page with Firefox and use it's Tools / Error Console to see what's wrong.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X