Home › Forums › JavaScript › similar to frames? › Re: similar to frames?
December 7, 2011 at 10:24 am
#92119
Member
They’re different because frames load complete pages, from html tag to html tag. You’re not doing that here. You’re just using Javascript to hide the element and show it when you want. It’s actually always there.