473,396 Members | 1,990 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

keyword not highlighting

hi,
i deleted the code from aspx file, not from codebehind.
i just typed <script language="javascript"function abc() {return
false;}</script>.
keywords function and return are not highlighting. what could be
possible reasons?? i'm using VS2008.
thx
Aug 18 '08 #1
4 857
"CreativeMind" <af*********@gmail.comwrote in message
news:50**********************************@k30g2000 hse.googlegroups.com...
Keywords function and return are not highlighting
What precisely do you mean by "not highlighting"...? What are you expecting
them to do...?
What could be possible reasons?? I'm using VS2008.
Firstly, try using

<script type="text/javascript">

The language tag has been deprecated for ages:
http://www.w3.org/TR/REC-html40/inte....html#h-18.2.1
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 18 '08 #2
keywords have some special colors like script and language are shown
in red colors. if they are not in their default color , means there is
some syntax problem..similarly function , return and false are shown
in blue colors. but there is no apparently syntax problem in my short
code.

<script language="text/javascript">
function asdf()
{
return true;
}
</Script>
thx
Aug 18 '08 #3
"CreativeMind" <af*********@gmail.comwrote in message
news:21**********************************@8g2000hs e.googlegroups.com...
there is no apparently syntax problem in my short code.
Other than you have spelled </Scriptwith a capital 'S'...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 18 '08 #4
On Aug 18, 4:16 pm, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"CreativeMind" <aftab.pu...@gmail.comwrote in message

news:21**********************************@8g2000hs e.googlegroups.com...
there is no apparently syntax problem in my short code.

Other than you have spelled </Scriptwith a capital 'S'...

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
thx mark

i closed visualstudio for some time then re-opened my
application..it's working right. no problem is there now.
Aug 18 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Jay Davis | last post by:
I use xemacs and syntax highlighting for my IDE, but I'm not a big fan of the default syntax highlighting colors. For instance, in 'def fun():' both 'def' and 'fun' are the same color. I kind of...
3
by: Mark | last post by:
Hi there, I have a subform, set as a continuous form. When a user selects a particular record in that subform, how can I make that particular record stand out (color or font change, size, etc) from...
2
by: Pavel | last post by:
I am writing software for an embedded application and here is the question. GCC would emit data declared like const char text = "abc"; to .rodata (i.e. "read only data") section. I can put this...
0
by: Brian Scott | last post by:
I am currently trying to control the syntax highlighting of a richtextbox control whilst the user types. At the moment I have implemented a thread which calls the richTextBox.Invoke on a method...
2
by: rockstar_ | last post by:
Hello all- I'm developing a Content Management software for my own site, and possibly package and deploy to other sites (for friends, family, etc.) The content management software is combined...
7
by: Leif902 | last post by:
After much searching of google, the closest I can find is highlighting search terms... however, this is not what I wanted to do. Does anyone know how to parse through a specific element (lets say...
3
by: gil | last post by:
Hi, In VS 2005 (SP1), the following code does not compile: ============= typedef int _sptr ; _sptr p = 1; ============= the compiler emits the following:
2
by: PJ6 | last post by:
Years ago I looked for a text editor control that would do automatic keyword highlighting, to no avail. I found sample code to roll my own, but all of that was crap (mostly because of the way the...
1
by: alamodgal | last post by:
hiiiiiii I have a problem in highlighting searching keyword.Actually im using this function for searching Public Function HighLight(ByVal Keyword As String, ByVal ContentFor As String) Dim...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.