Thanks a lot sagedavis for providing me such useful guide lines of correcting my code
Finally i fixed it up up with this code
<html>
<head>
<title>My Test</title>
<script src="/test_files/scripts/PopBox.js" type="text/javascript"></script>
<script type="text/javascript">
popBoxWaitImage.src = "images/spinner40.gif";
popBoxRevertImage = "images/magminus.gif";
popBoxPopImage = "images/magplus.gif";
</script>
<style type="text/css">
.PopBoxImageSmall
{
border: none 0px #ffffff;
cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
border: solid 1px #999999;
cursor: url("images/magminus.cur"), pointer;
}
.position-box{
position:absolute;
top:100px;
left:100px;
}
</style>
</head>
<body>
<table class="position-box" border="1">
<tr>
<td >
<img
src="images/ARY0144_small.jpg" alt="" width="399" height="253"
class="PopBoxImageSmall" id="imgBlueScoop"
title="Click to magnify/shrink"
onclick="return Pop(this,50,'PopBoxImageLarge');"
pbsrc="images/ARY0144_small.jpg"
pbCaption="Nice Try" />
</td>
</tr>
</table>
</body>
</html>
Infact this thread will be so much helpful though.....
Thanks and Regards to all those who participated with me in this thread...
Thanks and Regards
ScorpionZ
Last edited by cscgal : Apr 3rd, 2008 at 1:01 am. Reason: Fixed code tag