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
Ranked #107.71K
~330 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 1
Favorite Tags
javascript x 1
1 Posted Topic
onclick script [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Page</title> <style> #popup{ font-family: Monaco; font-size: 11pt; width: 200px; background-color: #E2EBED; border: 1px dotted #000; padding: 2px; height: 100px; position: absolute; cursor: hand; cursor: pointer; display: none; } </style> <script type="text/javascript"> <!-- // Detect if the …
The End.