Click to See Complete Forum and Search --> : just trying to access javascripts


JulieJHawk
08-19-2004, 09:58 AM
I know everyone on this message board is probably discussing how to program javascripts, but all I need to know is how to access them. Whenever I try to view something on a web page that is a "javascript" nothing happens. I have checked my Internet Options page and under the Security Settings tab all of the scripting options are enabled, so that is not the problem. Does anyone know what I can do to view javascripts?????

BillyRay
08-19-2004, 10:14 AM
Do you want to view the source to scripts, or do you want to execute scripts?

If you want to view the source, use a text editor and view the file after downloading it. To execute scripts, the script has to be something meaningful to the browser, not just arbitrary script.

Hope this helps,
Dan

Willy Duitt
08-19-2004, 02:25 PM
Originally posted by BillyRay
If you want to view the source, use a text editor and view the file after downloading it.

Or go into your Folder Options --> File Types --> Open with --> advanced and make sure Notepad (not Internet Explorer) is set as the default program....

.....Willy