Click here to Skip to main content
15,910,234 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Newb Question Pin
Christian Graus1-Sep-05 16:16
protectorChristian Graus1-Sep-05 16:16 
GeneralRe: Newb Question Pin
AlphonseElric1-Sep-05 16:24
AlphonseElric1-Sep-05 16:24 
GeneralRe: Newb Question Pin
Guffa1-Sep-05 22:52
Guffa1-Sep-05 22:52 
Questionsecurity warning with https Pin
hatim_ali1-Sep-05 5:54
hatim_ali1-Sep-05 5:54 
AnswerRe: security warning with https Pin
ediazc3-Sep-05 6:05
ediazc3-Sep-05 6:05 
GeneralRe: security warning with https Pin
Anonymous3-Sep-05 7:56
Anonymous3-Sep-05 7:56 
QuestionForcing an ActiveX Version to download Pin
Vasudevan Deepak Kumar1-Sep-05 5:54
Vasudevan Deepak Kumar1-Sep-05 5:54 
QuestionHiding Image when select dropdownlist Pin
macca241-Sep-05 4:21
macca241-Sep-05 4:21 
I am trying to hide a datepicker when I select a value in a dropdownlist.
I am using the following code:

function hideDatePicker( DateImage, ddlStatus )
{
var dp = document.getElementById( DateImage );
var field = document.getElementById( ddlStatus );

if( typeof( dp ) != 'undefined' && typeof( field ) != 'undefined' )
if( field.value != '2' )
dp.style.display = 'none';
}

The asp.net code that I am using for the html page is:
Here is for DateImage:

asp:textbox id="tbxDateSigned" runat="server" ToolTip="Date Signed" AutoPostBack="True">

QuestionPHP Help Pin
#realJSOP1-Sep-05 0:22
professional#realJSOP1-Sep-05 0:22 
AnswerRe: PHP Help Pin
alex.barylski2-Sep-05 14:17
alex.barylski2-Sep-05 14:17 
Questionincludes errors Pin
evlxtc1-Sep-05 0:20
evlxtc1-Sep-05 0:20 
AnswerRe: includes errors Pin
enjoycrack1-Sep-05 0:42
enjoycrack1-Sep-05 0:42 
GeneralRe: includes errors Pin
evlxtc1-Sep-05 1:13
evlxtc1-Sep-05 1:13 
GeneralRe: includes errors Pin
JKroschel1-Sep-05 4:21
JKroschel1-Sep-05 4:21 
GeneralRe: includes errors Pin
evlxtc1-Sep-05 4:56
evlxtc1-Sep-05 4:56 
QuestionAny one can help me about Html Help Workshop? Pin
a_kiani31-Aug-05 21:45
a_kiani31-Aug-05 21:45 
AnswerRe: Any one can help me about Html Help Workshop? Pin
enjoycrack1-Sep-05 0:48
enjoycrack1-Sep-05 0:48 
GeneralRe: Any one can help me about Html Help Workshop? Pin
a_kiani3-Sep-05 1:48
a_kiani3-Sep-05 1:48 
GeneralRe: Any one can help me about Html Help Workshop? Pin
enjoycrack4-Sep-05 16:44
enjoycrack4-Sep-05 16:44 
QuestionJavascript in popup Pin
pangerancinta31-Aug-05 20:15
pangerancinta31-Aug-05 20:15 
GeneralRe: Javascript in popup Pin
Guffa31-Aug-05 21:09
Guffa31-Aug-05 21:09 
QuestionUSB. Camera & Windows Media . Pin
LEE_3451531-Aug-05 17:55
LEE_3451531-Aug-05 17:55 
QuestionOn load not visible Pin
macca2431-Aug-05 5:24
macca2431-Aug-05 5:24 
QuestionHotKeys for HREF links Pin
Daredeviljpr31-Aug-05 4:31
Daredeviljpr31-Aug-05 4:31 
AnswerRe: HotKeys for HREF links Pin
minhpc_bk31-Aug-05 16:07
minhpc_bk31-Aug-05 16:07 

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.