Jump to content

document.all in Safari


jenni_fur

Recommended Posts

Hey

I 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.