Advanced Tooltips Support Product Page

Using Tooltip as a Lookup window

Asked 02 Mar 2011 04:56:14
1
has this question
02 Mar 2011 04:56:14 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 07 Mar 2011 13:53:48
07 Mar 2011 13:53:48 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 07 Mar 2011 15:51:26
07 Mar 2011 15:51:26 Walter Barlet replied:
Thanks. I'll try that and get back to you if any other question.

Reply to this topic