From: Ramesh P. <ra...@in...> - 2003-04-08 12:15:47
|
hi, i am trying to load a simple page using IOElement. The url gets loaded initially but then disappears after a few seconds. Also the loaded page does not I've pasted my code below. I'm doing this inside the <head> tag. Any solutions for this ??? <script language="Javascript"> var d = dynapi.document.addChild(new DynLayer(null,50,50,600,400,'white')); my_io = new IOElement(); my_io.setSize(600,400); dynapi.onLoad(init); function init() { d.addChild(hidden_io); my_io.get("demo.dragover.html"); } </script> thanx ramesh pallikara -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |