473,407 Members | 2,629 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,407 software developers and data experts.

instead of frames

Bob

Hi Folks!

I have a web page comprised of 3 frames. www.OrderingMadeEasy.Com/

(You need to click the "Order Now" link.)

I want to get rid of the frames and I can easily merge the top 2
frames. But what can I do with the bottom frame?

Does anyone know how to create a page that has a bottom section which
always remains visible?

Thanks-In-Advance
Bob

Aug 31 '05 #1
6 2209
"Bob" <Go****@Yahoo.Com> wrote:
Hi Folks!

I have a web page comprised of 3 frames. www.OrderingMadeEasy.Com/

(You need to click the "Order Now" link.)

I want to get rid of the frames and I can easily merge the top 2
frames. But what can I do with the bottom frame?


You have 3 sections (as you said), a header, a footer, and a scrolling main
content section.

This is easily achieved using 3 divs: a header, a footer, and a scrolling
main content section!

You'll end up with 2 scrollbars, but if you can live with that (or if
someone can tell you how to hide the scroll bars for the page), it'll do
just what you want.

--
J.B.Moreno
Aug 31 '05 #2
Bob,

Your bottom frame contains functions to complete the sale. I think
most buyters will be used to seeing that information at or near the
top. Look at other shopping sites and you'll see that checkout and
shopping cart are always at the top.

If you still need a footer with some other information, just put it
after the long ordering section--it won't be visible until the user
scrolls to the bottom, but people are used to that.

On my web sites I use a single html file for the footer and have it
repeated on the bottom of each page by inserting them via SSI.

Charlie
http://FlyingSam.com

Aug 31 '05 #3
"Bob" <Go****@Yahoo.Com> wrote:
I have a web page comprised of 3 frames. www.OrderingMadeEasy.Com/

(You need to click the "Order Now" link.)
Nowt happens here due to this stupidity: <a href="javascript:subFrm()">
don't use javascript for anything essential.
I want to get rid of the frames and I can easily merge the top 2
frames. But what can I do with the bottom frame?
Get rid of it also.
Does anyone know how to create a page that has a bottom section which
always remains visible?


Stop wanting that.

--
Spartanicus
Aug 31 '05 #4
I agree with the idea of splitting the page up with divs, and also putting
shopping links at the top instead of the bottom. I think that's a good way
to do it.

What I would suggest you do is to visit another site that performs a similar
function to yours and emulate that if it seems to work well. Try
[pizzahut.com] and [papajohns.com] for pizza ordering ideas.

There is something to be said about being original, but when it comes to
customer interaction, consistency is the key for everyone to be able to
easily use your system. That's why every brick and mortor store has cattle
lanes to checkout through. There may be better ways to do it (I've seen
Best Buy try a different aproach in some stores that seems to work well
during holiday rushes), and there are definately more creative ways, but in
the end you go with the norm to avoid confusion.

I don't agree with eliminating JS all together like Spartanicus suggested -
although I wouldn't rely on it. Using a normal A tag with a JS resize would
be fine, but don't require JS to open the window. Just in case JS is
disabled you page still needs to function - even if it doesn't look
perfect - it should still 'work'. But c'mon with the right-click
copyright... that's really a joke. Anyone who would want to look at your
code (namely those trying to help you right now) knows enough that the JS
right-click protection isn't protection at all and if they aren't smart
enough to get around that, then they aren't smart enough to need protecting
against.

Lastly, I personally wouldn't visit your page ever again if I was a
customer, and if I was purchasing something, I'd cancel the purchase and
leave... why? Because you forced the window to max and that's quite rude.
I run a rather high resolution and a max window is REDICOULOUSLY big for me.
No, not everyone is like me, but forcing a windows resize is just plain
rude, period.

I personally don't believe a developer should do anything to alter the
user's default window size unless it's a picture popup type of situation and
you want a smaller window so not to waste space. But opening a new window
of a certain size is more acceptable vs a forced max.

Honestly though, if a user goes to your page and it doesn't fit, don't you
think they'll max the window or resize it themselves? Besides, you
shouldn't make a page that relies on being a certain size anyway... that's
one of those 'best practices' that we all need to get better at. What if
the user is for some aweful reson running 640x480? The site should still
'work' even if it doesn't look as you intended.

A side note about your force max - you've used a resize to a certain size
method combined with not allowing the user to resize the window. What this
did to me was max the window, but since that pisses me off, I double-clicked
on the window's title bar and it restored to my normal browser size. From
there though, I didn't have any more control over the window size. Just a
glitch I thought I'd pass on.

-----------
Shawn Wilson
"Bob" <Go****@Yahoo.Com> wrote in message
news:11********************@g14g2000cwa.googlegrou ps.com...

Hi Folks!

I have a web page comprised of 3 frames. www.OrderingMadeEasy.Com/

(You need to click the "Order Now" link.)

I want to get rid of the frames and I can easily merge the top 2
frames. But what can I do with the bottom frame?

Does anyone know how to create a page that has a bottom section which
always remains visible?

Thanks-In-Advance
Bob

Aug 31 '05 #5
"Shawn Wilson" <sh****@dvigroup.net> wrote:
I don't agree with eliminating JS all together like Spartanicus suggested -


I suggested no such thing.

--
Spartanicus
Aug 31 '05 #6
I'm sorry, the time between me reading your response and me writing mine was
too long... I remembered your stance incorrectly.

I stand corrected.

---------
Shawn Wilson

"Spartanicus" <in*****@invalid.invalid> wrote in message
news:mj********************************@news.spart anicus.utvinternet.ie...
"Shawn Wilson" <sh****@dvigroup.net> wrote:
I don't agree with eliminating JS all together like Spartanicus
suggested -


I suggested no such thing.

--
Spartanicus

Aug 31 '05 #7

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

Similar topics

2
by: les | last post by:
Hello, I just wonder what are the implications to use frames to build portal. I've seen some sites that are quite fast with frames but I just wonder if there are hidden "costs". I've tried to...
40
by: JohnnyCJohnny | last post by:
Is it pretty safe to say that almost all web surfers now use browsers that are Frames compatible? What are most people using these days? IE? Thanks
8
by: lawrence | last post by:
Under the domain publicpen.com I've several dozen sites in subdiretories, such as www.publicpen.com/honenbeger. I've no trouble with any of these sites. But under one, which I put in yesterday,...
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
95
by: Neal | last post by:
Of course, every frame site I've ever seen has reduced usability and all. We've been through this before. But as frameset is still a part of HTML, there must be some legitimate use for it, hmm?...
25
by: Steal | last post by:
Hi at all I try to validate this page using the link: http://validator.w3.org/ but it return that this is not a valid HTML 4.01 page please where is it error? Steil <!DOCTYPE HTML PUBLIC...
5
by: Dfenestr8 | last post by:
Hi. I'm designing a site, and I'm trying find a way of browsing it without using frames, so I can test the <noframes> </noframes> tags. I use a linux mandrake 10 system, with KDE 3.2. Is there...
2
by: San Diego Guy | last post by:
Hi all! I'm relatively new to ASP.NET.. I'm writing an app that has some controls on the top that I want to remain there throughout the site. I started doing this in frames, but then saw a bunch...
8
by: UJ | last post by:
I've got a page where I want to have three frames or areas. On the left - two rows - on the right a single area. Thing is - on the right - I need to load a web page for preview use. From what...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.