Forum: JavaScript / DHTML / AJAX Sep 16th, 2009 |
| Replies: 1 Views: 494 i have a form.. i validated it..
if the form has an empty field, instead of popping up an alert box, i need to display a message that goes off say after 5 seconds..
any idea of how to do it? |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2009 |
| Replies: 9 Views: 358 Oh.. tat works fine.. thanks :)
and btw, do you have any idea of how to display the result for a particular time period instead of an alert? |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2009 |
| Replies: 2 Views: 216 thanks for the info ramesh.. :)
i have an assignment.. i have to read an xml file from my local system, parse through it and find out the duplicate names and then list those..
any direction of how... |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2009 |
| Replies: 2 Views: 216 using ajax/javascrtipt, how to browse for a folder and get *.xml files in the given folder path.?? :?: |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2009 |
| Replies: 9 Views: 358 actually, i did it with javascript itself.. :|
here's my two frames codes..
Actions.html
<html>
<body>
<p>This is Actions Frame</p>
<br />
<form name="validate" method="post" > <!--... |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2009 |
| Replies: 9 Views: 358 hey thirusha..
thanks for the heads up.. i solved half..
i created frames, validated the input..
now, i need to send the output of that validation to the next frame..
any resource would be of... |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2009 |
| Replies: 0 Views: 309 how to parse an xml file using ajax and javascript?
i know this is basics.. but couldn't get it the right way.
could someone help me out.. |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2009 |
| Replies: 9 Views: 358 i didnt figure this out yet.. :( |
Forum: JavaScript / DHTML / AJAX Sep 14th, 2009 |
| Replies: 9 Views: 358 hello all, i am new to ajax.. unfortunately, i was given an assignment before i complete ajax.. i need help, someone pls direct me where i can learn to solve the following thing!!
Consider a web... |