Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: Shanti Chepuru ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Aug 28th, 2008
Replies: 9
Views: 8,127
Posted By Shanti Chepuru
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 5th, 2008
Replies: 11
Views: 8,891
Posted By Shanti Chepuru
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 Jul 31st, 2008
Replies: 4
Views: 1,002
Posted By Shanti Chepuru
if(trimstr(d.emailid.value)==""){alert("Enter E-Mail ID");d.emailid.focus();return false;}
var m = document.form1.emailid.value
var cnt=0,spc=0,dot=0;
for(var i=1;i<=m.length;i++)
{...
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008
Replies: 6
Views: 1,171
Posted By Shanti Chepuru
var1=document.getelementbyid('txt1').value
var2=document.getelementbyid('txt2').value
var3=Number(var1)+Number(var2)



or concentrate on eval() function in javascript by googling....
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008
Replies: 10
Views: 3,976
Posted By Shanti Chepuru
if (Date.parse(fromDate) > Date.parse(toDate)) {
alert("Invalid Date Range!\nStart Date cannot be after End Date!")
return false;

}

or


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC