rakishoner
Technical User
I need some help enableing pages being loaded in an iframe, when focus is brought to text feilds on a form (there are multiple feilds).
The basic idea is that when a user clicks in a text box, the iframe will display a help message particular to that text box, in an iframe to the side of my other iframe(which contains the form), describing what information is needed.
summery:
2 iframes (a and b respectively)
--(a)one has a form, with text feilds, and one text area box
--(b)the other is to display help messages for the text boxs from onfocus events from iframe a.
Thanks a bunch in advance.
P.S. I have the same kind of situation with a drop down menue as well, and it works fine, but cannot figure this out.
The basic idea is that when a user clicks in a text box, the iframe will display a help message particular to that text box, in an iframe to the side of my other iframe(which contains the form), describing what information is needed.
summery:
2 iframes (a and b respectively)
--(a)one has a form, with text feilds, and one text area box
--(b)the other is to display help messages for the text boxs from onfocus events from iframe a.
Thanks a bunch in advance.
P.S. I have the same kind of situation with a drop down menue as well, and it works fine, but cannot figure this out.