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...
If it repeats every day, what do you want it to count down to? ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Alan...
how do u make this a javascript table <HTML> <HEAD> <TITLE>A function definition</TITLE> <SCRIPT LANGUAGE="JavaScript"> function nMax(nums) { var max =...
The following works in IE, but not in FireFox. I don't actually need it to work in IE...only in FireFox. Basically scrolling up should increase the number in...
Maybe because you are not capturing the Firefox event information. event or window.event works for IE only. Also there is no wheelDelta in Firefox. For Firefox...
Complementing my previous answer.... Happens that Firefox and IE have different way of attaching the event handler to the mouse wheel event. So, in order to...
The following bit of code sort of works, but I suspect that someone out there has a better/faster way. The issue I have is that this is a little too slow. When...
Cait, I can't say I've ever tested this sort of functionality. I would have expected all four frames to load at the same time. There are a couple of ways I can...
hi , In gmail chat when a chat is initiated between 2 persons, how does the gtalk chat window ( if you can call it a window - i think it must a div , am i...
Trshant, I haven't used Gmail Chat, so I can't say for certain, but my guess is that AJAX is involved. The 2nd persons browser is constantly polling the...