First  |  Prev |  Next  |  Last
Pages: 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700
input type="file"
Sorry if my question was be here earlier, I'm new here ;-) I have html form where is the tag <input id="x" type="file" name="upload"> and another fields. After submit script on server take some validation on some fields and if te error is found the same form is generated with error reporting message. But the c... 4 Aug 2006 00:47
HTTPS and javascript
Hi all, I have a php page which have print button , the print button will print web page using window.print() function . In http url , it OK. However in https url , it hang the IE 6.0 browser. Anybody have any idea or suggestion how to solve the problem? Thanks ... 3 Aug 2006 06:33
ChatZilla - Pet (Bot)
Hi, I very much like the ChatZilla plugin for Mozilla Browsers. One thing I really want to have is a personal webbot, that's with me in _any_ channel. So, when I type: ?weather Miami, Florida it should write (with my name) Nickname: my Pet says: Current weather in Miami, Florida is: ... 3 Aug 2006 05:30
Accessing Frames
Hi, I'm looking at some old code, and am having a problem with IE having changed how accesses an object: pages = window.parent.frames.item(1).document.all("position"); This works under Win200 and 6.0.2800.1106. But not under WinXp and 6.0.2900.2180. Does anyone know what IE might be looking for? Than... 31 Jul 2006 18:54
Help needed...js error
This is part of another quest for solution I've posted, but I'm getting no responses. My script is: var popwin; function launchwin(winurl,winname,winfeatures) { if (popwin) {popwin.close();} popwin = window.open(winurl,winname,winfeatures); popwin.focus(); } URL: http://www.edbj.itna... 28 Jul 2006 22:48
call an ID range
let say i have an id range Ie. test1, test2, test3 ... How do i call all of them at a time ? I cant use getElementbyId for sure ... Anyone has any clues? ... 20 Jul 2006 04:47
Validation
I need Help!!! Please I need to write a javascript that will do the following Show a user name User address User Phone Number City State zip code telephone number and date of Birth I already have that part of the code done then what I have to do is add validation so if any of these are left blank they ge... 24 Jul 2006 07:41
JavaScript
I need Help!!! Please I need to write a javascript that will do the following Show a user name User address User Phone Number City State zip code telephone number and date of Birth I already have that part of the code done then what I have to do is add validation so if any of these are left blank they ge... 16 Jul 2006 23:33
array of objects
Can someone give me an example of how to construct an array of objects? for example, I have: function objFacility(id,name,adr,city,state,zip) { this.id = id this.name=name this.adr=adr this.city=city this.state=state this.zip=zip } I would need to search the array by id the... 15 Jul 2006 18:37
coding fun
Hi i am new to javascript, done a bit C coding for school assignment. I trying to crate a page that search google, then collect all the ads, therefore no search results. Last display display the ads in some random layout format? Anyone have tips how this could be done? ... 15 Jul 2006 14:27
First  |  Prev |  Next  |  Last
Pages: 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700