Fri Aug 03, 2007 2:53 pm
<html>
<script type="text/javascript">
function makeInvisible()
{
document.getElementById("newDIV").style.visibility="hidden";
}
</script>
<body>
<div id="newDIV" style="position:absolute; top:100; left:150; visibility:visible" >
The shadow of my dreams .........
</div>
<a href="#" onclick="makeInvisible();" >Click Here</a>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.