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>"; Quote Link to comment 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). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.