Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Who to write small web page.

Status
Not open for further replies.

amarg

Programmer
Nov 19, 2002
106
IN
Hi,

I have just very elementry knowledge about HTML or any web related things. But just now I want to do somthing to rearrange my html page ( these are bills ).

For example I have 50 different html page in one dir. Every page is having the different name. Everytime when I have to find a page I have to scan the name and then open that HTML file in IE.

I want to make some application ( in any language perl or javascript) which will make a another HTML page. On this page left side I can see the links for all the pages in this dir and right side the page itself. Now I can switch in between two bills easy. This will make my life easy.

Please help me ...

Regards,
Amar
 
The easiest way would be to use a frameset with 2 frames. Lets call them "left" and "right".

In the left frame load your "perl or javascript" that lists the files in the directory and makes them links with their target attribute set to "right".

Then when you click one, it will load that page in the right of your frameset.


Were you asking for someone to give you the actual code to list the files in the directory?

Foamcow Heavy Industries - Web design and ranting
Target Marketing Communications - Advertising, Direct Marketing and Public Relations
I wonder what possesses people to make those animated gifs. Do you just get up in the morning and think, "You know what web design r
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top