Load page/image html - how to?

liunx

Guest
I am very new to html / xhtml / java etc.. I am trying to design a site... I but can not figure out the effect that I am looking for! I want to be able to click on a button & have only a certain section load... I don't want the entire site to reload eveytime a button is clicked. I don't mean overlay or roll over... I don't want it to open in a new window either. Here is a site that uses the effect that I am looking for but it is designed in Flash. <!-- m --><a class="postlink" href="http://www.ultrashock.com/">http://www.ultrashock.com/</a><!-- m --> for example if you click on "flash 4" if just reloads that section within the site itself. Hope this makes sense!!<br />
<br />
Thank you in advance for any suggestions! I have been searching google for days & just can't find it... I have a few html books as well but it doesn't tell me how to do this.<!--content-->That's a Flash page. It has nothing to do with HTML.<!--content-->That's the entire point of my question as stated "Here is a site that uses the effect that I am looking for BUT it is designed in Flash" That is what I am trying to figure out how to do in html... thanks anyway<!--content-->Originally posted by ray326 <br />
That's a Flash page. It has nothing to do with HTML. <br />
I was surprised to find out that it does have something to do with HTML. I assumed they would have achieved the effect using pure flash, but it looks like they have implemented an Iframe (<!-- m --><a class="postlink" href="http://www.w3schools.com/tags/tag_iframe.asp">http://www.w3schools.com/tags/tag_iframe.asp</a><!-- m -->).<!--content-->i think what u r looking for is Frames! or iFrame as Paul mentioned.<!--content-->Originally posted by BigBlondeBeauty <br />
That's the entire point of my question as stated "Here is a site that uses the effect that I am looking for BUT it is designed in Flash" That is what I am trying to figure out how to do in html... thanks anyway Sorry. I couldn't figure out what you were talking about because I couldn't find a "Flash 4" link anywhere on the page. You can get that effect with either an iframe or a div loaded using the Inner Browsing technique described on Netscape's DevEdge.<!--content-->
 
Back
Top