| Author |
I need help
|
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 157
|
|
Iam working on jsp application and I have to make help in that but as an independent application well I tried with javascript with jsp but jsp page comes everytime which I dont want. well any one can help me how to make help as an independent application . well I am wotking with jsp and javascript and beans , and I need some idea about the help to be made in application. Thanks in advance.
|
jasmine kaur
|
 |
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
hai jasmine, try to be more clear.you have already asked for help on the same topic before.why don't you be somemore clear as it is very confusing. jyothsna
|
 |
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 157
|
|
Hello , I want to make a Help in my JSP application .We see help in application in the same manner I have to make help(tab) as a independent application in my JSP application. I hope now its clear .So its still not clear then do tell me. Thanks Helphelp as a independent application.
|
 |
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
ok it's clear that you want to make a help application.so how r you planning to do that and what is the problem. jyothsna
|
 |
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 157
|
|
Hello , Well I embeded javascript in jsp page like this <html> <head> <title>testing Help</title> <script language = "JavaScript"> var winw; winw = window.showModelessDialog("helpindex.html",'dialogHeight=16;dialogWidth=39;status:no;help:no;'); </script> </HEAD> <body> in this code the showModelessDialog window gets open with jsp page but I want only showModelessdialog window only and I tried to use DOM concept also but It failed and I want some another way , well can you tell me another way how to do this. Thanks in advance :roll:
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
are you trying to show it with a key press? you can try onhelp=functionName() <-IE
|
 |
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 157
|
|
Hello , well I tried the onhelp event ,but its doesnt work . Well do tell me something else to make help as an independent application and then call in my jsp application .All the ideas are welcome. Thanks for helping me.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
|
 |
Jasmine kaur
Ranch Hand
Joined: Nov 25, 2003
Posts: 157
|
|
Hello Eric, well I will try this in and see whether it will work or not. Thanks a lot for helping me. Jasmine kaur
|
 |
 |
|
|
subject: I need help
|
|
|