I'm having alot of trouble with getting some javascript to work with the
MAC
IE. It works great with the Windows IE though, Mozilla and Netscape 6 also
on both Mac and Windows. Heres the site
[url]www.dynamicwebdesigns.com/demo/defineddesigns/
The thing that happens on the Mac is that when you click out of the port
folio and into one of the other links and the go back to the Portfolio
link
the little red next and back buttons wont change the image anymore or will
you get a popup window of a bigger image when you click on the image. Also
when you click the link to the resume and get its small image you should
be
able to click on the resume image and get a Larger popup of that too, but
alas on the Mac IE you dont. I'm thinking it has something to do with this
code
//////////////////////////
////////////////////////////////////////////////////////////////////////
//*****************************
//declare NavBar functions
function contactUs(a){
var b = document.getElementById(a);
b.innerHTML = "<center><br><a
href='mailto:amendol1@t...'><img
src='images/contactalissa.gif' border='0'></a><br><a
href='mailto:sales@d...'><img
src='images/contactdavid.gif'
border='0'
onclick='window.open
(\"http://www.dynamicwebdesigns.com\");'></a></center>";
}
function unContactPortfolio(a){
var b = document.getElementById(a);
b.innerHTML = "<center><input type='image' value='Prev' name='button1'
src='images/index_r2_c9.gif' onclick='BackImage()'> <input type='image'
name='button2' value='next' src='images/index_r2_c11.gif'
onclick='NextImage()'><br><img src='images/portfolio/highvo.jpg'
onclick='popup()'></center>";
}
function unContactServices(a){
var b = document.getElementById(a);
b.innerHTML ="<center><br><img src='images/Services.gif'
onclick='popup()'></center>";
}
function unContactResume(a){
var b = document.getElementById(a);
b.innerHTML ="<center><br><img src='images/resumesmall.jpg'
onclick='popup()'></center>";
}
Im thinking the mac doesnt like the innerHTML property because the
portfolio
atleast works until you click on a link and change that property.
I read somewhere that it wasn't standardized yet but I can't think of an
alternative.
Please Help :!: :!:
Thank you
David