i have a form with 2 radio buttons <input name="gender" type="radio" value="Female"> <input name="gender" type="radio" value="Male"> in the javascript i have...
The statement "return valid;" should be *outside* of the if statement, not inside. The way the code is written, the function will never return true. --Tim...
I am creating a script that browses an array of web pages in an iFrame. I am looking for away to get the title of the page loaded in the iFrame so I can...
So, my background is PHP and SQL with some ASP.NET/VB training--I've been asked to build an ASP.NET site. Okay, no problem, but then I realize I'm not sure how...
If you want to reach the world and have your site accessible to non-MS browsers, use JavaScript. VB is MS-specific. What is usually done is that the guts of...
Its not true that VB is MS specific. Yes, VBScript was MS specific; but VB.Net is not. VB .Net is more of a server side compiled language. The few client side...
You can use JavaScript in the same way you normally do. The thing is that usually you do not have to, because you can achieve the same effect by using an...
... For clientside JavaScript, it means nothing, since it's executed by the browser, and not on the server. -- This message has not been scanned for viruses. ...
Hi! I would like to check out the sample code like Expedia hotel photos. When clicking one thumbnail, it displays a bigger one on the right. Could anyone...
I just recently downloaded a javascript accordion and I'd like to have more than two of the same accordion on the page, however, only the first accordion works...
Hi - can anyone give any pointers as to how the swf files keeps on player below the dropdown menu on this site? In our tests, these flash swf appears above the...
I need a form for creating labels and send the details by email. When you complete the fields of this form to have a visual representation of the label you...
Which site? Regards, Dave S ... From: "win_sen_2007" <win_sen_2007@...> To: <JavaScript_Official@yahoogroups.com> Sent: Tuesday, January 15, 2008 5:42 PM...
Hi, I am writing an app which has a lot of AJAX calls. The result of an AJAX call generally returns HTML and I am setting the innerHTML of a div with the...
Friends, I want to develop a software to handle the Internet connection in Intranet as well as in Single PC. In LAN environment,there is a INTERNET connection...
Why was parsing the json result no good? What doesn't seem right is returning an http 500 for a form validation error - which isn't a true server error. Is it...
This is not the sort of thing you would do with JavaScript. In addition, you are asking for people to give you information on a very complex development...
You can't really do this with _JavaScript_, since JavaScript works only on the client-side, inside of a browser like IE or Firefox. You need a server-side...
What you are describing is similar to software used for an internet kiosk or wifi in some establishments where they either charge access or you must register...
Mr.David Smart, Thanks for ur reply. The restriction to use Internet sahring is avilable in Windows server. But I want to develop to enable and disable that...
Hi, Does anyone have efficient URLEncode and URLDecode js functions.Mine are listed below and run very slow: function URLEncode(plaintext){ // The Javascript...
Hmmm. These actually appear to be copyright Albion Research Ltd. 2002, http://www.albionresearch.com/ They give permission to copy those functions, provided...