Results 1 to 2 of 2
Related
-
need help with onclick link to external .JS file Forum: Javascript Forum
Replies: 0 -
Adding values to an external .js Javascript file? Forum: Javascript Forum
Replies: 3 -
call external Javascript(PHP) with passing value Forum: Javascript Forum
Replies: 2 -
help checking form elements in external js file Forum: Javascript Forum
Replies: 2 -
passing values to an external .js file Forum: Javascript Forum
Replies: 10
-
01-04-2004, 05:37 PM #1
Retrieving text from an external file using javascript
okay, here's what i want to do. Make a javascript onClick method that replaces text within an id'ed font tag with the text in an external file. basically i just want it to be similar to a <a> tag, except without replacing an loading an entire page, just the text. pleeeeez help!
-
01-05-2004, 10:45 AM #2
I've been wanting to do a similiar thing.
What I have found is that you can not do file open, read, write with Javascript. The "language" was purposefully written that way for security reasons.
ASP, and other methods are needed.
You can however load a variable in a *.js file that can then be used.
W.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum