Getting Ie To See My Blog


Recommended Posts

Hi All I hope this is where I ask this question. I have a blog @ blogger.com and delete the old template and downloaded a new one. I inserted the HTML code and added other thing to my blog. Does anyone know how to get Internet Explorer to view the whole blog and not half of it. If you what take a look for your self. Look at it in firefox then IE My Blog

Thanks for your help and your time

Sceeter32

Link to post
Share on other sites

I was looking at your blog code with FF, I'm not too impressed with the way that cookie looks. Especially the name of it. I was trying to read it's non-sensical script, and was unable to really determine anything from it.

However, I wonder if that cookie might be what is messing with the IE viewability. Unless you put the cookie their yourself, try to remove it and see if that makes a difference.

Below is the cookie code I was talking about.

<script type="text/javascript"><!--var ID = 14100699;var HATE_INTERSTITIAL_COOKIE_NAME = 'dismissedInterstitial';var FLAG_COOKIE_NAME = 'flaggedBlog';var FLAG_BLOG_URL = 'http://www.blogger.com/flag-blog.g?nav=4&toFlag=' + ID;var UNFLAG_BLOG_URL = 'http://www.blogger.com/unflag-blog.g?nav=4&toFlag=' + ID;var FLAG_IMAGE_URL = 'http://www.blogger.com/img/navbar/4/flag.gif';var UNFLAG_IMAGE_URL = 'http://www.blogger.com/img/navbar/4/unflag.gif';var ncHasFlagged = false;var servletTarget = new Image();

function BlogThis() {Q='';x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection) { Q=y.getSelection();} else if (x.getSelection) { Q=x.getSelection();}popw = y.open('http://www.blogger.com/blog_this.pyra?t=' + escape(Q) + '&u=' + escape(location.href) + '&n=' + escape(document.title),'bloggerForm','scrollbars=no,width=475,height=300,top=175,left=75,status=yes,resizable=yes');void(0);}

function blogspotInit() {initFlag();}

function hasFlagged() {return getCookie(FLAG_COOKIE_NAME) || ncHasFlagged;}

function toggleFlag() {var date = new Date();var id = 14100699;if (hasFlagged()) {removeCookie(FLAG_COOKIE_NAME);servletTarget.src = UNFLAG_BLOG_URL + '&d=' + date.getTime();document.images['flag'].src = FLAG_IMAGE_URL;ncHasFlagged = false;} else { setBlogspotCookie(FLAG_COOKIE_NAME, 'true');servletTarget.src = FLAG_BLOG_URL + '&d=' + date.getTime();document.images['flag'].src = UNFLAG_IMAGE_URL;ncHasFlagged = true;}}

function initFlag() {document.getElementById('flagButton').style.display = 'inline';if (hasFlagged()) {document.images['flag'].src = UNFLAG_IMAGE_URL;} else {document.images['flag'].src = FLAG_IMAGE_URL;}}

function showDrop() {if (!hasFlagged()) {document.getElementById('flagi').style.visibility = 'visible';}}

function hideDrop() {document.getElementById('flagi').style.visibility = 'hidden';}

function setBlogspotCookie(name, val) {var expire = new Date((new Date()).getTime() + 5 * 24 * 60 * 60 * 1000);var path = '/';setCookie(name, val, null, expire, path, null);}

function removeCookie(name){var expire = new Date((new Date()).getTime() - 1000); setCookie(name,'',null,expire,'/',null);}

--></script>

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...