473,396 Members | 1,996 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.

How can show "ABC" by JScript

Hello,
By VBScript I can use this code
Response.Write "ABC"

How can I use JScript show "ABC"?
Can you help me

Jul 19 '05 #1
4 3843
<%@ Language=JScript %>
<%
Response.write("ABC");
%>

The @Language line is necessary if you have not changed the default
scripting language in IIS, which is vbscript.

Ray at home

"Jack" <si*****************@yahoo.co.jp> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hello,
By VBScript I can use this code
Response.Write "ABC"

How can I use JScript show "ABC"?
Can you help me

Jul 19 '05 #2
You need to be more specific. JScript on the client?

<%
a = "ABC"
%>
<script>
document.write("<%=a%>");
</script>

"Jack" <si*****************@yahoo.co.jp> wrote in message
news:#I**************@TK2MSFTNGP12.phx.gbl...
Hello,
By VBScript I can use this code
Response.Write "ABC"

How can I use JScript show "ABC"?
Can you help me

Jul 19 '05 #3

"Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> wrote in message
news:#R**************@TK2MSFTNGP12.phx.gbl...
<%@ Language=JScript %>
<%
Response.write("ABC");
%>

The @Language line is necessary if you have not changed the default
scripting language in IIS, which is vbscript.


I believe it needs a caps W:

Response.Write("ABC");

MightyC

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.536 / Virus Database: 331 - Release Date: 03/11/03
Jul 19 '05 #4
Oddly enough, jscript isn't picky about that particular word and either one
works. When in doubt, I go with lowercase.

Ray at home

"The Mighty Chaffinch" <mi*************@hotmail.com> wrote in message
news:bo**********@titan.btinternet.com...

"Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> wrote in message
news:#R**************@TK2MSFTNGP12.phx.gbl...
<%@ Language=JScript %>
<%
Response.write("ABC");
%>

The @Language line is necessary if you have not changed the default
scripting language in IIS, which is vbscript.


I believe it needs a caps W:

Response.Write("ABC");

MightyC

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.536 / Virus Database: 331 - Release Date: 03/11/03

Jul 19 '05 #5

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

Similar topics

6
by: Jochen Daum | last post by:
Hi ! If I have an input field <form ... method="post"> <input type="text" name="abc def"> </form>
9
by: msnews.microsoft.com | last post by:
Hello! I'm Jim by asp How can show "abc" in textbox when click one botton?
1
by: srinu | last post by:
Hello, We had one webserver based on a linux machine. The website is fully function and designed by a different person. Now we moved the machine from one IP to another one. I changed the...
2
by: yourmallu | last post by:
Hi Friends, All we are knowing that we can get the element by document.getelementbyid("default_txtname").value. But If it is not on that page if i am taking header.ascx and placing text box...
6
by: Dick Watson | last post by:
I had a page that works when setup like this: === <form name="frmCalc" action=""> <script type="text/javascript"> function btnCalc_onclick(abc) { return "got here with " + abc; }
0
by: serge | last post by:
I have 2 SQL Enterprise Editions running SP2 and same collation. When i try to start database mirroring I get the following error message: "The remote copy of database "ABC" has not been...
7
by: MLH | last post by:
If I drop Like "*ABC*" in a QBE grid criteria cell, the records returned include mixed case. Can I force the uppercase limitation in a QBE grid?
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?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.