Dear friens, I have one question with AJAX use...i need the ajax when i click over a link. When the user click over the link, i want insert in a table database...
Hello, I currently have extended a class from the ScriptACulous Libaray : Ajax.InPlaceEditor . I'm doing an InPlaceCalendarEditor : For this when you click the...
Hello all, I have no coding backround I am trying to add a photo for my ssl to my home page of my shopping cart when I do so all I get is the code showing"the...
Dave. This may be off-topic for a Javascript forum, but I hope no-one will mind. ISTM the problem is with your HTML not your Javascript. I'm not sure if what...
Alan, The <% ... %> tags are no doubt ASP function/procedure calls. Paul ... will mind. ... sure if what you sent has become garbled, or whether that is what...
Good point guys. Put it down to a "senior moment" in the early hours. :-) I'm sure you'll agree that the HTML was garbled, so to me where the "%" appeared just...
hello everyone: I am trying to use a for loop iterate through elements on a form. inside the for loop I have a switch statement which validate each individual...
You don't have a switch statement in the code you have quoted. Please quote the code with the switch statement in it. However, when you are having trouble with...
... As long as we're being pedantic, let's not forget that they're also used to delimit serverside code in JSPs, Python Server Pages, and Netscape SSJS pages -...
Can someone point me in the right direction on using the XMLHttpRequest with AJAX? The tutorials I'm finding online don't seem to make any sense to me. I'm...
Hi, Take a look at this link. http://www.dynamicdrive.com/dynamicindex17/ajaxroutine.htm ItÅ› a good start point. []Å› Luis Augusto Machado Moretto ...
hai, Ajax stuff you are get from any place. Just search in the net. But better use YUI(Yahoo User Interface) to make the things work in all the browsers. ...
Hi, Without pseudocode it is hard to interpret code but I went ahead anyway. Every programmer has a unique style so I am not going to comment on the way you...
Hi Everyone. i need to know that what is flv file? and i need some help. basically i am working in a Cable opertor firm. and i want to work in media streaming,...
Hello Dave: I resolved the infinite loop issue. The purpose of this exericse is to validate every element on the form, when a element has invalid entry, the...
You could store the error messages into an array or similar, then present them all in one go. Not too much more difficult than displaying a single error...
Hi Raghib, A "flv" is a flash movie file. You can create theses movies from other streaming medias like windows media files (wmv), quicktime movies (mov), etc....
Hi flashqa1, I made some notation. Sorry, the copy and paste trashes the format. Paul function form_validation() { /* MY COMMENT Boolean variables should be...
As Dave mentioned, The normal practice when looping through all the form's elements is to do something that applies to a form element's type: for (i=0; i <...
... statement ... statement ... your ... implement the ... based on ... Hello Dave and Paul: I appreciate your guys' comments on my code. It gave me a insight...
In order to avoid the dnserror.htm when the website is unavailable, I am thinking of using javascript to check to see if a website is up first before...
Bill, Why not use a PHP or ASP script on the backend that returns the HTTP response code when passed a URL? That way you can grab it with an XMLHttpRequest and...
Jeff, ... element; I thought name attribute is unique for each elements on the form. - Yes, the NAME attribute is unique for the control in the document object...
I want some fundamentals about java script... ... Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Here's a solution! [Non-text...
... The fundamentals very clearly, yet not much more (in particular, very little or none of dynamic HTML) at <http://www.w3schools.com> Thanks to whoever is...