O
Oscar
Is it possible to read the values of an IFrame (textboxs, labels...)
from the master page?
Really thanks
- Oscar -
from the master page?
Really thanks
- Oscar -
Steve C. Orr said:Yes, with some client side script.
Here's some JavaScript that should give you a rough idea:
Alert(MyFrameName.document.Form1.MyTextBox.Value);