Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you embed comments in ASP?

Status
Not open for further replies.

taval

Programmer
Jul 19, 2000
192
0
0
GB
the subject says it all. Thanks.
 
<%
' Get form variable
temp=request(&quot;combo1&quot;)
%>
 
what i meant was how do you put comments in asp.

e.g

//this is a comment that tells me whats happening in my program
asp code here

---

I was wondering what syntax is used to show a comment , is it *// or ''?
 
The comment delimiter in VBscript is an apostrophe. Note that the comment will not show on the client when doing a view source.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top