Javascript

  • Thread starter Friendly Indian
  • Start date
F

Friendly Indian

I would like to use a javascript (external link) to print some
text out on a webpage. For the purpose of example, could
somebody tell me how to link to external *.js file and print out
"Hello World" in the body of an html page and also inside of a
textbox named "test"? thanks.

friendly indian
 
S

Steve Easton

Read you other post for the answer on calling
an external script.

As for writing to a page it would take awhile
to write the script, and then you would have to create
named elements in the page to write the words too.

Here is a link to a page with some downloadable scripts
written by a very talented fellow by the name of Kurt Grigg.
http://www.btinternet.com/~kurt.grigg/javascript/
who has been kind enough to include instructions in the
zipped downloads.

Download and study some of the ones that fit your needs.
 

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

Top