Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > can this be done by using iframe?

Reply
Thread Tools

can this be done by using iframe?

 
 
Farooq Karim
Guest
Posts: n/a
 
      11-01-2003
Greetings;

I have a problem, I have to achieve a result by necessarily using
iframe which I know is possible through frames but do not how to be
done in iframe.

frame html:
---------------------------------------
<html>
<body>
<frameset rows="90%,10%">
<frame src="index1.htm"></frame>
<frame src="index2.htm"></frame>
</frameset>
</body>
</html>
---------------------------------------

As you can see there are two frames one holds 90% of the screen
whereas the other holds 10%, I want to achieve the same results by
using the iframes, actually I want that 10% window to be fixed, the
behaviour <frameset> sets for the 10%....

I hope I made my question... if it need clarification please ask...
please help me!...

thank you.
 
Reply With Quote
 
 
 
 
Mike Scirocco
Guest
Posts: n/a
 
      11-02-2003
how about;

<P>
<IFRAME SRC="http://www.google.com" WIDTH="90%" HEIGHT=400></IFRAME>
<IFRAME SRC="http://www.atomz.com" WIDTH="10%" HEIGHT=400></IFRAME>
</P>

If you want to fix a width just change the "10%" to the value you want.
Is this what you're looking for?

Farooq Karim wrote:

>Greetings;
>
>I have a problem, I have to achieve a result by necessarily using
>iframe which I know is possible through frames but do not how to be
>done in iframe.
>
>frame html:
>---------------------------------------
><html>
><body>
><frameset rows="90%,10%">
><frame src="index1.htm"></frame>
><frame src="index2.htm"></frame>
></frameset>
></body>
></html>
>---------------------------------------
>
>As you can see there are two frames one holds 90% of the screen
>whereas the other holds 10%, I want to achieve the same results by
>using the iframes, actually I want that 10% window to be fixed, the
>behaviour <frameset> sets for the 10%....
>
>I hope I made my question... if it need clarification please ask...
>please help me!...
>
>thank you.
>
>


 
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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hi, can anyone tell me if this software can be done in C? Joćo Gomes C Programming 4 02-08-2008 02:36 PM
I guess this can't be done can it ? Paul D. Fox ASP .Net Web Controls 2 07-02-2005 12:03 AM
I asked before and was told it could not be done, well its Done...?? Karen Parker NZ Computing 32 08-27-2004 07:21 AM
I asked before and was told it could not be done, well its Done...?? Karen Parker NZ Computing 7 08-26-2004 02:25 AM
How to let browsers be done when parent is done and not wait for childrn's finishing in CGI Zhidian Du Perl Misc 0 02-21-2004 07:01 PM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57