Sep 6, 2000 #2 jhembree Programmer Sep 5, 2000 18 US <% ' Get form variable temp=request("combo1" %> Upvote 0 Downvote
Sep 6, 2000 Thread starter #3 taval Programmer Jul 19, 2000 192 GB 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 ''? Upvote 0 Downvote
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 ''?
Sep 6, 2000 #4 NickBulka Programmer Aug 10, 1999 832 US The comment delimiter in VBscript is an apostrophe. Note that the comment will not show on the client when doing a view source. Upvote 0 Downvote
The comment delimiter in VBscript is an apostrophe. Note that the comment will not show on the client when doing a view source.
Sep 6, 2000 #5 jhembree Programmer Sep 5, 2000 18 US The apostrophe: ' Get form variable Upvote 0 Downvote