cancel
Showing results for 
Search instead for 
Did you mean: 

Error in F4 help/popup

Former Member
0 Kudos
86

I tried a popup help as shown below...

<htmlb:inputField id = "empid"

showHelp = "true"

value = "<%= empid %>"

onValueHelp = "window.open('emppop.do','Emp Details','width=400,height=500')" />

But when I tried to click for that nothing is displayed but in the page status bar it is showing 'Error on page'. It seems like a javascript error...How can resolve it??

View Entire Topic
Former Member
0 Kudos

Hi,

maybe you can be helped with these weblogs:

<a href="/people/koen.labie2/blog/2006/09/28/showhelp-functionality-with-pop-up:///people/koen.labie2/blog/2006/09/28/showhelp-functionality-with-pop-up

<a href="/people/koen.labie2/blog/2006/11/17/showhelp-functionality-with-pop-up--part2:///people/koen.labie2/blog/2006/11/17/showhelp-functionality-with-pop-up--part2

grtz

Koen

Former Member
0 Kudos

My question is simple and am not expecting any blogs..

is it an error with Internet Explorer?

Kindly do not send any link to blogs..this is simple one...

Am waiting for genuine answers...

Thanks for your valuable patience..

athavanraja
Active Contributor
0 Kudos

change the code as shown below.

<htmlb:inputField id          = "empid"
                        showHelp    = "true"
                        value       = "<%= empid %>"
                        onValueHelp = "javascript:window.open('emppop.do', '_blank', 'Emp Details','width=400,height=500');" />

Regards

Raja

Message was edited by:

Durairaj Athavan Raja

Former Member
0 Kudos

edited

Message was edited by:

Koen Labie

athavanraja
Active Contributor
0 Kudos

Hi F1 help.

Did you try the code i had posted.

Raja