I created a website to present my center of equestrian tourism. It is already in operation for several months and I am satisfied. However, a friend of mine who has a mac told me, he had a problem to go on my site. He clicked on the links to enter the site from the homepage but it did not work.
To try to identify the problem (these are links in JavaScript), I gave him a direct link to return to complete the address bar to access a page within the site, and it worked . And once it was "entered" the first time on the site if it back to the home page, it worked. But if it closes the page and re-opened one, it did not work ...
I really do not understand what it is. Does anyone have a track? I put the address of my site: http://www.foo.com (just an example) and the code links to the home page.
HTML Code:<script language="JavaScript"> if (isFlash){ document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' height='317' width='432'><param name='movie' value='http://www.foo.com/therapy.swf'><param name='quality' value='high'><embed src='http://www.foo.com/therapy.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' height='317' width='432'></object>" ); } else { document.write("<a href='http://www.foo.com/therapy/menutherapy.html'><img src='http://www.foo.com/buttontherapylook.JPG'></a>"); //Put your image replacement } </script> <script language="JavaScript"> if (isFlash){ document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' height='317' width='432'><param name='movie' value='http://www.foo.com/randos.swf'><param name='quality' value='high'><embed src='http://www.foo.com/randos.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' height='317' width='432'></object>" ); } else { document.write("<a href='http://www.foo.com/randos/menurandos.html'><img src='http://www.foo.com/buttonrandoslook.jpg'></a>" ); // Put your image replacement } </ script>


Reply With Quote

Bookmarks