on 2006 Nov 29 12:11 PM
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??
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.