Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ibi_edu · ibi Group page (hot & cool)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 20
  • Category: JavaScript
  • Founded: Sep 10, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1611 - 1820 of 6531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1611 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
1612 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> <head> <link...
1613 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
//Game Pack in C++. #include<string.h> #include<math.h> #include<graphics.h> #include<dos.h> #include<stdlib.h> #include<stdio.h> #include<conio.h> ...
1614 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
File : HGAME.EXE Description :...
1615 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
<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 Send Email 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 Send Email 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...
1618 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
<cfinclude template="Includecar.html"> <body bgcolor="#FF66FF"> <form action="car_submit.cfm" method="post" name="submit&quot;> <p align="right"> <font...
1619 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
<cfinclude template="Includecar.html"> <cfquery name="car"; datasource="car"> SELECT * FROM car where Name=#"Name"# </cfquery> <html> <head> <title>Edit Car...
1620 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
<cfinclude template="Includecar.html"> <cfinsert datasource="car" tablename="car" formfields="ModelNo,Name,Car,Price"> <html> <head> <title>Thanks for...
1621 ibi_edu@yahoogroups.com Send Email May 4, 2008
4:39 pm
<cfinclude template="Includecar.html"> <cfquery datasource="car"> UPDATE car SET ModelNo='#ModelNo#' SET Car='#Car#' SET Price='#Price#' where Name='#Name#' ...
1622 ibi_edu@yahoogroups.com Send Email May 18, 2008
5:21 pm
#include<iostream.h> #include<graphics.h> #include<math.h> #include<conio.h> #include<stdio.h> #include<process.h> #include <stdlib.h> #include<dos.h> int...
1803 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
1804 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
#include<iostream.h> #include<graphics.h> #include<math.h> #include<conio.h> #include<stdio.h> #include<process.h> #include <stdlib.h> #include<dos.h> int...
1805 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
File : CIRCLE2.EXE Description :...
1806 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
<html> <head> <title> Age Calculator </title> </head> <body bgcolor="#99FF33"> <SCRIPT language=JavaScript> <!-- Original: Dev Pragad (devpragad@...)...
1807 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
//Game Pack in C++. #include<string.h> #include<math.h> #include<graphics.h> #include<dos.h> #include<stdlib.h> #include<stdio.h> #include<conio.h> ...
1808 ibi_edu@yahoogroups.com Send Email 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 =...
1809 ibi_edu@yahoogroups.com Send Email 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 Send Email 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 Send Email Jul 27, 2008
6:14 pm
File : GAMEPACK.EXE Description : Game...
1812 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
File : HGAME.EXE Description :...
1813 ibi_edu@yahoogroups.com Send Email 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 Send Email 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; ...
1815 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
<html> <head> <title>Registration Form</title> </head> <body bgcolor="#0000FF"> <font color="#FFFFFF" face="Times New Roman, Times, serif" size="+3"> ...
1816 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
<html> <head> <title>Form Parameters</title> <!--[if !mso]> <style> v\:* { behavior: url(#default#VML) } o\:* { behavior: url(#default#VML) } ...
1817 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
File : image001.gif Description :...
1818 ibi_edu@yahoogroups.com Send Email 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=????>...
1819 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
<html> <head> <title> Cookie </title> <script> function newecookie(cookiename,value) { document.cookie = cookiename +"=" +value; } function...
1820 ibi_edu@yahoogroups.com Send Email Jul 27, 2008
6:14 pm
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
Messages 1611 - 1820 of 6531   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help