cancel
Showing results for 
Search instead for 
Did you mean: 

Error in F4 help/popup

Former Member
0 Kudos
82

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??

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

sreemsft
Contributor
0 Kudos

Hi,

Guess!!! for inputfield it may not work. Try to put a button and when click that button call the F4 help.

Check the below exapmple.

      <htmlb:button id            = "get"
                    text          = "Press Me"
                    onClientClick = "javascript:window.open('Popup.htm','MaterialWindow','width=600,height=400')" />

Thanks,

Sreekanth

athavanraja
Active Contributor
0 Kudos

Hi Sreekanth,

Its a working example (code).

Regards

Raja

sreemsft
Contributor
0 Kudos

Hi Raja,

Thanks for the update

Thanks,

Sreekanth