Advanced Tooltips Support Product Page

Using Tooltip as a Lookup window

14 years ago Walter Barlet posted:
I'm trying to use the tooltip as a lookup value window:
onclick="opener.document.form_formname.fieldID.value=<%=(rs.Fields.Item("field".Value)%>;self.close()"
How could I implement this code?

Replies

Replied 14 years ago
14 years ago Miroslav Zografski replied:
Hello Walter,

You need to work as within an iFrame. You can use document.parent. instead of opener.document. Also I would advice you to set hide tooltip on the input onChange or onBlur event instead inside the tooltip.

Regards,
Replied 14 years ago
14 years ago Walter Barlet replied:
Thanks. I'll try that and get back to you if any other question.

Reply to this topic