Char.load Does this look right to anyone?

Does the chart.load stuff look right?
I get almost nothing back…

Any help appreciated…

Jim

================================= HEAD SECTION ========================

Capital Markets
 		<link rel="stylesheet" href="../css/new_emx_nav_left.css" type="text/css" media="screen">
 	<link rel="stylesheet" href="../css/menu_style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../css/vmenu_p.css" type="text/css" media="screen">
<script type="text/javascript">

function onSubmitButton()
{

document.getElementById(“submitButtonDiv”).style.display = “none”;

if (navigator.appName == "Microsoft Internet Explorer") 
{
	document.getElementById("progressBar").innerHTML = "";
	document.getElementById("progressBar").style.display = "block";
	document.getElementById("progressBar").innerHTML = "<img src='progress_bar.gif' alt='Progress Bar'>";
} 
else 
{
	document.getElementById("progressBar").style.display = "block";        
}

}

============== DIV SNIPPET ===================

============================================

============== XML DATA FROM LOAD LOCATION========


30043.64
Aug


2538.8
Jul


33523.06
Jun


28273.36
May


4848.26
Apr


23631.6
Mar


17699.08
Feb


31144.66
Jan

load() method loads data via Ajax. Therefore, the loaded page should be from the same domain as the page that initiated request.

Alexandra,

That is the same domain as the page was loaded from ?

Can you see anything else I am doing wrong here?

I had planned on using almost all of the components from dhtmlx I have a Prof license but
can’t get this graph wich is part of the demo going!

Any help would be appreciated:

Do you have any examples of an xml load via char.load(url,“xml”) ?

Thanks

Jim

The height is set incorrectly for the chart container. You should use : instead of =

Thanks Alexandra I will give it a try.

Jim