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

Web Development

 
QuestionRe: problem! in inserting picture to SQL database table Pin
Lazy_code_mughal27-Dec-05 1:02
Lazy_code_mughal27-Dec-05 1:02 
AnswerRe: problem! in inserting picture to SQL database table Pin
analytiks27-Dec-05 1:18
analytiks27-Dec-05 1:18 
AnswerRe: problem! in inserting picture to SQL database table Pin
Brian Van Beek27-Dec-05 6:56
Brian Van Beek27-Dec-05 6:56 
QuestionTooltip for each items in select box Pin
Shiby25-Dec-05 19:40
Shiby25-Dec-05 19:40 
AnswerRe: Tooltip for each items in select box Pin
Ketty Avashia27-Dec-05 8:08
Ketty Avashia27-Dec-05 8:08 
QuestionJavascript not woking in Firefox Pin
shwetu125-Dec-05 8:02
shwetu125-Dec-05 8:02 
AnswerRe: Javascript not woking in Firefox Pin
Shog925-Dec-05 16:51
sitebuilderShog925-Dec-05 16:51 
GeneralRe: Javascript not woking in Firefox Pin
shwetu127-Dec-05 4:01
shwetu127-Dec-05 4:01 
Sleepy | :zzz: Thanks for your reply

Actually My problem is that I am creating radioButton dynamically from xml file so I cannot use Attributes.Add in codebehind

I can write a function and adding it in XML file so it gives output like
<asp:radiobutton id="RadioButton1" onlick="toggleT(id1,h)" runat="server">

where my function is toggleT which is written in javascript file.

function toggleT(_w,_h) {
if (document.all) { // is IE
if (_h=='s') eval("document.all."+_w+".style.visibility='visible';");
if (_h=='h') eval("document.all."+_w+".style.visibility='hidden';");
} else { // is NS?
if (_h=='s') eval("document.layers['"+_w+"'].visibility='show';");
if (_h=='h') eval("document.layers['"+_w+"'].visibility='hide';");
}
}

this is working fine in IE but not in firefox and message in JavaScript console is not clear as it is not statisfying any of if condition so whatever i am putting in last it goes there.

Any suggestion will be great

Thanks

viks
GeneralRe: Javascript not woking in Firefox Pin
shwetu127-Dec-05 4:25
shwetu127-Dec-05 4:25 
QuestionMove to a url with post parameters Pin
Goldwind25-Dec-05 6:07
Goldwind25-Dec-05 6:07 
AnswerRe: Move to a url with post parameters Pin
Rajkamal_dfine25-Dec-05 17:21
Rajkamal_dfine25-Dec-05 17:21 
Questionautofill password problem Pin
RyanEwing7623-Dec-05 10:03
RyanEwing7623-Dec-05 10:03 
QuestionHow to authenticate digital signature or SSL public key? Pin
zaferkasap22-Dec-05 21:33
zaferkasap22-Dec-05 21:33 
Questioncontrolling frames over deifferent pages Pin
ISIS5522-Dec-05 6:27
ISIS5522-Dec-05 6:27 
AnswerRe: controlling frames over deifferent pages Pin
Shog925-Dec-05 17:38
sitebuilderShog925-Dec-05 17:38 
QuestionNet runtime crash Pin
SharpSmith22-Dec-05 2:45
SharpSmith22-Dec-05 2:45 
AnswerRe: Net runtime crash Pin
S. Akif Kamal27-Dec-05 4:01
S. Akif Kamal27-Dec-05 4:01 
AnswerRe: Net runtime crash Pin
SharpSmith8-Jan-06 1:48
SharpSmith8-Jan-06 1:48 
QuestionHTML email problem in CGI Pin
sujataghosh22-Dec-05 0:59
sujataghosh22-Dec-05 0:59 
Questionfocus on a control in datagrid?? Pin
pankaj b22-Dec-05 0:22
pankaj b22-Dec-05 0:22 
AnswerRe: focus on a control in datagrid?? Pin
enjoycrack22-Dec-05 9:57
enjoycrack22-Dec-05 9:57 
AnswerRe: focus on a control in datagrid?? Pin
pankaj b23-Dec-05 0:32
pankaj b23-Dec-05 0:32 
Questionstoring data into excel Pin
srinivas_lingumpet21-Dec-05 21:21
srinivas_lingumpet21-Dec-05 21:21 
AnswerRe: storing data into excel Pin
NeverHeardOfMe22-Dec-05 11:21
NeverHeardOfMe22-Dec-05 11:21 
QuestionBy entereing a string load a particular URL in browser Pin
Arindam_DT21-Dec-05 18:10
Arindam_DT21-Dec-05 18:10 

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.