04082005 0958 GMT-6

On the Weather Channel site if you dont have JavaScript enabled they let 
you know with a warning right at the top of the page.

This is their script

<*SCRIPT LANGUAGE="JavaScript">

function setUserPreferencesViaFlash(declurl, pid, pval)
{
    setUserPreferences(pid, pval);
    window.location.href = declurl;
}

</SCRIPT>

<noscript>
<CENTER>
<BR><BR>
<TABLE BORDER="1" CELLPADDING="0" CELLSAPCING="" WIDTH="768">
        <TR>
*

*               <TD ALIGN="CENTER" CLASS="blkVerdanaText12">
                <BR>
                        <B>It appears that you do not have JavaScript enabled. 
<BR>Please <A HREF="/common/enablejs.html" TARGET="_blank">enable 
JavaScript</A> so you may enjoy all the features of weather.com.</B>
                <BR><BR>
                </TD>
        </TR>
*

*</TABLE>
<BR><BR>
</CENTER>
</noscript>*



but to me what its saying is that I have Flash disabled.

But it might also be this:

OAS_MJX_on = true;


and I do not know JS so Im guessing.

Wade

Bob Sawyer wrote:

> Sorry for the off-topicness... I'm trying to find the setting in IE/Win
> that allows you to turn Javascript on and off.
>
> OK, I'll make a stretch here and attempt to tie this into PHP so it's
> not quite so off-topic... I need to know so that I can create a warning
> on my page alerting people who have JS turned off that they need to
> turn it on so that the form they're on, which uses AJAX (XMLHttpRequest
> + PHP) to update parts of the form, will work properly. :-)
>
> Anyone know where the JS switch is in IE/Win?
>
> Thanks!
> -Bob
>
>
>
>
>            
> __________________________________
> Do you Yahoo!?
> Make Yahoo! your home page
> http://www.yahoo.com/r/hs
>
>
> Community email addresses:
>   Post message: [email protected]
>   Subscribe:    [EMAIL PROTECTED]
>   Unsubscribe:  [EMAIL PROTECTED]
>   List owner:   [EMAIL PROTECTED]
>
> Shortcut URL to this page:
>   http://groups.yahoo.com/group/php-list
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
>     * To visit your group on the web, go to:
>       http://groups.yahoo.com/group/php-list/
>        
>     * To unsubscribe from this group, send an email to:
>       [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>        
>     * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.308 / Virus Database: 266.9.5 - Release Date: 4/7/2005
>  
>


[Non-text portions of this message have been removed]



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to