sly_foxx68 0 Posted October 25, 2005 Report Share Posted October 25, 2005 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 Quote Link to post Share on other sites
actionsketch 0 Posted October 25, 2005 Report Share Posted October 25, 2005 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. Quote Link to post Share on other sites
sly_foxx68 0 Posted October 25, 2005 Author Report Share Posted October 25, 2005 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. <{POST_SNAPBACK}> 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 Quote Link to post Share on other sites
zeehond 0 Posted November 3, 2005 Report Share Posted November 3, 2005 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<{POST_SNAPBACK}> put the iframe in the layer (div) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.