|
First
|
Prev |
Next
|
Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
OnSubmit using two script validations I cannot figure out how to complete two script validations onsubmit. Only the first one listed runs. If anyone knows how to do this, please help. -- Olivia Towery ... 19 Apr 2008 15:30
A Non-profit in Construction is here... e-Enjoy http://mail.google.com/mail/?ui=2&ik=f21ab1fe5e&view=lg&msg=11964554d8dfee63 Mr. John McCain http://dodd.senate.gov/podcasts/0601_031108_en.mp3 And Jennifer http://a-click-away.googlegroups.com/web/jennifer_aniston.jpg?gda=GLFPc0UAAAAAT2KVohFMmUWomQM6O9zjz-UBrHjQd-ZqVKYgiTdYa2G1qiJ7UbTIup-M2XPURDQVqtUG7Cy... 18 Apr 2008 22:14
FAQ Topic - How can I see in javascript if a web browser accepts cookies? (2008-04-19) ----------------------------------------------------------------------- FAQ Topic - How can I see in javascript if a web browser accepts cookies? ----------------------------------------------------------------------- Writing a cookie, reading it back and checking if it's the same. http://www.w3schools.com/js/... 18 Apr 2008 19:02
event.keycode on non-english keyboards Hello, I'm developing a 'web' terminal which emulates the Linux console and works on top of Firefox. I mean, it has two parts: a server-side part and client-side one. The former is writen in Python and the later in Javascript, specifically and intentionally writen to work on Firefox only. I'm currently workin... 18 Apr 2008 17:26
document.domain obsoleted? On 18 abr, 19:50, Thomas 'PointedEars' Lahn <PointedE...(a)web.de> wrote: document.domain does not apply to XHR. I see. I was mislead due to some hints on the contrary, as well as my bad memory and the fact that actually it applies someway: if I set document.domain to a different value that the real one, so... 20 Apr 2008 05:00
�OpenOffice.org� free Office suite for Microsoft Windows, Linux, Solaris, BSD, OpenVMS, OS/2 or IRIX Words to the wise, Prisoner at War <prisoner_at_war(a)yahoo.com> wrote: On Apr 18, 2:48 am, GoodieMan <afta...(a)hotmail.com> wrote: Hurrah!!! Here is an absolutely free Office Suite Program �OpenOffice.org� which is more powerful than any expensive MS Office Suite. The Suite is free for any environment. Yo... 18 Apr 2008 13:26
IE Invalid Argument... sometimes The following code is stored inside a div element. Movable.prototype.moveTimer = function() { this.style.left = (this.offsetLeft - (this.posX - this.newX)) + "px"; this.style.top = (this.offsetTop - (this.posY - this.newY)) + "px"; this.posX = this.newX; this.posY = this.newY; } every 40 ms it is called ... 18 Apr 2008 14:14
inner classes problem Hi I've the following problem when I try to use AA.BB.x where isOK == false and in fact I have the following error: make is not defined AA = { BB = { make : function() { return "no"; }, x : isOK ? "yes" : make() } } why? x in that way can... 18 Apr 2008 10:14
Date format DD/MM/YYYY Hello I've got the following Javascript for a web calendar popup that outputs the date in 4/24/2008 (m/d/yyyy). How can i modify it to output dd/mm/yyyy e.g. 24/04/2008. So all outputs are in this format. The system this runs on has the correct date format (not US) so I would like the JavaScript to also use that ... 18 Apr 2008 10:14
Load HTML page into another HTML page using Javascript <html> <head> <script type="text/javascript"> function init(){ var html = document.open('Hello.html'); document.getElementById('hi").innerHTML = html; } </script> <body onload ="init();"> <did = 'hi'> </d> </body> </html> this code is not working Help me load hello.html page... 18 Apr 2008 08:37 |