PDA

View Full Version : <script *>


chrismiceli
02-18-2003, 04:46 AM
alex vincent, posted this on the forum feedback page:

<script type='application/x-javascript'>...</script>
are we using that instead of the
<script type="text/javascript">...</script>
i was just getting used the the change from
<script language="javascript">...</script>

bluephoenix
02-18-2003, 05:48 AM
I believe <script type="text/javascript"> is for when the script is embedded in the HTML document. If it's an external script residing on the server that's being called then <script type="application/x-javascript"> is correct.