PDA

View Full Version : You guys sick of me yet


offthebanaster
07-08-2004, 10:33 PM
Ya, I got more questions. I have never done any html or java script in note pad. I have always used Front Page and done the editing from there. My question is, when I am done my script in note pad, how do I veiw it in explorer ?
I tried opening explorer and then opening the file, but it just comes up the same as it does in note pad.

agent002
07-09-2004, 12:08 AM
If it is an HTML page, you must save it with an .html (or .htm) extension. If it comes up in Notepad, you have probably saved it with a .txt extesion. If it is a JavaScript, you must insert it to an HTML page (or, save it with a .js extension and inserting by including the file, by using the src attribute in HTML).