J
Jose Cuthberto
WRAPPER CODE FOR A SET OF HTML FILES, AND BUTTON BAR LOOKS LIKE BELOW:
|< < [1 of 7] <> > >| => <= O' (magnifying glass for small gif text)
I have a number of isolated html files for a 1000 page html document.
The .htm files have associated gifs, anchors, using NAME and HREF attributes.
The htmls are all flat, ie in the same directory but they are named
like chapsec_subsec_page.htm, specifically, a1_1_page_20.htm.
The gifs are in a separate directory, and addressed relatively.
The htmls have internal cross references using anchors mentioned above.
But there are no links or buttons to move from page to page,
to the end of section, forward or backward, etc.
|< < [1 of 7] <> > >| => <= O' (magnifying glass for small gif text)
something like the above, or as many features. These features i have
seen in some other html sites.
I would like to write some kind of wrapper javascript to enable this
functionality, if possible, so that i have to do minimal changes to
the actual htmls.
Secondly, can someone give me precise meanings of the buttons and the
bars in the button bars above? One would also want such a button
bar at the bottom of the page.
I would also want to find out how to convert this multi page html
directory which is essentially flat, into a single file. The copying
takes a lot of time due to bits.
Can the htmls also be turned into a single chm type file that has all
the gifs included? and can this be returned back? if it cannot be
returned back, is there a simple script that can convert htmls into
chm with a single click so that it can be distributed in this form
for covenience of users to convert if they want?
I know these are many questions. I hope several people can attack
various aspects of it that they are most familiar with. The questions
are really in the order of most important being first.
---
What help do i need?
I suppose one can write a html list and sublist with anchors
in them. but that is not professional, and is only the first
page.
I know C. I used to know java and C++. totally forgotten.
but i remember the overloaded + used to write string concatenation.
I know the loops are similar. If someone gives me a skeleton
in javascript, i can sure customize it.
Thats what I would probably need.
jose
|< < [1 of 7] <> > >| => <= O' (magnifying glass for small gif text)
I have a number of isolated html files for a 1000 page html document.
The .htm files have associated gifs, anchors, using NAME and HREF attributes.
The htmls are all flat, ie in the same directory but they are named
like chapsec_subsec_page.htm, specifically, a1_1_page_20.htm.
The gifs are in a separate directory, and addressed relatively.
The htmls have internal cross references using anchors mentioned above.
But there are no links or buttons to move from page to page,
to the end of section, forward or backward, etc.
|< < [1 of 7] <> > >| => <= O' (magnifying glass for small gif text)
something like the above, or as many features. These features i have
seen in some other html sites.
I would like to write some kind of wrapper javascript to enable this
functionality, if possible, so that i have to do minimal changes to
the actual htmls.
Secondly, can someone give me precise meanings of the buttons and the
bars in the button bars above? One would also want such a button
bar at the bottom of the page.
I would also want to find out how to convert this multi page html
directory which is essentially flat, into a single file. The copying
takes a lot of time due to bits.
Can the htmls also be turned into a single chm type file that has all
the gifs included? and can this be returned back? if it cannot be
returned back, is there a simple script that can convert htmls into
chm with a single click so that it can be distributed in this form
for covenience of users to convert if they want?
I know these are many questions. I hope several people can attack
various aspects of it that they are most familiar with. The questions
are really in the order of most important being first.
---
What help do i need?
I suppose one can write a html list and sublist with anchors
in them. but that is not professional, and is only the first
page.
I know C. I used to know java and C++. totally forgotten.
but i remember the overloaded + used to write string concatenation.
I know the loops are similar. If someone gives me a skeleton
in javascript, i can sure customize it.
Thats what I would probably need.
jose