codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  disable radio button  ForceF16 at 15:25 on Tuesday, April 25, 2006
 

Hi,

It has 3 three radio buttons, but whenever user is using "Custom Summary Statement" radio button. he/she can write message there. The other 2 radio buttons are using to click to the next page but not be able to write anything. Please show me how could I disable it?

Thanks,

Dan

<% if not rsIssues.EOF then
Response.Write "<table>"
x=0
do until rsIssues.eof
if x=0 then
Response.Write "<TR bgcolor=white>"
x=1
else
Response.Write "<TR>"
x=0
end if
Response.Write "<TD><input "
'onclick=slctit"&rsIssues("ID")&"('"&rsIssues("ID")&"');
Response.Write " type=radio id=ID name=ID value="&rsIssues("ID")
if (not Session("NEWIssueID") = "") and (Session("NEWIssueID") = rsIssues("ID")) then
Response.Write " checked"
end if
Response.Write "></TD>" & vbcrlf
Response.Write "<TD>" & rsIssues("Text") & "</TD></TR>" & vbcrlf
rsIssues.MoveNext

loop
Response.write "<tr><td><input type=radio name=id id=ID></td><td>Custom summary statement ONLY</td></tr>"
Response.Write "</table>"
end if %>








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Digital.Canal.Software.V2013
•  Altair_HyperWorks_12.0.1_Win64
•  Global.mapper.V15.0
•  ESI.PAM-RTM.V2010.0
•  KISSsoft.03.2013E.SP5
•  Technical.Toolboxes.Pipeline.Toolbox.2013.Enterprise.v15.0.0
•  Simprotek.Simprosys.V3.0
•  Ricardo.SABR.V6.0p1
•  PSIM.V9.2


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2013