|
|
Comments and Discussions
|
|
 |

|
Hi ,
I'd like to create an android based DICOM Viewer how to proceed? I am from ECE base and have no programming experience in JAVA /Android
|
|
|
|

|
Use the Q&A section. You are as wrong as possible here.
|
|
|
|

|
I have this code...{only radio is work}....I don't know how to connect radio with checkbox .
<html>
<head>
<title>Online Page</title>
<script type="text/javascript">
function questionpage()
{
for (var i=0; i < document.frmOn1.option1.length; i++)
{
if (document.frmOn1.option1[i].checked)
{
var rad_val = document.frmOn1.option1[i].value;
}
}
if (rad_val=="inter")
{
alert("You have Chosen Intermediate Level");
window.location="inter_All.html"
}
else if (rad_val=="high")
{
alert("You have Chosen High Level");
window.location="high_All.html"
}
else
{
alert("You have Chosen Basic Level");
window.location="basic_All.html"
}
}
function questionno1()
{
document.frmOn3.txtnQuestion.value=5
}
function questionno2()
{
document.frmOn3.txtnQuestion.value=10
}
</script>
</head>
<body bgcolor="CC33FF" >
<font size="10" color="black"><marquee>This is Online Test page</marquee><br></font>
<hr>
<form name="frmOn1">
<font>
<b>
<center>
<br>
<h2>Choose a suitable level:</h2>
<font>
<INPUT type="radio" name="option1" value="basic" onClick="questionno1()"> BASIC LEVEL
<INPUT type="radio" name="option1" value="inter" onClick="questionno1()"> INTERMEDIATE LEVEL
<INPUT type="radio" name="option1" value="high" onClick="questionno2()"> HIGH LEVEL
</form>
</font>
</tr>
</center>
<BR>
<form name="frmOn2">
<h2><center>Choose Options:</center></h2>
<center>
<INPUT type="checkbox" name="Addi"> Addition<br>
<INPUT type="checkbox" name="Subt" > Subtraction<br>
<INPUT type="checkbox" name="Multi">Multiplication<br>
<INPUT type="checkbox" name="divi"> Division<br>
</center>
</form>
<form name="frmOn3">
<br> No of Questions(1-10):
<input type="text" maxlength="5" name="txtnQuestion" size="4" readonly=true><br><br>
</form>
Click START
<input type="button" value="START" onClick="questionpage()">
</center>
</font>
</form>
<a href="login.html">Home Page</a>|
<a href="welcomepage.html"> Tutorial</a>
</body>
</html>
|
|
|
|

|
Use the Qestion & Answer section. You are currently posting into the articles' comments.
|
|
|
|
|

|
Sean Ewington wrote: Click on the 'New Thread' link at the top left of the message boards.
Might be good if it will be updated to New Discussion.
Sean Ewington wrote: Some boards require that you logon first.
Not sure about this, but aren't all boards require you to logon first?
Signature construction in progress. Sorry for the inconvenience.
|
|
|
|

|
i wanna generate different number of points on curve with constant number of Knots ?????
|
|
|
|

|
At first I thank you all for the great example of Send Mail By Default Mail Client.
Programmatically adding attachments to emails in C# and VB.NET[^]
I have used the code and it works fine for MS Outlook.
Now I have Installed Zimbra Desktop 7.1.2. The code doesn't work for Zimbra Desktop.
Can anyone help me.
Thanks
|
|
|
|

|
Hello,
I had a problem with the Csgl.dll.
I had VS 2010.
I can´t compile it.
|
|
|
|

|
when I execute the Example9 in the demo in the project of WndResizer, I find it does not responsed.Below is the all process:
(1) firstly, I resize the dialog or click the tab;
(2) secondly, I minimize the dialog;
and then I can't restore the dialog, and it is not responsed.
Thank you.
with my best wishes.
LE Dan
Information Countermeasure Technique Institute, Harbin Institute of Technology
Harbin, 150001, P.R.China
modified 18 Dec '11 - 23:50.
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
This is an FAQ for the Code Project message boards. It can be modified by any Silver member.
| Type | Article |
| Licence | CPOL |
| First Posted | 16 Mar 2010 |
| Views | 334,098 |
| Bookmarked | 16 times |
|
|