Sending customers a link to a part of our web. Having problems help!!

  • Thread starter Thread starter Michael Hemphill
  • Start date Start date
Is this a new domain? My machine couldn't find it. How about posting the
public IP address?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Here's a simple way to do that -

Create a NEW FRAMESET that contains exactly that frame with the navigation
frame. That frameset will not be linked to from any other page in your
site, but it WILL allow you to give someone a link to it and not give you
the bare content page. If you have several pages like this, you could
create a separate frameset for each.

This is the tip of the "frameset hell" iceberg (an oxymoron, so to speak!).
It's one of the many reasons that frames are usually *not* the right layout
choice simply because of all the nasty and sometimes tedious workarounds you
must implement to get around problems such as this....
 
That is the drawback of using frames.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
I'm using the frame pages becuase i hate having to have
my logo top banner re-load at every page. Is there
anyway outside of a frame page to do this.
 
Sure. If your pages are svelte (50K or less), you will never see any new
images loading because they will come in so quickly. In addition, once a
graphic has been fetched from the server, it will be cached in the local
browser cache, and reloaded from there. In this case you will never notice
it at all.

Take a look at my site and browse from page to page. Do you notice the page
refresh? If you do, is it distracting?

http://www.great-web-sights.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top