|
|
Q958 How can I export and import functions, objects and properties?
irt.org | Knowledge Base | JavaScript | Misc | Q958 [ previous next ] Q958 How can I export and import functions, objects and properties?The following will export and import all of the functions, objects and properties from one frame to another. Note, that it requires the explicit JavaScript1.2 language to work, and it is only supported in Netscape Navigator, and then it does not work on the Unix platform.
In test.htm:
In test2.htm:
|
-- div -->
|