Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Microservices Testing (Live Project)
this week in the
Spring
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
HTML Pages with CSS and JavaScript
create help page
manas ranjan mandal
Ranch Hand
Posts: 97
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can any one tell me how help page is create using
jsp
or any other
java
related language as you can seen in any software.there is a tab for help.and how can i open than help page by pressing F1.?
thanks in advance and please help
Bear Bibeault
Sheriff
Posts: 67650
173
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
"Help pages" are just HTML pages like any other. You can either code them by hand, or use an expensive tool like RoboHelp to generate them.
You can define an event listener for the F1 key in order to launch your help pages,
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
manas ranjan mandal
Ranch Hand
Posts: 97
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can you give me some example code when i will press f1 help page will be open automatically?
Bear Bibeault
Sheriff
Posts: 67650
173
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Investigate use of the onkeypress event and the window.open() method.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
It means our mission is in jeapordy! Quick, read this tiny ad!
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
dynamic page
How to add header and footer to dynamically generated page for print
how can i create my pages group on wiki trac?
Attachement in JSP
how to create a user mannual for a jsp page
More...