Click to See Complete Forum and Search --> : Problem with pop-up window only in ie


el07694
10-28-2009, 09:39 PM
Well hi there,
I am not a web developer, but i maked my father's site (he is a math teacher).
The problem is in line 14,15,16 of anakoinoseis.php
I write : echo '<tr onmouseover="this.style.opacity=0.5;this.filters.alpha.opacity=50"
onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"><td>'.$counter.'. </td>';
echo '<td><a href="askhseis.files/'.$row['taksi'].'/'.$row['url'].'" target="_blank" onclick="parent.location='; ?>'clickcounter.php?url1=<?php echo $row['url'];?>&url2=<?php echo $row['taksi'];?>'<?php echo '">'.$row['text'].' '.' ('.$row['date'].')</a></td>';
in firefox and netscape i have no problem with this but in ie does not work
if i delete everything about opacity the only thing that change is do run the onclick action...but and in this case the visitor doesn't go to link never..:mad:
What's wrong about that;
The url of the site is:http://users.att.sch.gr/apappas.. just see under Ανακοινώσεις links..
Thanks in advance...