 |
|
 |
|
|
\n');
}
// JavaScript到Flash通信
function SetFlashFutures(args)
{
window.document.FuturesFlash.SetVariable("FuturesIndex", args);
}
// 设置价格
function SetPrice(args)
{
InformPrice(args);
}
// 设置量
function SetVolume(args)
{
InformVolume(args);
}
// 设置期货
function SetFutures(args)
{
setcommodity(args);
}
//-->
|
|
 |
|
 |
|
|