Re: Visual Mode Prompt

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,
We've probably done the same Google searches, but...
Are you using PHP? I think that your page is giving the user the option to
use this enhanced editing mode. I don't think there's a switch in IE to turn
it off.

I found several PHP pages which warned that this option would be offered.
Some advised to accept the "Use Visual Mode" option some advised to reject
it.

This page
http://www.britishkodalyacademy.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=1
was helpful to me in learning a little about the "Use Visual Mode" option.

Don
[MS MVP- IE]


"Rob Wagner" <RobWagner[at]discussions.microsoft.com> wrote in message
news:A6AAC13D-B93B-4B07-9C28-05F727589827@xxxxxxxxxxxxxxxx
> I am creating a small webform to automate some processes around the
office.
>
> In one of the html pages I create, there is a TEXTAREA control. If a user
> using Internet Explorer clicks on the textarea to bring focus to it, a
> dialogue box pops up with a prompt asking "Use Visual Mode?" (OK/Cancel).
>
> If OK is selected, the textarea on the web page changes into a larger
edit
> field with a control bar across the bottom (with things like font size
> changes, etc).
>
> If cancel is selected, the form field acts like a normal text area input
> field.
>
> No, I'm not using VIM. ;)
>
> The 'Visual Mode' is, as I understand it, a function of IE 6. (I don't
> remember seeing it in IE 5)


> "Don Varnau" wrote:
> > More information, please ;-)
> > Are you creating the pages?
> > Are other users seeing this prompt when they visit the page?
> > Are you seing this prompt on numerous webpages that you visit, or on
just
> > selected pages?
> > (Probably not relevant) Are you using the Vim text editor?


> > "Rob Wagner" <RobWagner[at]discussions.microsoft.com> wrote in message
> > news:DD9B2510-5D6B-4807-81E7-88D3D26FBCB9@xxxxxxxxxxxxxxxx
> > > I've seen numerous people asking this in various places, yet I cannot
seem
> > to find an answer.
> > >
> > > How can I stop IE from prompting to 'Use Visual Mode' when clicking on
a
> > > textarea in a web page?
> > >
> > > I have access to both the brower settings and the html source code,
but I
> > > desperately need to turn this off so it won't leave end users
confused.
> > >
> > > Thanks!

.



Relevant Pages

  • Re: [PHP] Textarea update problem
    ... Subject: [PHP] Textarea update problem ... columns by ID) and put the column contents into 3 textarea objects. ... If you think this is a server error, ... echo $row; ...
    (php.general)
  • Re: Best way to share PHP code
    ... the text box there and the rest of the source spills out into the html ... I guess this is more of a html question than php but I'm also ... http://www.cse.msu.edu/~meyerro3/projects_files/Makenews/sources.broken.php Notice it works fine for shownews.php and main.css, however for makenews.html my textarea gets closed then my div gets closed and a submit button is sitting outside of the source box. ... <div class="example"> ...
    (comp.lang.php)
  • Re: onclick event
    ... I have 4 check box and a textarea. ... function and append value in variable output. ... get value in php variable inside the function. ...
    (comp.lang.php)
  • Re: [PHP] Textarea update problem
    ... Subject: [PHP] Textarea update problem ... columns by ID) and put the column contents into 3 textarea objects. ... And all in one script. ... echo $row; ...
    (php.general)