0

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.

gkidd
  • 199
  • 4
  • 18

1 Answers1

0

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.

Community
  • 1
  • 1
Emmanuel Gleizer
  • 1,990
  • 16
  • 26
  • It's a client application, the computed field is placed in a Page that is placed in a Frame of a frameset. The app will never go online or be displayed in a browser. – gkidd Aug 01 '12 at 14:39