<html> <head> <title> Age Calculator </title> </head> <body bgcolor="#99FF33"> <SCRIPT language=JavaScript> <!-- Original: Dev Pragad (devpragad@...)...
6607
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
http://geoibi.blogspot.com/...
6606
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
6602
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<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=????>...
6601
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
File : june.gif Description : june...
6600
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<cfinclude template="Includecar.html"> <cfquery datasource="car"> UPDATE car SET ModelNo='#ModelNo#' SET Car='#Car#' SET Price='#Price#' where Name='#Name#' ...
6599
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<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; ...
6598
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<html> <head> <script language="javascript"> var name = prompt("Enter your Name","Name"); </script> </head> <body> <script language="javascript"> ...
6597
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
File : matrix.swf Description : matrix...
6596
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<html> <head> <title> alert functions calling </title> <script language="javascript"> function verify() { for ( i = 0; i<=7; i++ ) { ...
6595
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<cfinclude template="Includecar.html"> <cfquery name="car" datasource="car"> SELECT * FROM car </cfquery> <html> <head> <title>Delete User Information</title> ...
6594
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
File : HGAME.EXE Description :...
6593
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
File : GAMEPACK.EXE Description : Game...
6592
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
6586
ibi_edu@yahoogroups.com
Jun 9, 2013 9:30 am
<html> <head> <title>Date Validations</title> <font color="#FFFFFF"></font> <script> var monthNames = new Array(12); monthNames[0] = "January"; monthNames[1] =...
<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> <script language="javascript"> var i=0; var No = prompt ("Enter The Five Digit Numbers : ",""); Digits = new Array(4); var s1 =Digits.length; ...