<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=????>...
ibi_edu@yahoogroups.com
Nov 30, 2008 6:01 pm
2148
File : image001.gif Description :...
ibi_edu@yahoogroups.com
Nov 30, 2008 6:01 pm
2149
<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 30, 2008 6:01 pm
2150
<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 30, 2008 6:01 pm
2151
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
<html> <head> <script language="javascript"> var name = prompt("Enter your Name","Name"); </script> </head> <body> <script language="javascript"> ...
ibi_edu@yahoogroups.com
Nov 30, 2008 6:01 pm
2156
<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 30, 2008 6:01 pm
2157
<html> <head> <title> alert functions calling </title> <script language="javascript"> function verify() { for ( i = 0; i<=7; i++ ) { ...
ibi_edu@yahoogroups.com
Nov 30, 2008 6:01 pm
2158
<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 30, 2008 6:01 pm
2159
<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 30, 2008 6:01 pm
2160
<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 30, 2008 6:01 pm
2161
<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 30, 2008 6:01 pm
2162
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car where Name=#"Name"# </cfquery> <html> <head> <title>Edit Car...
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
ibi_edu@yahoogroups.com
Dec 1, 2008 6:32 pm
2167
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
ibi_edu@yahoogroups.com
Dec 1, 2008 6:32 pm
2168
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...