Yep

The code I supplied is as about as boring as I can get

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
        <title>Untitled</title>
</head>

<body>

<iframe name="myiFrame" src="bla.html"></iframe>
<br clear="all">
<script>
        o = window.frames[0].frameElement;
        function overF()
                {
                if(o.scrolling == "no")
                        {
                        o.scrolling = "yes";
                        o.height = "100";
                        }
                else
                        {
                        o.scrolling = "no";
                        o.height = "200";
                        }
                }
</script>
<input id="b" type="Button" onclick="overF(); this.value = o.scrolling;">
<br>
<script>
        document.all.b.value = o.scrolling;
        for (p in o)
                {document.write(p + " = " + o[p] + "<br>");}
</script>

</body>
</html>



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vaughan Allan
Sent: Friday, June 13, 2003 5:58 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: Attention All DHTML Gurus



Bugger.  Have you tried it with just a blank/boring page?  Might be
something in the editor that's doing it.... *shrug*


Vaughan.





"Steve Onnis" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
13/06/2003 05:44 PM Please respond to
"CFAussie Mailing List" <[EMAIL PROTECTED]>

To"CFAussie Mailing List" <[EMAIL PROTECTED]>
cc
Subject[cfaussie] Re: Attention All DHTML Gurus







But it wont set

thats my issue

The value of "scrolling" gets set, but the scrollbars remain
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vaughan Allan
Sent: Friday, June 13, 2003 5:41 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: Attention All DHTML Gurus


Ah... woops.

According my O'Reilly DHTML bible, it says that you can use
document.all.framename.scrolling = "yes" or "no" or "auto" as of IE 4


Vaughan.



"Steve Onnis" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
13/06/2003 05:27 PM
Please respond to
"CFAussie Mailing List" <[EMAIL PROTECTED]>

To"CFAussie Mailing List" <[EMAIL PROTECTED]>
cc
Subject[cfaussie] Re: Attention All DHTML Gurus









Because its a WYSIWYG editor i cam trying to control
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vaughan Allan
Sent: Friday, June 13, 2003 5:16 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: Attention All DHTML Gurus


Rather than trying to change the properties of the frame itself,  why not
try setting the frame to scrolling = no, and then change the CSS overflow
attribute on the body of the document inside it?

Something like window.framething.document.body.style.overflow = "scroll" -
not sure of syntax for iframes.....


Vaughan.


"Scott Barnes" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
13/06/2003 04:09 PM
Please respond to
"CFAussie Mailing List" <[EMAIL PROTECTED]>


To"CFAussie Mailing List" <[EMAIL PROTECTED]>
cc
Subject[cfaussie] Re: Attention All DHTML Gurus











Haven't tried it personally on other elements. I know that iframes work
differently to other DOM objects, mainly as they have their own version of a
qausi anal security sandbox type limitations... its bad mkay..

scrollable clipping planes should be aok for on/off though.. in theory.

Scott



****************************************************************************
If this communication is not intended for you and you are not an authorised
recipient of this email you are prohibited by law from dealing with or
relying on the email or any file attachments. This prohibition includes
reading, printing, copying, re-transmitting, disseminating, storing or in
any other way dealing or acting in reliance on the information. If you
have received this email in error, we request you contact ABN AMRO Morgans
Limited immediately by returning the email to [EMAIL PROTECTED]
and destroy the original. We will refund any reasonable costs associated
with notifying ABN AMRO Morgans. This email is confidential and may contain
privileged client information. ABN AMRO Morgans has taken reasonable steps
to ensure the accuracy and integrity of all its communications, including
electronic communications, but accepts no liability for materials
transmitted. Materials may also be transmitted without the knowledge of ABN
AMRO Morgans. ABN AMRO Morgans Limited its directors and employees do not
accept liability for the results of any actions taken or not on the basis
of the information in this report. ABN AMRO Morgans Limited and its
associates hold or may hold securities in the companies/trusts mentioned
herein. Any recommendation is made on the basis of our research of the
investment and may not suit the specific requirements of clients.
Assessments of suitability to an individual's portfolio can only be made
after an examination of the particular client's investments, financial
circumstances and requirements.
****************************************************************************
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To
unsubscribe send a blank email to [EMAIL PROTECTED] MX
Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to