|
Just to state it before i go any further i have knowledge of only html.
Here is my problem. I have a website with a lot of pictures.
When i open them in a new window i want that window to refresh and oppen up on top again. I am not sure how to do it. So far i have it opening and refreshing but going behind the main page. Here is the code that i use
<td><a href="comercial & bussiness/c_001.html" target="Mywindow"
onclick="window.open(this.href,this.target,'width= 530,height=410');
return false;"><img src="comercial & bussiness/c_001.jpg"></a></td>
Any suggestions?
|