Click here to Skip to main content
16,004,778 members
Home / Discussions / Web Development
   

Web Development

 
GeneralConverting Word to PDF via internal website Pin
Kevin Barrett7-Jan-08 3:52
Kevin Barrett7-Jan-08 3:52 
GeneralRe: Converting Word to PDF via internal website Pin
ram19747-Jan-08 22:46
ram19747-Jan-08 22:46 
GeneralRe: Converting Word to PDF via internal website Pin
Kevin Barrett8-Jan-08 2:04
Kevin Barrett8-Jan-08 2:04 
GeneralRe: Converting Word to PDF via internal website Pin
ram19748-Jan-08 16:10
ram19748-Jan-08 16:10 
GeneralRe: Converting Word to PDF via internal website Pin
Kevin Barrett9-Jan-08 2:40
Kevin Barrett9-Jan-08 2:40 
GeneralDBTools Converter alternative for Vista Pin
Glen Conaway6-Jan-08 17:54
Glen Conaway6-Jan-08 17:54 
GeneralINF for CAB Pin
samy1006-Jan-08 10:40
samy1006-Jan-08 10:40 
Generalplease help meeeeeeeeeeee Pin
Smashing_Perfect5-Jan-08 6:11
Smashing_Perfect5-Jan-08 6:11 
Hello there !

i am working on a php based project and i am facing a problem in dealing with the java script radio button, actually i have teo text fields one is for simple search adn other is for advance search i want when i select the radio button "simple" then text field of simple search get enabled and at the same time text field for the advance search gets disabled vice versa. but i try to do on my own both of them gets disabled and other one not gets enabled. i am just unable to understand whts the problem is there and wht should be the exact code to write if pleeeeeeeeeeeeeeeeeeeez any person with such a kind heart will take me out from this problem i will b really thankful for the person ........waiting for a kind help

the code that i tried is:
in html file:
==============

Simple Search




Adv. Search
and in javascript file:
======================
function showSearchOption(opt)
{
if(opt=='1')
{
document.searchfrm.itemName.disabled="disabled";
document.searchfrm.search1.disabled="disabled";
document.searchfrm.pcategory.disabled="disabled";
document.searchfrm.subcategory.disabled="disabled";


}
if(opt=='2')
{
document.simsearch.itemName.disabled="disabled";
document.simsearch.simsearch.disabled="disabled";
document.searchfrm.search1.enabled="enabled";
document.searchfrm.pcategory.enabled="enabled";
document.searchfrm.subcategory.enabled="enabled";
}
}

GeneralRe: please help meeeeeeeeeeee Pin
Guffa5-Jan-08 10:16
Guffa5-Jan-08 10:16 
GeneralRe: please help meeeeeeeeeeee Pin
Smashing_Perfect6-Jan-08 7:16
Smashing_Perfect6-Jan-08 7:16 
GeneralRe: please help meeeeeeeeeeee Pin
Guffa6-Jan-08 8:13
Guffa6-Jan-08 8:13 
GeneralRe: please help meeeeeeeeeeee Pin
Paul Conrad6-Jan-08 10:05
professionalPaul Conrad6-Jan-08 10:05 
GeneralRe: please help meeeeeeeeeeee Pin
Smashing_Perfect8-Jan-08 7:49
Smashing_Perfect8-Jan-08 7:49 
GeneralRe: please help meeeeeeeeeeee Pin
Paul Conrad7-Jan-08 8:27
professionalPaul Conrad7-Jan-08 8:27 
GeneralGridView problem please help Pin
papa804-Jan-08 18:03
papa804-Jan-08 18:03 
GeneralRe: GridView problem please help Pin
Shog94-Jan-08 18:52
sitebuilderShog94-Jan-08 18:52 
GeneralASP .Net Scheduling Calendar Controls... [modified] Pin
code-frog4-Jan-08 17:35
professionalcode-frog4-Jan-08 17:35 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
Shog94-Jan-08 18:50
sitebuilderShog94-Jan-08 18:50 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
code-frog4-Jan-08 18:54
professionalcode-frog4-Jan-08 18:54 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
Shog94-Jan-08 19:03
sitebuilderShog94-Jan-08 19:03 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
ram19748-Jan-08 18:55
ram19748-Jan-08 18:55 
GeneralWeb site Deployement Problem Pin
ranandbe4-Jan-08 0:42
ranandbe4-Jan-08 0:42 
GeneralRe: Web site Deployement Problem Pin
Hesbon Ongira7-Jan-08 22:50
Hesbon Ongira7-Jan-08 22:50 
QuestionHow to get selected text of a dropdownlist in javascript? Pin
Balagurunathan S3-Jan-08 23:20
Balagurunathan S3-Jan-08 23:20 
AnswerRe: How to get selected text of a dropdownlist in javascript? Pin
Declan Bright4-Jan-08 0:01
Declan Bright4-Jan-08 0:01 

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.