Javascript popup sayfadan değer atama

tekekral

New member
Katılım
1 Ağu 2005
Mesajlar
3
Reaction score
0
Puanları
0
index.html
----------------------

<img src ="deneme.jpg" id="resim" >
<a href="#" onClick="popup()">

---------
popup.html
----------------
<script type="text/javascript">
function degisken_ata(resim){
opener.document.getElementById("resim").src=resim

}
</script>

<a href="degisken_ata('deneme2.jpg')" ><img src="deneme2.jpg"></a>
------------


index.html sayfasındaki resmi popup açtığımız bir sayfada resimlerden herhangi birini seçip yüklüyoruz.
 
Geri
Üst