Click here to Skip to main content
15,880,651 members
Home / Discussions / Web Development
   

Web Development

 
General[Message Deleted] Pin
gubba6-Apr-07 17:33
gubba6-Apr-07 17:33 
GeneralRe: Disable back button in a web page Pin
Mohammad Daba'an8-Apr-07 1:41
Mohammad Daba'an8-Apr-07 1:41 
General[Message Deleted] Pin
gubba8-Apr-07 19:49
gubba8-Apr-07 19:49 
GeneralRe: Disable back button in a web page Pin
Mohammad Daba'an8-Apr-07 20:00
Mohammad Daba'an8-Apr-07 20:00 
General[Message Deleted] Pin
gubba8-Apr-07 20:25
gubba8-Apr-07 20:25 
GeneralRe: Disable back button in a web page Pin
Shog99-Apr-07 6:56
sitebuilderShog99-Apr-07 6:56 
AnswerRe: Disable back button in a web page Pin
Vasudevan Deepak Kumar13-Apr-07 7:06
Vasudevan Deepak Kumar13-Apr-07 7:06 
QuestionCHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
hifiger20046-Apr-07 13:08
hifiger20046-Apr-07 13:08 
Hi Guys,

I have encountered this problem when I am having my Classic ASP code that was put inside the string variable including the directives (<% varTemp %>). The value of varTemp is coming from my table categories wherein you can find there tha CategoryID. And the value of the CategoryID will be used dynamically as an indicator if the checkbox will be displayed as checked or unchecked.

Page Error:

Microsoft VBScript compilation error '800a0409'

Unterminated string constant

/signup/checkbox4.asp, line 6

&"<%= varTemp
-------------^

Below is my trial Classic ASP code, before moving to my actual ASP Coding. I hope this can be solved. Thanks in advance


<%
Dim sCheckBox
sCheckBox = sCheckBox + "" _
&"/>" _
&"Test Checkbox" _
&""
%>





<%= sCheckBox %>

hifiger2004
AnswerRe: CHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
Steve Echols7-Apr-07 19:49
Steve Echols7-Apr-07 19:49 
GeneralRe: CHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
hifiger20047-Apr-07 22:50
hifiger20047-Apr-07 22:50 
GeneralRe: CHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
hifiger20049-Apr-07 2:36
hifiger20049-Apr-07 2:36 
QuestionHelp with understanding Data Grid Pin
No-e6-Apr-07 10:38
No-e6-Apr-07 10:38 
AnswerRe: Help with understanding Data Grid Pin
No-e6-Apr-07 10:41
No-e6-Apr-07 10:41 
QuestionHelp in HTML tags entry in SQL server Pin
EEmaan6-Apr-07 2:02
EEmaan6-Apr-07 2:02 
AnswerRe: Help in HTML tags entry in SQL server Pin
Vasudevan Deepak Kumar6-Apr-07 5:37
Vasudevan Deepak Kumar6-Apr-07 5:37 
Questionphp mailsend Pin
dhulipudi6-Apr-07 0:44
dhulipudi6-Apr-07 0:44 
AnswerRe: php mailsend Pin
Dmitry Khudorozhkov6-Apr-07 0:55
Dmitry Khudorozhkov6-Apr-07 0:55 
AnswerRe: php mailsend Pin
Bradml6-Apr-07 2:11
Bradml6-Apr-07 2:11 
AnswerRe: php mailsend Pin
Vasudevan Deepak Kumar6-Apr-07 5:38
Vasudevan Deepak Kumar6-Apr-07 5:38 
QuestionReg : IIS Pin
venkatasivaramaprasad6-Apr-07 0:00
venkatasivaramaprasad6-Apr-07 0:00 
AnswerRe: ??????? Pin
Bradml5-Apr-07 22:17
Bradml5-Apr-07 22:17 
GeneralRe: ??????? Pin
hiral_shah5-Apr-07 22:19
hiral_shah5-Apr-07 22:19 
Questionmin-width and IE6 Pin
Matt Newman5-Apr-07 10:58
Matt Newman5-Apr-07 10:58 
AnswerRe: min-width and IE6 Pin
Shog95-Apr-07 19:43
sitebuilderShog95-Apr-07 19:43 
GeneralRe: min-width and IE6 Pin
Matt Newman6-Apr-07 3:00
Matt Newman6-Apr-07 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.