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("f rame1").sr c="http://www.mywebsite.com/"+frm.t ext1.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
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("f
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
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
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
ASKER
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"
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"
ASKER
Dear Imatix,
Could you commnet this new thread at
https://www.experts-exchange.com/questions/26611155/Body-align-to-second-frame-in-javascript.html
Could you commnet this new thread at
https://www.experts-exchange.com/questions/26611155/Body-align-to-second-frame-in-javascript.html
scrathcyboy: There is no real difference between frames and iframes. You can hide scrollbars and borders in frames too
ASKER
Thank for all of you tp reply this thread
ASKER
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
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
I'd rather have NO points than a "C" grade for a comment that was not a solution
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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
I do not want a "C" for a comment that is not a solution.
Thanks
ASKER
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
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
thanks
ASKER
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
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
ASKER
Thanks for your reply and
we should close this thread
Duncan
we should close this thread
Duncan
ASKER
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