Click here to Skip to main content
15,890,512 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNeed CSS help with aligning Scripts in Multiview Panel Pin
pityocamptes3-Apr-09 8:01
pityocamptes3-Apr-09 8:01 
AnswerRe: Need CSS help with aligning Scripts in Multiview Panel Pin
Marc Firth6-Apr-09 21:54
Marc Firth6-Apr-09 21:54 
QuestionRecordset is returning -1 recordcount Pin
Kiran S. S.2-Apr-09 20:10
Kiran S. S.2-Apr-09 20:10 
AnswerRe: Recordset is returning -1 recordcount Pin
Yusuf3-Apr-09 9:15
Yusuf3-Apr-09 9:15 
QuestionRecordset is returning -1 recordcount Pin
Kiran S. S.4-Apr-09 3:51
Kiran S. S.4-Apr-09 3:51 
AnswerRe: Recordset is returning -1 recordcount Pin
TomS455-Apr-09 19:14
TomS455-Apr-09 19:14 
Questionalert error in sign-up form Pin
[N][Q][H]2-Apr-09 16:07
[N][Q][H]2-Apr-09 16:07 
AnswerRe: alert error in sign-up form Pin
Yusuf3-Apr-09 10:56
Yusuf3-Apr-09 10:56 
This should get you started. You need to clean up the code, for instance the toggle_visibility is not what you need.

function f_check()
{
    var str = document.getElementById('txt_id').value;
    if(str.length == 0)
       toggle_visibility('span_id');
}

function toggle_visibility(id) 
{
    var e = document.getElementById(id);
    if(e.style.display == 'block')
       e.style.display = 'none';
    else
       e.style.display = 'block';
}


Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

QuestionPlease Help I want Create Job Portal Like(www.Rozee.pk) Pin
IshtiaqueJ2-Apr-09 11:56
IshtiaqueJ2-Apr-09 11:56 
AnswerRe: Please Help I want Create Job Portal Like(www.Rozee.pk) Pin
EliottA3-Apr-09 10:24
EliottA3-Apr-09 10:24 
AnswerRe: Please Help I want Create Job Portal Like(www.Rozee.pk) Pin
Eddy Vluggen4-Apr-09 0:27
professionalEddy Vluggen4-Apr-09 0:27 
Questionproblem installing visual studio 2003 on vista home premium Pin
bapu28892-Apr-09 8:28
bapu28892-Apr-09 8:28 
AnswerRe: problem installing visual studio 2003 on vista home premium Pin
saanj28-Apr-09 21:56
saanj28-Apr-09 21:56 
Questioninvoking method using reflection Pin
NetQuestions2-Apr-09 7:47
NetQuestions2-Apr-09 7:47 
AnswerRe: invoking method using reflection Pin
SeMartens2-Apr-09 21:17
SeMartens2-Apr-09 21:17 
QuestionFrameset and css playing nice ... Pin
LimeyRedneck2-Apr-09 7:04
professionalLimeyRedneck2-Apr-09 7:04 
QuestionAjax/Javascript/PHP advise Pin
Bryant May2-Apr-09 3:37
Bryant May2-Apr-09 3:37 
QuestionAjax Pin
AR Revathi2-Apr-09 0:42
AR Revathi2-Apr-09 0:42 
QuestionIs IE6 Support mailto for Outlook 2007 ??? Pin
AR Revathi2-Apr-09 0:34
AR Revathi2-Apr-09 0:34 
Questionrun cmd.. Pin
p_19602-Apr-09 0:16
p_19602-Apr-09 0:16 
AnswerRe: run cmd.. Pin
SeMartens2-Apr-09 21:14
SeMartens2-Apr-09 21:14 
QuestionWant to upload an asp.net website having Crystal Report Pin
Hemant Thaker1-Apr-09 23:28
Hemant Thaker1-Apr-09 23:28 
AnswerRe: Want to upload an asp.net website having Crystal Report Pin
Aman Bhullar2-Apr-09 6:37
Aman Bhullar2-Apr-09 6:37 
AnswerRe: Want to upload an asp.net website having Crystal Report Pin
daffy_duck3765-Aug-09 22:47
daffy_duck3765-Aug-09 22:47 
QuestionSql query for.... Pin
Manojkushwaha1-Apr-09 22:33
Manojkushwaha1-Apr-09 22:33 

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.