Click here to Skip to main content
15,919,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help with program Pin
Ryan Binns20-Jul-03 22:36
Ryan Binns20-Jul-03 22:36 
GeneralRe: Need help with program Pin
DaveE9th21-Jul-03 20:33
DaveE9th21-Jul-03 20:33 
GeneralEmails tracing!!! Pin
xxhimanshu20-Jul-03 19:52
xxhimanshu20-Jul-03 19:52 
QuestionHow to search and download the Platform SDK containing GDI+? Pin
pani6820-Jul-03 19:43
pani6820-Jul-03 19:43 
AnswerRe: How to search and download the Platform SDK containing GDI+? Pin
Ryan Binns20-Jul-03 20:02
Ryan Binns20-Jul-03 20:02 
GeneralRe: How to search and download the Platform SDK containing GDI+? Pin
J. Dunlap20-Jul-03 20:04
J. Dunlap20-Jul-03 20:04 
AnswerRe: How to search and download the Platform SDK containing GDI+? Pin
J. Dunlap20-Jul-03 20:04
J. Dunlap20-Jul-03 20:04 
GeneralJavascripts Pin
henli20-Jul-03 19:02
henli20-Jul-03 19:02 
I need to create more than one text box with the same name(this call array),with the code;
for i = 1 to CInt(request.Form("quantity"))
count = count + 1

serial_field = "serial"&count

 
end loop

then, when I need to check whether user already fill in this text box, I can not access that text box name.Text box name suppose to be serial1, serial2 and so on.I am using this code;

for (a=o;a<=30;a++){
if (document.Reg.element.serial[a].value == "") {
err = true;
msgstring = "Fill in serial number";
}
}

I can access the value only if I directly use the name like;

if (document.Reg.element.serial1.value == "") {
err = true;
msgstring = "Fill in serial number";
}

Any suggestion what I should do to solve this problem. I am sorry my explanation is quite massy.

Thanks
GeneralRe: Javascripts Pin
Toni7820-Jul-03 19:22
Toni7820-Jul-03 19:22 
GeneralRe: Javascripts Pin
Ryan Binns20-Jul-03 19:26
Ryan Binns20-Jul-03 19:26 
GeneralRe: Javascripts Pin
henli20-Jul-03 19:50
henli20-Jul-03 19:50 
GeneralRe: Javascripts Pin
Ryan Binns20-Jul-03 19:52
Ryan Binns20-Jul-03 19:52 
GeneralRe: Javascripts Pin
Ryan Binns20-Jul-03 19:25
Ryan Binns20-Jul-03 19:25 
GeneralABOUT COFF AND OMF Pin
gdzfy20-Jul-03 17:43
gdzfy20-Jul-03 17:43 
QuestionHow do you get the number of colors displayed? Pin
Terry O'Nolley20-Jul-03 15:04
Terry O'Nolley20-Jul-03 15:04 
AnswerRe: How do you get the number of colors displayed? Pin
Ryan Binns20-Jul-03 15:44
Ryan Binns20-Jul-03 15:44 
GeneralRe: How do you get the number of colors displayed? Pin
Atlantys20-Jul-03 15:47
Atlantys20-Jul-03 15:47 
GeneralRe: How do you get the number of colors displayed? Pin
J. Dunlap20-Jul-03 15:49
J. Dunlap20-Jul-03 15:49 
GeneralRe: How do you get the number of colors displayed? Pin
Ryan Binns20-Jul-03 15:51
Ryan Binns20-Jul-03 15:51 
GeneralRe: How do you get the number of colors displayed? Pin
Terry O'Nolley20-Jul-03 16:07
Terry O'Nolley20-Jul-03 16:07 
GeneralRe: How do you get the number of colors displayed? Pin
Ryan Binns20-Jul-03 16:30
Ryan Binns20-Jul-03 16:30 
GeneralRe: How do you get the number of colors displayed? Pin
Atlantys20-Jul-03 16:54
Atlantys20-Jul-03 16:54 
GeneralRe: How do you get the number of colors displayed? Pin
Ryan Binns20-Jul-03 17:55
Ryan Binns20-Jul-03 17:55 
GeneralRe: How do you get the number of colors displayed? Pin
Atlantys20-Jul-03 19:19
Atlantys20-Jul-03 19:19 
GeneralRe: How do you get the number of colors displayed? Pin
Ryan Binns20-Jul-03 19:28
Ryan Binns20-Jul-03 19:28 

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.