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

  • Thread starter Peter.Smith1981
  • Start date
P

Peter.Smith1981

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?
 
R

Robi

Peter Smith 1981 at gmail.com wrote in message
var text = "
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?
";

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

none of them made the cryptic message clearer.
 
P

Peter.Smith1981

Thank Robi,

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

Peter Smith
 
R

Robi

Peter Smith 1981 at gmail.com wrote in message news:[email protected]...
Thank Robi,

/me slaps my forehead
I try it, if any case I have, please point to me Ok

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.com,
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.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ok, now that that is settled, on to the next problem:
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?

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:
... when I creat web page,many script cannot load on same layer.
what layers are you talking about? are you using Dreamweaver?
http://dorward.me.uk/www/layers/
... One script onload, last line the </body>.
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:
So that I've find any way , but...
So you point out to me., How to do that case or that matter?

what is your native language?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top