jenni_fur Posted May 23, 2006 Share Posted May 23, 2006 HeyI have used the document.all function as part of an image gallery i am developing. Althought it works fine in IE and Mozilla, i have discovered it is not supported by Safar. What is the best method to correct this problem. Here is my code, I'm a javascript newbie...so i basically don't have a clue what to do.As you can see it is combined with PHP so ignore all the extra slashes, i pretty much just want to fix it for Safari"<a href ='#' onClick=";"\"document.the_image.src=";"'$large_dir$photos_large[$i]' ; document.all.ref.innerHTML='Ref: $photos_large[$i]'";"\">";<div id = \"ref\">Ref: $photos_large[1]</div>"; Link to comment https://forums.phpfreaks.com/topic/10275-documentall-in-safari/ Share on other sites More sharing options...
nogray Posted May 25, 2006 Share Posted May 25, 2006 use document.getElementById('ref id here').innerHTML this should work in everything. (given that ref have an id). Link to comment https://forums.phpfreaks.com/topic/10275-documentall-in-safari/#findComment-38744 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.