I have a computed field on a page in a frame, I need the field to change values depending on the frameset name. Or if there's some other way to do this it would be nice too.
Thank you, I appreciate it.
I have a computed field on a page in a frame, I need the field to change values depending on the frameset name. Or if there's some other way to do this it would be nice too.
Thank you, I appreciate it.
It is difficult to answer since you didn't gave enough detail. I make the assertion that it is a web application: you have a form displayed in a frame (frame or iframe?), client side you should do something like: How to access parent Iframe from javascript or Can't access content of another frame in Chrome Then if you need to display depending of the frameset: put in hidden field the different options. Dynamically display depending of the value you get client side.