iframe location.href vil bare ikke
HejsaJeg skal have javascript til at åbne en side i et iframe, men det vil bare ikke virke, har prøvet tusind ting efter hånden, den sidste var:
frames.favourite.location.href = 'favourite.php?imageid=' + imageid + '&galleryid=<?=$id?>';
document.getElementById('favourite').src = 'favourite.php?imageid=' + imageid + '&galleryid=<?=$id?>';
document.frames['favourite'].location.href = 'favourite.php?imageid=' + imageid + '&galleryid' + 1;
