This is a discussion on "HTML frame development!" within the Web Page Design section. This forum, and the thread "HTML frame development! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
HTML frame development!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hello, From last some days i am looking for a thing to learn in HTML that will give a new look to my site!!! the thing is Set of frames!
I mean I will have 2 frames on my Index.html! Frame A will be a small bar on the left which will contain other links of my other web sites and services! Frame B will show index file! NOW the problem is i want when some on click on any link in Frame A, the link must be loaded/navigated in Frame B and Frame A should not go any where should stay on where it is! let me give an example! you can go to ; http://www.hmonitor.net and have a look on their Frame! if you click on any thing in frame a suppose you click on Download the Frame B will get download page on it and Frame A will stay as it is!!! So please help me for this!!!! i hope many web masters will help me! I will be very thankful to all the helpers! waiting for answer!! FAISAL! |
|
|
|
||||
|
Re: HTML frame development!
Stop!
Frames are not good! Use PHP includes. I will try and find the article, it explains everything.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: HTML frame development!
Agree with Alex on this, Frames died about 7 years ago. First thing is to not go that route. Like Alex has suggested you can use includes to make it where you only have to edit 1 page for each item instead of multiple pages for the same items. Also, you can use CSS to make the static links on the left side if you would like, so that isn't an issue either.
First you need to know if your host provides support for ASP or PHP. If it supports ASP:
If it supports PHP:
Hope that helps
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
|
|
|||
|
Re: HTML frame development!
But if you decide you want to go and use frames (I dont see why you would)
The bit of code you need goes in your <A HREF target="frameBname" src="page.html"> Change the frameBname to your B Frames name. But i do suggest using php includes!! Good luck ~Dean |
|
||||
|
Re: HTML frame development!
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
|||
|
Re: HTML frame development!
Quote:
well here the code you gave up here the problem is when i insert in my Frame a file! it don't show any thing i mean tehere in no text like "contact us" so it will load contact.html in the Frame B! so please help me regarding to that!!! |
|
||||
|
Re: HTML frame development!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: HTML frame development!
Quote:
PHP is much more powerful than frames. I used to use SSI instead of PHP for includes, but once I learned PHP I was able to save myself a LOT of work by programmatically including items ("if this, then include that" or "take this variable and plug it into all three of those gaps"). |
|
|||
|
Re: HTML frame development!
Quote:
Can you explain your problem better please? I dont understand. !! - EDIT - !! I get ya, Ok, so its: <A HREF target="frameBname" src="contact.html">Contact Us</a> Hope that helps. ~Dean Last edited by Bravo81; Jan 19th, 2008 at 13:35. Reason: Update |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a HTML frame inside a Flash? Is this possible? | toenick | Starting Out | 1 | Mar 30th, 2008 12:03 |
| EASY PEASY Displaying frame address in another frame question | molotov | JavaScript Forum | 3 | Nov 20th, 2007 17:29 |
| when this frame loads in flash, print this text in html... | cosmicbdog | Flash & Multimedia Forum | 13 | Jun 7th, 2007 16:54 |
| html form nested frame target | sj700 | Web Page Design | 1 | Nov 30th, 2005 08:51 |
| <frame> | Fox | Web Page Design | 1 | Aug 26th, 2005 20:58 |