I have a major problem. I have a quiz that loads after a registration process and IE will not display the form. Chrome works perfectly, however, most people are still using IE because it’s what comes standard on Windows based computers.
Here is the link.
dashboard.vision588.com/studentQuiz.php?stid=206
I even tried a very basic form test just for IE and it won’t even load a single input.
dashboard.vision588.com/ieFormTest.php?stid=206
The main registration form works good in IE, as long as you don’t open the form elements using a drop down, it hangs for some reason.
Any advise would be helpful.
Andrei
March 11, 2013, 8:51am
#2
Hi
try to move js code into onload section and script into head section
[code]
[/code]
I have tried that and it still does not load at all.
Any other suggestions?
Andrei
March 20, 2013, 8:28am
#4
attach standalone demo then?
It will not let me attach my files, so here is the copy and paste code.
------ start copy ---------
<?
$STID = $_GET[stid];
?>
Vision 58:8 - Student Pastor Dashboard v2.0
html, body {
width: 100%;
height: 100%;
margin-top: 0px;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Student Pastor Dashboard</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="topPan"> <a href="http://dashboard.vision588.com/"><img src="v588Logo.jpg" alt="Vision 588" border="0" class="logo" title="Vision 588"/></a>
<p>Student Quiz</p>
</div>
<div id="bodyPan">
<div id="bodyLeftPan">
<h2>Student Quiz</h2>
<p></p>
<div id="quizContainer" style="position:absolute; width:700px; height:600px;"></div>
</div>
</div>
<script type="text/javascript">
</script>
---- End copy ------
Andrei
March 21, 2013, 9:37am
#6
Hi
please read carefuly this topic viewtopic.php?f=17&t=25321
unfortunately just init scripts is not enough. you can send your demo by email support@dhtmlx.com , please include link to this thread
Andrei
March 27, 2013, 9:01am
#7
Hi
got email. IE reports doOnLoad() is undefined
I recommend you to use the following struct for html page:
for now you have extra html, head and body tags in another body