Summary: Nice to see you back, Rolos. My theory on the VB thing is that summer is "VB season", where people have little project ideas that they want to do qui...
Summary: I don't know how this is different from your last question...But again, as gpp said, javascript doesn't write to text files, with the exception of coo...
Summary: Ok - you'll want kick me but I dont use this for any business or critical applications - this is only on a page i have set for my active desktop - I u...
Summary: Can't help you directly, but you might try the JS-Jive email list. This is an email list for people to ask javascript questions. Other members respo...
Summary: I wonder i am in the right place to ask about javascript questions: how do i code some page that Users enter their login name and password then the th...
Summary: Hi Pplz, Quick and simple question: I made a little script that shows you the color of the page when you click the button. Heres what I have: <INPU...
Summary: how do i do the following. I want to use a pice of javascript that when the page loads, it will automatically ask to set the page as a home page. I k...
Summary: Trinity, For security reasons, you cannot save via JavaScript. An alternative would be to save via server-side script or use AJaX to save asyncronous...
Summary: I'm am using javascript to open popup windows on the website that made. The problem is that when I click on the link to open the new window, my browse...
Summary: My page has text on the left, when you mouseover certain words, text shows up on the right. Here's some script: Where 'example example' would show up ...
Summary: I don't think JavaScript is the way you want to go. It doesn't support reading/writing to files since that would be a major security risk. Perl could...
Summary: I am trying to get image a to switch in its place with image b by clicking on image c. So there is a menu option that changes a body image. I am usi...
Summary: i've been using invisibleFrame.document.execCommand('SaveAs', true, 'filename.txt'); however, when i change the language to Japanese(EUC) then try to ...
Summary: Hello, I was wondering if there is a way to replace the URL in the address bar with text of my choosing. I have looked around online and cant find an...
Summary: Hi, What I'm trying to do is make it so that when I click a checkbox on my HTML page it will disable two text fields. You know, grey them out. Is t...
Summary: Have to agree with CH, you should post some code. What you are trying to do sound pretty straight forward. You probably just need to post the code f...
Summary: I just started learning Javascript (I mean just, as in yesterday, the 3rd), and tried to make a simple addition program. First, it'll prompt you aski...
Summary: Well, your "question" is ambiguous at best. I really can't figure out what you are doing. Where is the PHP script that you are running? Is it in the i...
Summary: Hi and good day. I'm currently studying about Active Server Pages ( ASP ) and I read that its default language is VBScript but Javascript could also ...
Summary: It may just be me...I seem to be having difficulty understanding people's questions today. But I don't really get what you're trying to do. I assume...
Summary: Hello everyone, i have a quick question about JavaScript.. I am currently using the following to get the users IP address. This works great. However i...
Summary: Hi all, I have another question for you... i'm tryin got parse string from HTML tags to a Javascript function for some manipulations... I have a input...
Summary: This really depends on your application. If you're trying to list the contents of a directory on you server and feed that data to a client, then the a...
Summary: Hello, I have a saveas function in my page and when it saves as either a text or html it adds this: line one [] [] now they dont look like two bracket...