hello, all, i need help debugging a simple array. ... <body> <script type="text/javascript"> var HorizontalLinks=new Array() /* <a title="screen tip"...
Hello everybody, I have a very peculiar problem with arrays returned from a function. The problem is reproducible with the following code: function f1() { var...
hello all, i'm trying to get serious about an array driven menu system via javascript. ... <body> <script type="text/javascript"> var HorizontalLinks=new...
Greetings, all, my first attempt at array building and then writing as links ... <script type="text/javascript"> var HorizontalLinks=new Array() /* <a...
Nice work, Alligator. Just out of curiosity, how could one do this using innerHTML instead of document.write? -a ... [Non-text portions of this message have...
does any one know a website that show how to make a dynamci javascript tree it shows u how to make it and the code. i dont want to download anything somebody...
Hi, I want to create a new year counter using javascript for changing the images. For that i want to write recursive function, Can any one help me??????? But i...
Without setTimeout, you would have to build a loop, something like this :- do { display_the_time(); for (i=0; i < 100; i++) { // loop round emulating a pause }...
Hey guys I was wondering if anyone could help me with this, im building an extension for thunderbird 2.0. I want to read in the headers of each email and scan...
I have a frameset and one of the frames is on a constant, one-second refresh (<meta http-equiv="refresh"...). On every refresh a server-side script (php) is...
I better solution would be for JavaScript to trigger the refresh of the frame instead. This can be done using AJAX, which is probably better, because you can...
Hi, I haven't been keeping up with my updating skills...too busy with the kids. But I now need to update my website. Here's my problem...I'm trying to add...
How did you edit the pages before? An html page is edited in: A CMS/publishing system such as Expression Engine, Movable Type, Wordpress etc in which case...
Hi, It sounds like you are clicking on or opening the file. When a html file is opened, it is typically done in a browser (that's why you're seeing the page ...
I used either word pad or i edited in the ftp server. i tried editing in the ftp server, but it wouldn't let me. it would only show the page as is shown on my...
i think i might have found the problem. i have been using cuteftpro for my ftp editing and uploading. i downloaded the page to try and edit it and it wouldn't...
okay. i got it. i reloaded the page and it worked fine. new question...i previously had uploaded a photo montage to my site. you needed to use the plugin the...
I have been using cutehtml when needed to edit those kings of files. Wordpad may add characters to file not wanted... Download the file to desktop and open in...
I'm looking at having an upload facility in a form for users to upload a CV, The form has name email etc. Is it possible to have the doc file as an attachment...
Jim, what you're talking about here is Server Side scripting - this isn't really possible with JavaScript (although you can specify subject and message using...
Are you still looking for this? Rob. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Al Sent: 25 February 2008...
Anybody? Im taking intro to comp sci. class and the attached file is one of my homework assignments. My ques. is how can I put 4 random numbers in the...