Well, I have NS 7, and it works fine from a local disk here. The HTML file itself is on the local disk. I do NOT intend on putting this online. This is only for local purposes at my work.
...
Well, I don't know ANYTHING about server-side or the AG2 community system, but that's easy to do using Javascript (which is client-side). Just do this:
Hi-
Is there any way-using JavaScript- to create a text file on the user's machine in Javascript? I know about ActiveX Objects, but they don't seem to work in NS. Is there any other way?
...
I was browsing the forums and I realized that this code could help me w/ something else, but I have one quick question: would it work with NS 4.0? Thanks...
I think sajj means that an image--not text-- has letters, numbers, words, etc. that the user must type for the password. I think you would have to name the image using the text that it says in the...
I tried "parent.frames['messages'].document.body.innerHTML", but since it is not an HTML file (it is a .txt text file) it does not work. Any other suggestions?
Hi-
I have a javascript that simply loads a text file (via parent.frames['messages'].location.href) into another frame. How would I be able to read and/or put the text from this file...
Hi-
I've been working on a site where you can make greeting cards (just birthday cards so far). The problem I'm having is when you try to send the card. It's supposed to check the location.search...
I will try to make this as clear as possible. Using javascript, the user will be able to add variables. The names of the variables will be called "variable1", "variable2","variable3", etc. Since I do...
Actually, I am not trying to figure out what I is or if i is an interger. I just want to make sure that ALL instances of a variable are found using i as the number at the end of the variable name....