Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 1st, 2005, 12:15 PM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Cannot use 'javascript' because another language h

Cannot use 'javascript' because another language has been specified earlier in this page

 
Old March 7th, 2005, 01:19 AM
Authorized User
 
Join Date: Feb 2005
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can explicitly mention script language within <script> tags, see below example:

<script language="javascript">
<!--
funcion sayHllow()
    alert("Hello")
}
//-->
</script>

Cheers,
Pooja Falor





Similar Threads
Thread Thread Starter Forum Replies Last Post
What Language For Me, Now? abrogard Intro Programming 10 April 15th, 2011 11:39 PM
Which language would be best for... GeckOblue925 Intro Programming 4 February 20th, 2007 01:04 AM
Is Javascript object oriented language or not . Konan Java Basics 3 July 25th, 2006 07:09 PM
Which language is better? sario777 VS.NET 2002/2003 4 April 17th, 2005 01:35 PM
C language krbhatnagar C++ Programming 2 December 22nd, 2004 05:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.