iframe just in fixed area that i wanted

This is a discussion on "iframe just in fixed area that i wanted" within the Web Page Design section. This forum, and the thread "iframe just in fixed area that i wanted are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 30th, 2007, 23:00
Junior Member
Join Date: Apr 2007
Location: jakarta
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
iframe just in fixed area that i wanted

i need a fixed width area 200 x 300 from others page


what code that i need to add?


maybe using margin


what code that i need to add?


this is basic iframe code





Quote:
<iframe src="http://www.otherssite.com/otherspage.html" scrolling="no" width="200" height="300"></iframe>
Reply With Quote

  #2 (permalink)  
Old Dec 1st, 2007, 04:16
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: iframe just in fixed area that i wanted

I think the iframe code you have should work. If not, could you explain a little more? I'm not sure what you want to achieve...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Reply With Quote
  #3 (permalink)  
Old Dec 1st, 2007, 06:00
Junior Member
Join Date: Apr 2007
Location: jakarta
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: iframe just in fixed area that i wanted

yes, if i use above code i just get upper part from the page

i need to get middle part from the page not the upper
Reply With Quote
  #4 (permalink)  
Old Dec 1st, 2007, 06:53
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,296
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: iframe just in fixed area that i wanted

try using an anchor, like this

normal page
HTML: Select all
<a href="yourpage.html#yourNamedAnchor">TEXT HERE</a>
framed
HTML: Select all
 <a name="yourNamedAnchor"></a>
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)

Last edited by saltedm8; Dec 1st, 2007 at 06:58.
Reply With Quote
  #5 (permalink)  
Old Dec 2nd, 2007, 17:23
Junior Member
Join Date: Apr 2007
Location: jakarta
Age: 28
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: iframe just in fixed area that i wanted

how if there is no anchor in the others page


is there another way??
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] refresh a different iframe once an iframe elsewhere has loaded cosmicbdog JavaScript Forum 1 Jan 25th, 2008 01:50
Fixed background?! supanova75 Web Page Design 5 Aug 10th, 2007 23:40
Full Time PHP Coder Wanted - Manchester Area bennyt Job Opportunities 0 Jul 30th, 2007 10:59
Can a jsp file in an IFrame calls a javascript function outside of the IFrame jadeite100 JavaScript Forum 0 May 31st, 2007 14:29
Fixed Height minorpa Web Page Design 3 Dec 29th, 2006 15:21


All times are GMT. The time now is 09:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43