Re: PHP and/or Javascript
- From: petermichaux@xxxxxxxxx
- Date: 29 Jun 2005 20:12:24 -0700
Hi Will,
If you want to test if Javascript is on in your browser make a file
called test.html with the following
<html>
<head>
</head>
<body>
<p>
<script language="javascript" type="text/javascript">
<!--
document.write("javascript is enabled in your browser. In your browser
preferences try turning javascript off and reload this page.")
// -->
</script>
<noscript>
javascript and is not enabled in your browser. In your browser
preferences try turning javascript on and reload this page.
</noscript>
</p>
</body>
</html>
So you do not need to use php to do the check. Like Tony said and the
above example shows, just use Javascript.
You might want to check out this page I put together. Download the
technologyExamples.zip files and read the readme. It is rough but
should help you out if you want to test other technology out (xml,
xslt,...).
http://members.shaw.ca/petermichaux/store/technology.html
-Peter
.
- Follow-Ups:
- Re: PHP and/or Javascript
- From: JDS
- Re: PHP and/or Javascript
- References:
- PHP and/or Javascript
- From: willl69
- PHP and/or Javascript
- Prev by Date: Re: PHP and/or Javascript
- Next by Date: Re: PHP and/or Javascript
- Previous by thread: Re: PHP and/or Javascript
- Next by thread: Re: PHP and/or Javascript
- Index(es):
Relevant Pages
|