How to do many java script and other script on loading in sam layout

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter.Smith1981@gmail.com

    How to do many java script and other script on loading in sam layout

    Dear All,

    I've a problem , that was when I creat web page,many script cannot load
    on same layer.One script onload, last line the </body>. So that I've
    find any way , but...

    So you point out to me., How to do that case or that matter?

  • Robi

    #2
    Re: How to do many java script and other script on loading in sam layout

    Peter Smith 1981 at gmail.com wrote in message news:1128592696 .657764.303090@ f14g2000cwb.goo glegroups.com.. .

    var text = "[color=blue]
    > Dear All,
    >
    > I've a problem , that was when I creat web page,many script cannot load
    > on same layer.One script onload, last line the </body>. So that I've
    > find any way , but...
    >
    > So you point out to me., How to do that case or that matter?[/color]
    ";

    Ok, I've tried
    decode(text);
    decrypt(text);
    unencode(text);
    uudecode(text);

    none of them made the cryptic message clearer.

    Comment

    • Peter.Smith1981@gmail.com

      #3
      Re: How to do many java script and other script on loading in sam layout

      Thank Robi,

      I try it, if any case I have, please point to me Ok

      Peter Smith

      Comment

      • Robi

        #4
        Re: How to do many java script and other script on loading in sam layout

        Peter Smith 1981 at gmail.com wrote in message news:1128654060 .221934.251920@ g47g2000cwa.goo glegroups.com.. .[color=blue]
        > Thank Robi,[/color]

        /me slaps my forehead
        [color=blue]
        > I try it, if any case I have, please point to me Ok[/color]

        Peter, my previous post wouldn't help you any.
        First, if posting with google, don't use the "reply" button
        and add your text after the quoted (and trimmed) text.

        <<
        If you want to post a followup via groups.google.c om,
        don't use the "Reply" link at the bottom of the article.
        Click on "show options" at the top of the article,
        then click on the "Reply" at the bottom of the article headers.
        ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^[color=blue][color=green]
        >>[/color][/color]

        ok, now that that is settled, on to the next problem:
        [color=blue]
        > Dear All,
        > I've a problem , that was when I creat web page,many script cannot load
        > on same layer.One script onload, last line the </body>. So that I've
        > find any way , but...
        > So you point out to me., How to do that case or that matter?[/color]

        I have problems understanding what you're trying to say - probably
        others can't understand your question either, but I can't speak for them.

        but let me try to understand:[color=blue]
        >... when I creat web page,many script cannot load on same layer.[/color]
        what layers are you talking about? are you using Dreamweaver?
        David Dorward's mostly neglected blog

        [color=blue]
        >... One script onload, last line the </body>.[/color]
        Are you trying to say that you have tried entering the script with

        document.onload =yourFunction() ; ?

        and also tried

        <body>
        <p>some data</p>
        <script type="text/javascript">
        function myFunction(){
        alert("whatever your script does");
        }
        myFunction();
        </script>
        </body>

        the rest of your question is again very cryptic, and I can't seem to
        understand it:
        [color=blue]
        > So that I've find any way , but...
        > So you point out to me., How to do that case or that matter?[/color]

        what is your native language?

        Comment

        Working...