Link to home
Start Free TrialLog in
Avatar of duncanb7
duncanb7

asked on

Frame scroll bar in IE windows

Dear Expert,

I would like to know how to combine the frame scroll bar at horizontal and vertical into
Internet Explorer Window Scroll bar that will help to save display area.
THe following code provide other experts  for two frame set.
First one is input box and second frame is redirect webpage.
Please view the image you will see my question more.


<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Document Title</TITLE>
<script>
function formSubmit(frm)
{
      document.getElementById("frame1").src="http://www.mywebsite.com/"+frm.text1.value+".htm";
      return false;
}

</script>

</HEAD>
<body>
<form onsubmit="return formSubmit(this)">
<input type="text" name="text1">
<input type="submit" name="submit">
</form>
<iframe width="600" border="0px" id="frame1">
</body>
</HTML>
 
Toggle HighlightingOpen in New WindowSelect AllAccept Multiple Solutions Accept as Solution


Snap16.jpg
SOLUTION
Avatar of Justin Mathews
Justin Mathews

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of duncanb7
duncanb7

ASKER

Dear,

Scroll="NO" seems is no any different. I think because as follows

Because my webpage is generated  from excel 2003 saveas htm webpage. So I will have   double scroll bar when
I ue two frame in one IE window (that I believe).
But I will directly web  the Excel's webpage at address bar in IE  without input box's input help , it work fine only one horizontal
and vertical scroll no matter how much I zoon the window

Please advise
Be Reminded, in excel's htm , there is a lot of sheet icon or click for you
to select different sheet.

What I want just second frame won't create double scroll no matter how much I zoon the window area
or no matter it is excel'htm or not.

Duncan
Sorry, typing mistake, I mean when I directly web the Excel's .htm webpage  at address bar in one IE window
it won't create double scroll bar at horizontal and viertical. But when I use two frames to web the Excel
htm page,  it will create double scroll bar even I put scroll="no"
scrathcyboy: There is no real difference between frames and iframes. You can hide scrollbars and borders in frames too
Thank for all of you tp reply this thread
Dear Experts and EE adm,

Since actually I found some difference between iframe and frame when doing scroll bar disable and input box edit
from my three days. If the source(src=)  also has frame insides, Iframe tag  could not disable the scroll bar even
specify scrolling="no". But frame is okay, and for inputbox edit so final I use frame to solve my problem.
FOr input edit box,  iframe is better than frame because cursor is on focus after enter key press and clear
the previous value but not in frame and I need to function to clear the value.

Since mplungjan trigger me  to do the benmark test between frame and iframe, so I award the credit for him even
his reply might not be 100% right or wrong.

I am serious to give credit to others even 1 pt. it is a attitude to engineering life.


Best Regards
Duncan






It is not the points. It is the grade.
I'd rather have NO points than a "C" grade for a comment that was not a solution
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So reduce the points and give a "B" or delete it.

I do not want a "C" for a comment that is not a solution.

Thanks
Dear EE,

After I consider mplungian's comment, and now finanlly I understand what he means.
So I prefer to re-credit this thread  and review the Grading system from EE.

Please help tp re-open this thread for re-credit process

Best Regards

Duncan  
Dear EE

Why  it will go to "closing  Request Pending". I just click Accept Mutliple Solution and grade ths thread and click submit
button. Could you help on this for re-credit process. It happens before in other thread. Or Am I doing
something wrong during credit process. Please advise

Duncan
Thanks for your reply and
we should close this thread

Duncan