Hi All,

I am stucked in a issue which is related to Rhino script.

I am trying to reload my form from one of my js.
I have binded "parent" object with one of my class object.
when I put an alert on parent or parent.parent, it gives null but when i put
alert on parent.name then I get appropriate values.

My main problec is that I am getting my form object with the following line
of code :
parent.parent.document.frames["abc"].forms[0] , I get the proper form value
but now my task is to fire submit() command on this form object , which is
giving error that submit is not a function , may be i have to define this in
my class which I have binded with the "parent" object.

I am badly stucked . Anyone have any clue about this?

Thanks ,
Shekhar

Reply via email to