Jump to content

Page into the layer


sly_foxx68

Recommended Posts

Hi all, Not sure if this is the right place to post but I am gonna give it a shot since I am dealing with a layer.I want to have a page load into a layer. The layer is 650px X 658px. I would like it when someone clicks on a link on my page that the page will load in the layer. Again not sure if this is the right place but I have been looking for days now :-)Thanks All Brian

Link to comment
Share on other sites

layer? If you're refering to <layer> then you should start using <iframe> instead. <layer> isn't W3C compliant. And, if I'm right about that first part... then here's the answer to your question!

<iframe name="myLayer" src="index.htm"></iframe><br><br><a href="blah.htm" target="myLayer">Click</a> to change the page shown in the iframe.

Link to comment
Share on other sites

layer? If you're refering to <layer> then you should start using <iframe> instead. <layer> isn't W3C compliant. And, if I'm right about that first part... then here's the answer to your question!
<iframe name="myLayer" src="index.htm"></iframe><br><br><a href="blah.htm" target="myLayer">Click</a> to change the page shown in the iframe.

I am actually refering to <div>. I am trying to get a page to load into a <div> when I click on one of my NAV buttons. I am still new here :-) ME=NOOBBrian
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...