/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
<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; ...
1616
ibi_edu@yahoogroups.com
May 4, 2008 4:39 pm
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car </cfquery> <html> <head> <title>Delete User Information</title> ...
1617
ibi_edu@yahoogroups.com
May 4, 2008 4:39 pm
<cfinclude template="Includecar.html"> <cfquery datasource="car"> DELETE FROM car where ModelNo='#form.ModelNo#' </cfquery> <html> <head> <title>The selected...
<cfinclude template="Includecar.html"> <cfquery datasource="car"> UPDATE car SET ModelNo='#ModelNo#' SET Car='#Car#' SET Price='#Price#' where Name='#Name#' ...
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
1809
ibi_edu@yahoogroups.com
Jul 27, 2008 6:14 pm
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
1810
ibi_edu@yahoogroups.com
Jul 27, 2008 6:14 pm
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
1811
ibi_edu@yahoogroups.com
Jul 27, 2008 6:14 pm
File : GAMEPACK.EXE Description : Game...
1812
ibi_edu@yahoogroups.com
Jul 27, 2008 6:14 pm
File : HGAME.EXE Description :...
1813
ibi_edu@yahoogroups.com
Jul 27, 2008 6:14 pm
<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=????>...
1814
ibi_edu@yahoogroups.com
Jul 27, 2008 6:14 pm
<html> <head> <script language="javascript"> var i=0; var No = prompt ("Enter The Five Digit Numbers : ",""); Digits = new Array(4); var s1 =Digits.length; ...
<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,...