i have finally got some content at my new fansite. http://www26.brinkster.com/javaguy/everclear/ hint: use a full screen browser window at at least 800X600 only the song samples and lyrics links work so far as long as you dont put too much content in your menu bar there is no scrollbar between frames
yeah... but what if someone wants to bookmark a page? thats the main thing I hate about frames.
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4089
posted
0
oh yeah....i have had to tell people which link to click at a site because i couldnt send them right to it because of frames...well i didnt want 70+ pages all containing the menu bar code....and it is kind of cool that the lyrics scroll but the menu stays put err navigation bar that is :roll: [ June 22, 2002: Message edited by: Randall Twede ]
Originally posted by Randall Twede: well i didnt want 70+ pages all containing the menu bar code....and it is kind of cool that the lyrics scroll but the menu stays put
So write the thing in JSP and use an include statement to add the navigation text. That way you only have to write the navigation thing once (and thus only make changes in one place) and you avoid those nasty frames.
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
posted
0
if you are thinking of using include then use <jsp:include> else everytime you make some change in your included page then you will end up putting a blank space in each jsp page. [ June 23, 2002: Message edited by: Ravish Kumar ]
"Thanks to Indian media who has over the period of time swiped out intellectual taste from mass Indian population." - Chetan Parekh
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4089
posted
0
the host its on doesnt support jsp...it is an asp site and i dont know asp besides its done now [ June 23, 2002: Message edited by: Randall Twede ]