-
external loading in NS6
I've been trying to load an external file into a layer with the
following lines of code. Can anyone help out?
var obj = document.getElementById("divlayer");
obj.innerHTML = document.frames['nameframe'].document.body.innerHTML;
obj.document.frames[nameframe].document.location = newurl
Thanx in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|