Click here to Skip to main content
15,888,351 members
Home / Discussions / Web Development
   

Web Development

 
QuestionI have two opend internet windows..how to close one when closing the other? Pin
coolshad30-Apr-06 21:55
coolshad30-Apr-06 21:55 
Questionhelp with javascript Pin
babamara29-Apr-06 22:09
babamara29-Apr-06 22:09 
GeneralRe: help with javascript Pin
Guffa29-Apr-06 22:19
Guffa29-Apr-06 22:19 
GeneralRe: help with javascript Pin
babamara29-Apr-06 22:27
babamara29-Apr-06 22:27 
QuestionIs there a way to include parts of a html file in another html file? Pin
chasetoys29-Apr-06 15:12
chasetoys29-Apr-06 15:12 
AnswerRe: Is there a way to include parts of a html file in another html file? Pin
TimWallace29-Apr-06 15:37
TimWallace29-Apr-06 15:37 
QuestionCustomValidator in C# Pin
Lash2028-Apr-06 6:42
Lash2028-Apr-06 6:42 
AnswerRe: CustomValidator in C# Pin
Dustin Metzgar28-Apr-06 7:57
Dustin Metzgar28-Apr-06 7:57 
Validators work on only one input object at a time. You could write the javascript to enforce your rules and then also check those rules on the server side. At that point, you could probably stick both into a custom validator. You'll probably have to add properties to choose which checkbox and which textbox to validate.

An alternative is to create your own web control containing the checkbox and textbox, then add your validation logic to the web control.

www.logifusion.com
QuestionHooking IE's Address Bar Pin
NadirK28-Apr-06 2:43
NadirK28-Apr-06 2:43 
AnswerRe: Hooking IE's Address Bar Pin
Guffa28-Apr-06 2:51
Guffa28-Apr-06 2:51 
GeneralRe: Hooking IE's Address Bar Pin
NadirK28-Apr-06 18:32
NadirK28-Apr-06 18:32 
Questionwriting code consistently Pin
centrex28-Apr-06 1:11
centrex28-Apr-06 1:11 
AnswerRe: writing code consistently Pin
Paddy Boyd28-Apr-06 1:18
Paddy Boyd28-Apr-06 1:18 
GeneralRe: writing code consistently Pin
centrex28-Apr-06 3:25
centrex28-Apr-06 3:25 
QuestionGET-Parameter Encoding Pin
AttaTroll28-Apr-06 0:29
AttaTroll28-Apr-06 0:29 
QuestionEnable ActiveX by javascript Pin
thainam27-Apr-06 17:05
thainam27-Apr-06 17:05 
AnswerRe: Enable ActiveX by javascript Pin
alexey N27-Apr-06 18:11
alexey N27-Apr-06 18:11 
AnswerRe: Enable ActiveX by javascript Pin
Dmitry Khudorozhkov27-Apr-06 22:44
Dmitry Khudorozhkov27-Apr-06 22:44 
Questionsuggestions on how to code an email alert system Pin
shireenkhera@gmail.com27-Apr-06 13:18
shireenkhera@gmail.com27-Apr-06 13:18 
AnswerRe: suggestions on how to code an email alert system Pin
Vasudevan Deepak Kumar27-Apr-06 20:03
Vasudevan Deepak Kumar27-Apr-06 20:03 
QuestionCryptImportKey Pin
Machma27-Apr-06 4:28
Machma27-Apr-06 4:28 
AnswerRe: CryptImportKey Pin
Paddy Boyd28-Apr-06 1:14
Paddy Boyd28-Apr-06 1:14 
QuestionCheck Size of Uploaded File Pin
thainam26-Apr-06 21:57
thainam26-Apr-06 21:57 
AnswerRe: Check Size of Uploaded File Pin
Guffa26-Apr-06 22:38
Guffa26-Apr-06 22:38 
QuestionI want to change internet options Pin
shortwave26-Apr-06 5:13
shortwave26-Apr-06 5:13 

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.