<cfinclude template="Includecar.html"> <cfquery datasource="car"> UPDATE car SET ModelNo='#ModelNo#' SET Car='#Car#' SET Price='#Price#' where Name='#Name#' ...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3099
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car where Name=#"Name"# </cfquery> <html> <head> <title>Edit Car...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3098
<cfinclude template="Includecar.html"> <cfquery datasource="car"> DELETE FROM car where ModelNo='#form.ModelNo#' </cfquery> <html> <head> <title>The selected...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3097
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car </cfquery> <html> <head> <title>Delete User Information</title> ...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3096
<html> <head> <title>Date Validations</title> <font color="#FFFFFF"></font> <script> var monthNames = new Array(12); monthNames[0] = "January"; monthNames[1] =...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3095
<html> <head> <script language="javascript"> var No = prompt ("How many Numbers You want to sum and product : ",""); Num = new Array(No); var i=0; var Sum=0; ...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3094
<html> <head> <title> alert functions calling </title> <script language="javascript"> function verify() { for ( i = 0; i<=7; i++ ) { ...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3093
File : matrix.swf Description : matrix...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3092
<html> <head> <script language="javascript"> var name = prompt("Enter your Name","Name"); </script> </head> <body> <script language="javascript"> ...
<html> <head> <script language="javascript"> var i=0; var No = prompt ("Enter The Five Digit Numbers : ",""); Digits = new Array(4); var s1 =Digits.length; ...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3088
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3087
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
ibi_edu@yahoogroups.com
Nov 15, 2009 12:27 pm
3086
<html> <head> <title>Form Parameters</title> </head> <body> <!-- There are 2 ways to send data from one page to another 1- Trough form <form> <input page=????>...
<html> <head> <title>Form Parameters</title> </head> <body> <!-- There are 2 ways to send data from one page to another 1- Trough form <form> <input page=????>...
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...