Forum: JavaScript / DHTML / AJAX Mar 2nd, 2009 |
| Replies: 5 Views: 649 Here is some expectablel solution not sure...
for example , if you have a quantity field then , if we entered any letters on that it will show an immediate alert "Please Enter Only Numbers (0-9)"... |
Forum: JavaScript / DHTML / AJAX Oct 23rd, 2008 |
| Replies: 1 Views: 575 you have to use some AJAX to got this.... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008 |
| Replies: 2 Views: 545 what is the need to put three forms here... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008 |
| Replies: 5 Views: 1,603 My previous thread is same like what you want....
if you don't know php then ajax attachment , try is...they are properly working..... |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2008 |
| Replies: 5 Views: 1,603 post your tried code and errors if any.... |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2008 |
| Replies: 4 Views: 2,403 can you be more clear about it ??????? |
Forum: JavaScript / DHTML / AJAX Oct 17th, 2008 |
| Replies: 5 Views: 1,603 you want two drop down lists, one based another...
if so, go through this thread's (http://www.daniweb.com/forums/post642679-10.html) attached ones... |
Forum: JavaScript / DHTML / AJAX Oct 17th, 2008 |
| Replies: 2 Views: 1,533 try this:
var url="check.php"
url=url+"?password="+password
url=url+"?password_check="+password_check |
Forum: JavaScript / DHTML / AJAX Oct 17th, 2008 |
| Replies: 1 Views: 581 Events
Blogs
News
Forums
shopping
ad management
creating greeting cards online
shopping at installments wise
hospital management
school management |
Forum: JavaScript / DHTML / AJAX Oct 8th, 2008 |
| Replies: 3 Views: 844 |
Forum: JavaScript / DHTML / AJAX Oct 8th, 2008 |
| Replies: 3 Views: 844 hello see this code:
it will print 200 as 200.00
<script language="javascript">
function CurrencyFormatted(amount)
{
var i = parseFloat(amount);
if(isNaN(i)) { i = 0.00; }
... |
Forum: JavaScript / DHTML / AJAX Oct 6th, 2008 |
| Replies: 4 Views: 1,658 this is my complete code:
please have a look and try to solve my problem...please...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled... |
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2008 |
| Replies: 2 Views: 2,830 Javascript cannot connect to a database, but you can make a request to a server-side page which does so using javascript (known as AJAX).
or check this for reference:... |
Forum: JavaScript / DHTML / AJAX Oct 1st, 2008 |
| Replies: 1 Views: 1,299 hello all...
At my project , need for creating cards online..In detail , i have provided the users with some back grounds,images and text...then user make a card by selecting the... |
Forum: JavaScript / DHTML / AJAX Oct 1st, 2008 |
| Replies: 2 Views: 2,618 i think you want something like this:
http://www.w3schools.com/php/php_ajax_suggest.asp
try this example... |
Forum: JavaScript / DHTML / AJAX Oct 1st, 2008 |
| Replies: 1 Views: 1,124 hey try w3schools.com...read ajax with php tutorial...its simple and understandable.. |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2008 |
| Replies: 4 Views: 1,658 hello troy..
very very thanks for your reply..
I can't understand exactly where to be placed...
can you please explain me with one example...
please ...
thanks again
Shanti. |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2008 |
| Replies: 4 Views: 1,658 Im developing a web page, where i can drag one image upon another background image and merge them...
my problem is , i want to know the position of dragged image by the user..
im using php and... |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2008 |
| Replies: 2 Views: 9,096 can you post some of your code...
or try this example:
this will disable text box,select box by using div id..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: JavaScript / DHTML / AJAX Sep 27th, 2008 |
| Replies: 1 Views: 798 hello find these :
http://www.ultrashock.com/tutorials/flashmx2004/as2-01.php
http://www.adobe.com/support/flash/action_scripts/actionscript_tutorial/... |
Forum: JavaScript / DHTML / AJAX Sep 27th, 2008 |
| Replies: 4 Views: 710 |
Forum: JavaScript / DHTML / AJAX Sep 27th, 2008 |
| Replies: 4 Views: 710 I found several mistakes on your code..like:
where did you closed this form..
and i think you don't use form in another form..if you want use more forms in your page..use them after closing the... |
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008 |
| Replies: 1 Views: 666 put this <img src="downArrow.gif"> in <a href...></a> and then use onclick function..... |
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008 |
| Replies: 3 Views: 860 |
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008 |
| Replies: 3 Views: 860 check these urls:
http://www.java2s.com/Code/JavaScript/Development/ProgressBar1.htm
http://www.javascriptkit.com/script/script2/progressbar.shtml... |
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008 |
| Replies: 3 Views: 751 post your appropriate code.... |
Forum: JavaScript / DHTML / AJAX Sep 18th, 2008 |
| Replies: 3 Views: 788 hello, here i have written js code for validating your unit field and radio buttons...
and write remaining code by your self....
<script type="text/javascript">
function formValidator(){
... |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 7 Views: 1,897 check this url:
http://www.yolinux.com/TUTORIALS/LinuxTutorialWebTricks.html |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 7 Views: 1,897 |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 7 Views: 1,897 |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 7 Views: 1,897 see this link will teach you:
http://www.c-point.com/JavaScript/articles/file_access_with_JavaScript.htm |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 9,213 Please read about "FileSystemObject".
Find files with JavaScript
http://www.codeproject.com/jscript/search_in_files.asp
JScript FileSystemObject Object... |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2008 |
| Replies: 9 Views: 7,766 i think this code will help you...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script>
function generateRow() { |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2008 |
| Replies: 3 Views: 597 try this:
if(isNaN(d.number.value)){alert("Please Enter only Numbers in Phone no Feild");
d.number.value="";d.number.focus();return false;} |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2008 |
| Replies: 11 Views: 8,456 |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2008 |
| Replies: 11 Views: 8,456 thanks for ur compliments...
And im female.... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 2 Views: 1,413 i dont know exactly...
but hope this may helps you:
http://www.informit.com/articles/article.aspx?p=27800 |
Forum: JavaScript / DHTML / AJAX Aug 5th, 2008 |
| Replies: 11 Views: 8,456 how to disable ctrl+c:
http://www.faqs.org/faqs/msdos-programmer-faq/part2/section-16.html
And
That shortcut is handled by the operating system. It never reaches the browser and so the browser... |
Forum: JavaScript / DHTML / AJAX Aug 5th, 2008 |
| Replies: 11 Views: 8,456 For this I use onKeyDown event. See the following code
that disables CTRL C and CTRL V.
Note that this is not enough to prevent COPY/PASTE
in a text field, since the user can use CTRL INS, SHIFT... |