A
Andrew Poulos
I'm trying to use the String method parseJSON (that is created in the
javascript of a frameset) in one of the frames but I don't know how to
correctly reference it. This:
notes = str.parseJSON();
doesn't seem to work - I get the error "str.parseJSON is not a
function". And this:
notes = str.parent.parseJSON();
also gives a similar error. If I code directly into the frameset I get
the results I expect.
Now I'm not sure where the issue is. How can I use a method that's
defined in a frameset in a frame?
Andrew Poulos
javascript of a frameset) in one of the frames but I don't know how to
correctly reference it. This:
notes = str.parseJSON();
doesn't seem to work - I get the error "str.parseJSON is not a
function". And this:
notes = str.parent.parseJSON();
also gives a similar error. If I code directly into the frameset I get
the results I expect.
Now I'm not sure where the issue is. How can I use a method that's
defined in a frameset in a frame?
Andrew Poulos