473,378 Members | 1,370 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

> > > > USER FRIENDLY NAVIGATION BUTTON BAR < < < <

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
Jul 23 '05 #1
7 2974
jo**@Aumara.zzn.com (Jose Cuthberto) wrote in
news:cf**************************@posting.google.c om:
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.
Professional often costs money.
I know C. I used to know java and C++. totally forgotten.
Amazing. That is like saying I forgot how to walk, talk, and swim.
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.


Got Paypal too? :-D. I can do what you want, and fast. (Though not in
JavaScript). mail at johnbokma dot com.

--
John MexIT: http://johnbokma.com/mexit/
personal page: http://johnbokma.com/
Experienced programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
Jul 23 '05 #2
John Bokma <po********@castleamber.com> wrote in message

Professional often costs money.

Got Paypal too? :-D. I can do what you want, and fast. (Though not in
JavaScript). mail at johnbokma dot com.


Hate to prick your bubble:

I am reading a javascript book.
I can also surf web sites with javascript based button solutions and
try to read the code myself. Then rewrite it according to my preferences.

However, in this endeavor, if there are any kind souls willing to help
do not hesitate. We are into sharing knowledge and information.

javascript is an object based language. I already finished writing a
F<->C page, with hidden variables. functions, window.open,
window.close, document.open, document.write, document.close etc.

I can pick it pretty fast. Javascript reads almost like english, if
you know C and html. and know sth about objects, methods, even handlers etc.

The old used book cost me $10 only and bought 4y ago. it has all the
basics, html, java, javascript, perl, vbasic, activeX etc.
both intro examples, getting started and reference sections.

so any kind soul willing to share info is welcome

jose
Jul 23 '05 #3
In message <cf**************************@posting.google.com >, Jose
Cuthberto <jo**@Aumara.zzn.com> writes
John Bokma <po********@castleamber.com> wrote in message
Professional often costs money. Got Paypal too? :-D. I can do what you want, and fast. (Though not in
JavaScript). mail at johnbokma dot com.
Hate to prick your bubble: I am reading a javascript book.
[Snip]
javascript is an object based language. I already finished writing a
F<->C page, with hidden variables. functions, window.open,
window.close, document.open, document.write, document.close etc.


Isn't that usually the second example given in such books, after the
'hello world' script? :)

I think you'd be better off using server side scripting, such as Perl or
PHP, to achieve what you want.

[Follow-up change to alt.html and comp.lang.javascript]
--
Martin Jay
Jul 23 '05 #4
jo**@Aumara.zzn.com (Jose Cuthberto) wrote in
news:cf**************************@posting.google.c om:
John Bokma <po********@castleamber.com> wrote in message

Professional often costs money.

Got Paypal too? :-D. I can do what you want, and fast. (Though not in
JavaScript). mail at johnbokma dot com.
Hate to prick your bubble:

I am reading a javascript book.


You will not find what you want there, I guess / am afraid.
I can also surf web sites with javascript based button solutions and
try to read the code myself. Then rewrite it according to my
preferences.
Which will take you a big deal of time, and frustration. You will
discover that it's not going to work, or not as easy.
However, in this endeavor, if there are any kind souls willing to help
do not hesitate. We are into sharing knowledge and information.
Sure, that's what I always say when I shop :-D.
javascript is an object based language. I already finished writing a
F<->C page,
Amazing :-D.
with hidden variables. functions, window.open,
window.close, document.open, document.write, document.close etc.

I can pick it pretty fast. Javascript reads almost like english, if
you know C and html. and know sth about objects, methods, even
handlers etc.

The old used book cost me $10 only and bought 4y ago.
Then it's severly out dated :-D.
it has all the
basics, html, java, javascript, perl, vbasic, activeX etc.
both intro examples, getting started and reference sections.
Ah, an Unleashed book, or some equally crappy book? Good luck then.
so any kind soul willing to share info is welcome


I, if you share some info using PayPal ;-)

You either do it yourself or pay for it. That's how it works. Usenet is
not a free help desk.

--
John MexIT: http://johnbokma.com/mexit/
personal page: http://johnbokma.com/
Experienced programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
Jul 23 '05 #5
Martin Jay <ma****@spam-free.org.uk> wrote in
news:Ax**************@aio.spam-free.org.uk:
I think you'd be better off using server side scripting, such as Perl or
PHP, to achieve what you want.


Perl, to do the transformation once. But the OP is looking for a free ride.
TANSTAAFL

