| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Oct 2004 Location: Florida
Posts: 384
![]() | Top Frame Hey, I want to make something like what google images or http://www.brookfresh.co.uk/ uses. I want my customers to be able to preview the software and such but with a top frame so I can put a back link and usr/pass info and such... Can anyone tell me how I could achieve this. NP$ Dontations. |
| |
| | #2 (permalink) |
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() | index.html place Code: <frameset rows="80,*" frameborder="NO" border="0" framespacing="0"> <frame src="topframe.html" name="topFrame" scrolling="NO" noresize > <frame src="bottom.html" name="mainFrame"> </frameset> ????: NamePros.com http://www.namepros.com/programming/55413-top-frame.html topframe.html would have the information at the top and bottom would have the information etc frames arent really a good idea tbh because not too good with search enginges |
| |
| | #4 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | you can call any page you want into a frame makes no odds, no need to change any coding to the page going into the frame
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |