Because its a WYSIWYG editor i cam trying to control
--------Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On 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
"Steve Onnis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> Is this the same case with DIVs and other elements that can have scroll
> bars?
>
> Because I actually got it to work using CSS on a text area
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Scott
> Barnes
> Sent: Friday, June 13, 2003 3:40 PM
> To: CFAussie Mailing List
> Subject: [cfaussie] Re: Attention All DHTML Gurus
>
>
> Once an iframe has been rendered i'm pretty certain you can't repaint its
> state. Also keep in mind that a body tag within the iframe can override
the
> iframe scroll in that if you put <body scroll="no"> it will not be a
> scrollable entity.
>
> Scott.
>
>
> "Steve Onnis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> >
> > I have, but it doesnt want to change it. It changes the actual value of
> the
> > property, but wont ass or remove the scroll bars
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Antony
> > Sideropoulos
> > Sent: Friday, June 13, 2003 3:26 PM
> > To: CFAussie Mailing List
> > Subject: [cfaussie] Re: Attention All DHTML Gurus
> >
> >
> > I had to reply to a Guru question, just had to...
> >
> > Have you tried using CSS properties
> >
> > eg o.style.overflow='hidden'
> >
> > >>> [EMAIL PROTECTED] 13/06/2003 14:15:58 >>>
> > Ok
> >
> > MSDN says you can do this but I can not for the life of me get it to
work.
> > I am trying to dunamicaly set the scrolling property of an IFRAME. I
can
> > get the value, i can set the value, but the IFRAME its self does not
seem
> to
> > take on the property. I set it to scrolling=no and it still scolls
> >
> > Code below
> > ==========================================================
> >
> >
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> >
> > <html>
> > <head>
> > <title>Untitled</title>
> > </head>
> >
> > <body>
> >
> > <iframe name="myiFrame" src=""></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" >
> > <br>
> > <script>
> > document.all.b.value = o.scrolling;
> > for (p in o)
> > {document.write(p + " = " + o[p] + "<br>");}
> > </script>
> >
> > </body>
> > </html>
> >
> >
> > ---
> > 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/
> >
> > -------------------------------------------------------
> > Maddocks
> >
> > Tel: (03) 92880555 International: +61 3 92880555
> > Fax: (03) 92880666 International: +61 3 92880666
> >
> > Web: http://www.maddocks.com.au
> >
> > -------------------------------------------------------
> > The information in this electronic mail is privileged
> > and confidential, intended only for use of the individual
> > or entity named. If you are not the intended recipient,
> > any dissemination, copying or use of the information is
> > strictly prohibited. If you have received this transmission
> > in error please delete it immediately from your system
> > and inform us by email on [EMAIL PROTECTED]
> > -------------------------------------------------------
> >
> >
> > ---
> > 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/
>
>
>
---
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/
****************************************************************************
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/
