Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Error in IE during page load
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rmmarsh
Super User

USA
396 Posts

Posted - 20 Jun 2008 :  03:36:30  Show Profile  Visit rmmarsh's Homepage  Reply with Quote
I have two pages (index.php and media.php)... the script to show a graphics label is exactly the same on both pages, as the id of the graphic label.

I am getting an error (the echo'd script) during the rendering on the index.php page...

I refer you to -> http://www.votemarkmays.com ... why the error?

The PHP script is as follows:

<?php

// Browser detection script using PHP Sniff
// http://phpsniff.sourceforge.net

// Set this to the URL for your site
$url='http://www.votemarkmays.com/'; // Trailing slash important!

// Include phpsniff code
require_once ('phpSniff.core.php');
require_once ('phpSniff.class.php');

// Instantiate phpSniff
$phpSniff=new phpSniff();

// Get the browser type and version
//$browserCode=$phpSniff->property('browser');
//$browserVer=$phpSniff->property('maj_ver').$phpSniff->property('min_ver');

// Lookout for IE6 and below
if($phpSniff->browser_is('ie6') || $phpSniff->browser_is('ie5')) {
echo '<script type="text/javascript">document.getElementById("ldheGrLabel2").style.visibility="visible";</script>';
}

?>

Edited by - rmmarsh on 20 Jun 2008 03:46:05

jtarin
Super User

Russia
444 Posts

Posted - 20 Jun 2008 :  15:26:10  Show Profile  Visit jtarin's Homepage  Reply with Quote
Your "Home" link is "404".

Porky
www.pacificwavetour.com
Go to Top of Page

rmmarsh
Super User

USA
396 Posts

Posted - 20 Jun 2008 :  18:02:27  Show Profile  Visit rmmarsh's Homepage  Reply with Quote
duh! thank you... the smallest thing turns out to be the problem...

Thanks again!

R
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000