Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-12-2012, 08:17 PM   PM User | #1
html5learner
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
html5learner is an unknown quantity at this point
HTML/Javascript/embedded PDFs works in every browser except for IE9?

I'm not a master designer in fact I took over an ex-clients work, redesigned it and do all the updating.. but I'm pretty good with HTML and just learning. Trying to be versatile in our company.

I remade the site using my old HTML knowledge and Java and all is working perfectly on Chrome, Firefox,Safari, Mobile, IE8.. but not IE9.

The Pull Down Bar under "Portfolio" - i.e. view samples.. does NOT work.. also, the PDF section in "eBrochure" does not work either. These are the red headers at top of page.

Could someone please give me a tip it would be so appreciated.

James

My website is Americanmedicalbuildings.com - i Use komodoedit 7 to edit the website.

Thanks much!
html5learner is offline   Reply With Quote
Old 12-13-2012, 05:36 PM   PM User | #2
html5learner
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
html5learner is an unknown quantity at this point
Quote:
// JavaScript Document

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function showLayer(whichLayer){
document.getElementById(whichLayer).style.display = "block";
}

function hideLayer(whichLayer){
document.getElementById(whichLayer).style.display = "none";
}
I switched to HTML5 and using just <!DOCTYPE html>

Do I need to update something on this Script?
html5learner is offline   Reply With Quote
Old 12-13-2012, 06:01 PM   PM User | #3
html5learner
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
html5learner is an unknown quantity at this point
Uncaught TypeError: Cannot read property 'style' of null
html5learner is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:39 AM.


Advertisement
Log in to turn off these ads.