i work with yahoo!site builder and i using html code but i don’t find nothing about javascript. any chance to do this? thanks!
Anybody Know How I Can Paste A Javascript Code In My Website?
- No trackbacks yet.
i work with yahoo!site builder and i using html code but i don’t find nothing about javascript. any chance to do this? thanks!
Anybody, Code, Javascript, Know, Paste, Website
This entry was posted on Thursday, July 2nd, 2009 and is filed under Javascript Questions. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Powered by Yahoo! Answers
#1 by Ahmed S at July 2nd, 2009
The valid W3C way to do it is place it between tags (within your HTML code)
You can also place all your javascript into another file :
#2 by jgoulden at July 2nd, 2009
Javascript routines are simply added to your html within a “script” tag.
#3 by hacker at July 2nd, 2009
to put java script in to html is simple
first go to the place where you want to paste the script and type