Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > runing javascript

Reply
Thread Tools

runing javascript

 
 
=?Utf-8?B?cm9kY2hhcg==?=
Guest
Posts: n/a
 
      09-11-2006
hey all,
how do you run a section of javascript everytime the page loads?

thanks,
rodchar
 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      09-11-2006
"rodchar" <> wrote in message
news:F9D3160C-DA94-451F-8667-...

> hey all,
> how do you run a section of javascript everytime the page loads?


Er...

<html>
<head>

</head>

<body>
<script>
alert('This runs every time the page loads');
</script>
</body>
</html>


 
Reply With Quote
 
 
 
 
=?Utf-8?B?cm9kY2hhcg==?=
Guest
Posts: n/a
 
      09-12-2006
thanks for the help.

"Mark Rae" wrote:

> "rodchar" <> wrote in message
> news:F9D3160C-DA94-451F-8667-...
>
> > hey all,
> > how do you run a section of javascript everytime the page loads?

>
> Er...
>
> <html>
> <head>
>
> </head>
>
> <body>
> <script>
> alert('This runs every time the page loads');
> </script>
> </body>
> </html>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JQuery and javascript not runing in the head tag John Morrill ASP General 3 06-29-2010 07:49 AM
error runing ant in eclipse ant view yihucd@gmail.com Java 1 03-07-2006 08:39 PM
Runing Client-side code Nikolay Petrov ASP .Net 4 03-24-2005 08:50 AM
can't see other networks on my cisco 3640 router (runing config inc.) David Hodgson Cisco 4 08-13-2004 10:23 AM
Help. Can't get email or web pages after runing Ad-aware tidbits@concentric.net Computer Support 6 10-21-2003 06:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57