Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~580 People Reached
Favorite Tags
Member Avatar for tohobaby

how can i change the color and the font type to bold when the checkbox is oncheck? [CODE]<script type="text/javascript" language="javascript"> function colorBlack(e2) { var radgroup = document.getElementsByName(e2.name); for (var r=0; radgroup[r]; ++r) radgroup[r].parentNode.style.color = radgroup[r].checked ? 'black' : 'red'; } </script>[/CODE] this is the code to change the color but …

Member Avatar for twiss
0
192
Member Avatar for tohobaby

If i want to put tis sentece "No Such Data." where did i nit to implement it into if there was no data found? [CODE]import java.io.*; import java.util.*; class Book { static Map<String, String> phone = new HashMap<String, String>(); public static void main(String args [])throws Exception{ searchBook(); int option; do{ …

0
69
Member Avatar for tohobaby

i have write this layout but dunno how to write this 3 function in serializable...can u all help me? Y.Y this was the question: Write a programme to keep your friends telephone numbers. You should be able to; a. Add a new name and number b. Look up a number …

0
63
Member Avatar for tohobaby

this is my php code: [CODE]<? if ($search) // perform search only if a string was entered. { mysql_connect() or die ("Problem connecting to Database"); $query = "SELECT shoeName, shoeSize,colour,price,description FROM shoe WHERE gender='$search'"; $result = mysql_db_query("CB", $query); if ($result) { echo "Here are the results:<br><br>"; echo "<table width=90% align=center …

Member Avatar for Pityu
0
256