im made a image site on my home.. (http://abda53.com/web/entertainment/pictures/eric/displayimage.php?album=3&pid=188 ) example...
on the pictures that are bigger than a certain size you and click on it and a new popup should come up with the original size.. whenever i try that i get a javascript error that says
Line: 67
Char: 1
Error: Object expected
Code: 0
and the url...
....displayimage.php?album=3&pid=188
on line 67 when i do a view source is:
line 64
<!-- Start standard table -->
line 65
<table align="center" width="500" cellspacing="1" cellpadding="0" align="center" class="maintable">
line 66
<tr><td colspan="6" align="center" class="tableb" style="white-space: nowrap;"><br><br>
line 67
<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF;"><td><a href="javascript:;" onClick="MM_openBrWindow('displayimage.php?pid=188&fullsize=1','ImageViewer','toolbar=yes,status=yes,resizable=yes,width=320,height=437')"><img src="albums/userpics/hawaii/normal_Room.jpg" width="289" height="400" class="image" border="0" alt="Click to view full size image"><br></a>
and the MM_openBrWindow script is this..
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
does anyone have an idea?