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
~345 People Reached
Favorite Forums
Member Avatar for bella422316

I would like the output to be JUST the TIME. Currently it also displays the date. How do i fix this. [code] <html> <head> <title> Start and stop a clock </title> </head> <body> <input type="text" size= "60" id="theclock" /> <script type="text/javascript"> var setIntervalID = window.setInterval("setClock()",1000); function setClock() { var now …

Member Avatar for cyrillc
0
73
Member Avatar for bella422316

How do you change the color background in a textbox form when you hover over it in html code and when you are not hovering over changes back to the default? here is html code how can i have email address' textbox background to change color when it is hovered …

Member Avatar for drjohn
0
182
Member Avatar for bella422316

Prove the following logical Equivalences using truth tables Idempotent: – p ^ p = p, and – p V p = p Absorption: – p V (p ^ q) = p, and – p ^ (p Ú q) = p Identity: – p ^ t = p, and – p …

Member Avatar for griswolf
0
90