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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames Or?? 1

Status
Not open for further replies.

aarushi2001

Technical User
Nov 16, 2005
109
US
Hi Guys,

I am creating a website, where the menu is on left side and as user clicks on menu.. page keeps changing on right side..

My one option is frame? But frames have very bad reputation.. is there an alternative to what I am trying to do? Any suggestions?

I need the left menu cos it consists of vendor info and helps user toggle between diff vendors..
 
Frames Or?... not frames. Do you actually need frames? You've not said whether having the menu reload with the pages is acceptable or not. If so, then why bother with the added hassle of frames at all?

Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
I have a page with menu on left and used be a frame on right, now I use AJAX to get the dynamic content and update the browser, thus eliminating page reloads.

This might also be an option for you.



"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
Hey Playmates! Merry Christmas.

aarushi2001
Two frame framesets are clearly the wave of the future for two reasons:

1. They are a great way to store documents locally as they do not require a server to display navigation (table of contents).

2. They enable a website to be viewed on a palm or handheld device without modification.

see faq215-5692


Clive
 
Hi,

Thanks for the replies.. I finally decided to choose frames as my application requires.

AJAX is a good solution but I dont have time to first learn and then implement.

I do have one problem now, my menu is basically a javascript (tree structure). I want to do two things:
1. I want to change the colour of text based on if and else statements, is it possible?

Aarushi


 
thanks Dan, but how? can u provide some tutorial link or something to help me kickstart?

Thanks Again
 
clFlava :).. its not javascript dependent browsing..

and dont wait: the application isnt accessible to everyone
 
aarushi2001

Whether or not you would need Javascript depends a lot on why you would want to change colors. For example if you just wanted the user to indicate a preferred color scheme then that could be accomplished without Javascript.

However, I think that trying to surf the web without Javascript would render many sites useless.

Clive
 
Clive,

I didnt get you. But basically I would like to give a brief of what I am trying to do:

Basically we register applicants for awards. Applicants are required to fill a questionnaire, which is stored in a database. Individual judges are then required to log in and mark the questionnaires.

Earlier, I was restricting a judge to one test at a time, however, now a judge should have access to all the questionnaire at a time. For which, I have used tree. The need for frames came as I dont want menu to be uploaded everytime. AJAX is a good solution but I dont have time.

Color change: I was thinking, it will be nice if in the tree menu when I display questionnaire name/number of particular candidate to colour it red, green and black to display different status of the questionnaire (like marked, unmarked etc) That is the reason I wanted to use JavaScript for changing text color

Thanks,

Aarushi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top