--
John MexIT: http://johnbokma.com/mexit/
personal page: http://johnbokma.com/
Experienced programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
Jul 23 '05 #6
John Bokma wrote:
I am reading a javascript book.


You will not find what you want there, I guess / am afraid.


.... / hope?
javascript is an object based language. I already finished writing a
F<->C page,


Amazing :-D.


Do you really believe anyone in a sane mind would want a business
relationship with a partner of your attitude?
so any kind soul willing to share info is welcome


I, if you share some info using PayPal ;-)

You either do it yourself or pay for it. That's how it works. Usenet is
not a free help desk.


Usenet is not an advertising arena for your own commercial services
either. It's a place where you can share information for free,
according to certain community rules. As such, it's more of a help desk.

If you know the solution to a poster's problem, you can either help him
out or keep silent. This "I have a solution for you, but it'll cost you
a few bucks, otherwise I'm not telling" attitude of yours is definitely
not what Usenet is about.

Philipp
(f'up2 comp.lang.javascript)
Jul 23 '05 #7
Philipp Reichmuth <re*******@caesar.de> wrote in news:2rsoiaF1d8s42U1
@uni-berlin.de:
John Bokma wrote:
I am reading a javascript book.
You will not find what you want there, I guess / am afraid.


... / hope?


Sure.
javascript is an object based language. I already finished writing a
F<->C page,


Amazing :-D.


Do you really believe anyone in a sane mind would want a business
relationship with a partner of your attitude?


Do you really think I want a customer like that ;-)
so any kind soul willing to share info is welcome


I, if you share some info using PayPal ;-)

You either do it yourself or pay for it. That's how it works. Usenet is not a free help desk.


Usenet is not an advertising arena for your own commercial services
either. It's a place where you can share information for free,


Yup, *share*, not demand free rides.
according to certain community rules. As such, it's more of a help desk.

It isn't. A help desk is not sharing information for free.
If you know the solution to a poster's problem, you can either help him out or keep silent.
That's not up to you to decide, and if you have been on Usenet for some
time you know that this is rarely how it goes.
This "I have a solution for you, but it'll cost you
a few bucks, otherwise I'm not telling" attitude of yours is definitely not what Usenet is about.


He asked for a professional solution. And those cost money by at least
one defintion of profession.

Also in <Xn*************************@130.133.1.4> I hinted at using Perl
to do the transformation.

There is plenty of free documentation available on Perl. But beware, if
the OP comes to the "Perl groups" asking for a free professional
solution, and quick, he will be greeted with way less friendly replies
than mine.

The OP was not "sharing information", he was IMNSHO demanding a
solution. He even gives guidelines of how we can tackle his problems.

--
John MexIT: http://johnbokma.com/mexit/
personal page: http://johnbokma.com/
Experienced programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

44
by: Jim M | last post by:
I have had great success with using <iframe> with overflow-y set to auto. I can get a similar look with the <iframe> tag. BUT... In all cases I need to have fixed heights. Is there a way to...
5
by: Mark Preston | last post by:
Admission first - I don't actually have a problem here but have noticed that a lot of people have been asking similar questions and getting very varied answers. What I've done is to sort of...
11
by: Les Paul | last post by:
I'm trying to design an HTML page that can edit itself. In essence, it's just like a Wiki page, but my own very simple version. It's a page full of plain old HTML content, and then at the bottom,...
2
by: Andrew Donaldson | last post by:
I'd welcome some help in understanding what's going on with graphical browsers in the navigation list at: http://www.bounceandtickle.org.uk/index.html (This site is not about what it might...
22
by: stephen | last post by:
I have created an order form that users javascript to create a new html document when the customers clicks the "print page" button. Once the new document has been created it then prints the...
5
by: Syl | last post by:
Hello experts!! The top menu navigation bar displays perfectly in IE, but does not display properly in Mozilla or Netscape : http://checkeredshirt.com/textonly.html For some reason the non-IE...
5
by: Nathan Sokalski | last post by:
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE" tagName="Banner" src="~/Banner.ascx"/> <add tagPrefix="NATE"...
6
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - I have <a href="javascript:somefunction()"what .... ?...
23
by: Stanimir Stamenkov | last post by:
I want to find out whether the following usage of the "Bookmark" link type is o.k. An example could be seen at <http://www.geocities.com/stanio/more/horoskop.html>. The text is in Bulgarian and...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.