Click here to Skip to main content
15,891,674 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how do i align text together? Pin
theJazzyBrain2-Feb-04 3:59
theJazzyBrain2-Feb-04 3:59 
AnswerRe: how do i align text together? Pin
henningbenk2-Feb-04 5:24
professionalhenningbenk2-Feb-04 5:24 
QuestionHow to create XML Web Service automatically on IIS6.0 Pin
yu-yu1-Feb-04 23:46
yu-yu1-Feb-04 23:46 
GeneralZero-length string Pin
Moonbrat1-Feb-04 6:11
Moonbrat1-Feb-04 6:11 
GeneralRe: Zero-length string Pin
Roger Wright1-Feb-04 7:12
professionalRoger Wright1-Feb-04 7:12 
GeneralRe: Zero-length string Pin
Moonbrat1-Feb-04 18:12
Moonbrat1-Feb-04 18:12 
GeneralRe: Zero-length string Pin
Moonbrat1-Feb-04 18:19
Moonbrat1-Feb-04 18:19 
GeneralRe: Zero-length string Pin
Roger Wright2-Feb-04 4:29
professionalRoger Wright2-Feb-04 4:29 
Moonbrat wrote:
If Trim(Request.Form("CategoryName"))


Moonbrat wrote:
objRs("CategoryName") = Trim(Request.Form("SubName"))

What's going on here? Your script doesn't define or test SubName. Perhaps you should use:

objRs("CategoryName") = Trim(Request.Form("CategoryName"))

Heard in Bullhead City - "You haven't lost your girl -
you've just lost your turn..." [sigh] So true...
Generalclear chache from script Pin
Roland Bär1-Feb-04 2:29
Roland Bär1-Feb-04 2:29 
GeneralTrim$() in javascript Pin
Hesham Amin1-Feb-04 1:24
Hesham Amin1-Feb-04 1:24 
GeneralRe: Trim$() in javascript Pin
Roger Wright1-Feb-04 3:55
professionalRoger Wright1-Feb-04 3:55 
GeneralRe: Trim$() in javascript Pin
Nick Parker1-Feb-04 8:34
protectorNick Parker1-Feb-04 8:34 
GeneralRe: Trim$() in javascript Pin
Hesham Amin1-Feb-04 9:52
Hesham Amin1-Feb-04 9:52 
GeneralRe: Trim$() in javascript Pin
boogs2-Feb-04 9:12
boogs2-Feb-04 9:12 
GeneralRe: Trim$() in javascript Pin
theJazzyBrain2-Feb-04 21:24
theJazzyBrain2-Feb-04 21:24 
Questionhow to adjust line spacing within text? Pin
coda_x31-Jan-04 15:39
coda_x31-Jan-04 15:39 
AnswerRe: how to adjust line spacing within text? Pin
ZoogieZork31-Jan-04 19:41
ZoogieZork31-Jan-04 19:41 
GeneralCross domain DOM access for parent.frames[0].location.href Pin
Phil G31-Jan-04 2:28
Phil G31-Jan-04 2:28 
GeneralRe: Cross domain DOM access for parent.frames[0].location.href Pin
alex.barylski31-Jan-04 9:34
alex.barylski31-Jan-04 9:34 
Generalembedded media player... Pin
l a u r e n30-Jan-04 11:40
l a u r e n30-Jan-04 11:40 
GeneralRe: embedded media player... Pin
alex.barylski30-Jan-04 12:21
alex.barylski30-Jan-04 12:21 
GeneralRe: embedded media player... Pin
l a u r e n30-Jan-04 12:30
l a u r e n30-Jan-04 12:30 
Generaluse XMLHTTP Pin
Nathan Ridley31-Jan-04 12:33
Nathan Ridley31-Jan-04 12:33 
GeneralAligning with CSS Pin
srt730-Jan-04 7:51
srt730-Jan-04 7:51 
GeneralRe: Aligning with CSS Pin
theJazzyBrain1-Feb-04 0:43
theJazzyBrain1-Feb-04 0:43 

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.