Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Last week, we had the author of
TDD for a Shopping Website LiveProject
. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See
for the agenda and registration link
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
HTML Pages with CSS and JavaScript
Is there any difference if we mentin the script tags inside the Head Tag and the body Tag :
Ravi Kiran Va
Ranch Hand
Posts: 2234
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
Is there any difference if we mentin the script tags inside the Head Tag and the body Tag :
<HTML> <HEAD> <script> </script> </HEAD> <BODY> <script> </script> </BODY> </HTML>
Thank you.
Save India From Corruption - Anna Hazare.
Eric Pascarello
author
Posts: 15385
6
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes because they fire at different times if you are not waiting to onload/document ready.
If you want to follow what Yahoo says:
http://developer.yahoo.com/performance/rules.html#js_bottom
Eric
LOOK! OVER THERE! (yoink) your tiny ad is now my tiny ad.
ScroogeXHTML - fast RTF to HTML and XHTML conversion
https://coderanch.com/t/749563/ScroogeXHTML-fast-RTF-HTML-XHTML
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Animate method not working using easeofBounce
enabling button when text field changes
<script> Block in Html
SCRIPT tag inside web page (HEAD vs BODY)
3 questions about javascript
More...