From: Robin B. <ro...@re...> - 2002-12-13 18:51:24
|
After looking at dynapi 2.9, jsrs and various other javascript resources I came up with this example http://www.jessikat.fsnet.co.uk/rgb_rcp/index.html http://www.jessikat.fsnet.co.uk/rgb_rcp/rgb_rcp.js http://www.jessikat.fsnet.co.uk/rgb_rcp/trcp.html of javascript dynamic form loading. This seems to work OK for NS4.x, IE5.0, IE6.X Moz 1.x, but I don't know how to do Opera 5. Also I found that IE5.0x was fairly fragile and hard to get working properly, in particular using innerHTML += '<.....>' instead of insertAdjacentHTML('beforeEnd','<....>') caused IE 5.0 to seg fault. Any comments/test reports are welcome as well as any advice. -- Robin Becker |