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

Web Development

 
AnswerRe: Dynamic creation of XML node Attributes and Elements in Javascript Pin
Perspx2-Sep-08 5:48
Perspx2-Sep-08 5:48 
QuestionOld site using Site Server .. what to use now? Pin
SimonRigby2-Sep-08 1:14
SimonRigby2-Sep-08 1:14 
Questionhow to host Website Pin
Ankit At Codeproject1-Sep-08 23:32
Ankit At Codeproject1-Sep-08 23:32 
AnswerRe: how to host Website Pin
Manas Bhardwaj2-Sep-08 2:03
professionalManas Bhardwaj2-Sep-08 2:03 
QuestionValidate the button if clicked or not? Pin
hifiger20041-Sep-08 22:36
hifiger20041-Sep-08 22:36 
AnswerRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 0:16
NeverHeardOfMe2-Sep-08 0:16 
GeneralRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 0:37
hifiger20042-Sep-08 0:37 
GeneralRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 1:55
NeverHeardOfMe2-Sep-08 1:55 
Have you even tried to solve this yourself? Sigh...

<html>
<head>
<title></title>
<SCRIPT language="JavaScript">
function submitform(x)
{
document.getElementById("t1").value=x;
document.getElementById("f1").submit();
}
</SCRIPT>
</head>
<body>
<form name="f1" id="f1" method="post" action="hifinger.asp">
<img src="image1.gif" onclick="submitform(1)" />
<img src="image2.gif" onclick="submitform(2)" />
<input type="hidden" name="t1" id="t1" />


<%'

If Request("t1") = "1" Then Response.Write "You clicked image 1"
If Request("t1") = "2" Then Response.Write "You clicked image 2"

%>

</form>
</body>
</html>
AnswerRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 2:21
hifiger20042-Sep-08 2:21 
QuestionSession variable, How does it work in classic ASP? Pin
hifiger20041-Sep-08 8:47
hifiger20041-Sep-08 8:47 
AnswerRe: Session variable, How does it work in classic ASP? Pin
NeverHeardOfMe1-Sep-08 9:59
NeverHeardOfMe1-Sep-08 9:59 
QuestionHow do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 5:12
Brady Kelly1-Sep-08 5:12 
AnswerRe: How do I wrap text in a TD? Pin
Perspx1-Sep-08 5:16
Perspx1-Sep-08 5:16 
GeneralRe: How do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 6:04
Brady Kelly1-Sep-08 6:04 
GeneralRe: How do I wrap text in a TD? Pin
dotnethunk3-Sep-08 2:53
dotnethunk3-Sep-08 2:53 
AnswerRe: How do I wrap text in a TD? Pin
Shog91-Sep-08 7:04
sitebuilderShog91-Sep-08 7:04 
GeneralRe: How do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 7:14
Brady Kelly1-Sep-08 7:14 
QuestionAjax Cascading Dropdown Pin
K V Sekhar1-Sep-08 1:11
K V Sekhar1-Sep-08 1:11 
AnswerRe: Ajax Cascading Dropdown Pin
Shog91-Sep-08 7:00
sitebuilderShog91-Sep-08 7:00 
AnswerRe: Ajax Cascading Dropdown Pin
Gayani Devapriya1-Sep-08 18:06
Gayani Devapriya1-Sep-08 18:06 
QuestionAutomaticlly Change Text on dates Pin
Member 34482961-Sep-08 0:07
Member 34482961-Sep-08 0:07 
AnswerRe: Automaticlly Change Text on dates Pin
Ashfield1-Sep-08 1:31
Ashfield1-Sep-08 1:31 
GeneralRe: Automaticlly Change Text on dates Pin
Member 34482961-Sep-08 10:00
Member 34482961-Sep-08 10:00 
GeneralRe: Automaticlly Change Text on dates Pin
Ashfield1-Sep-08 19:58
Ashfield1-Sep-08 19:58 
JokeRe: Automaticlly Change Text on dates Pin
Member 34482961-Sep-08 21:58
Member 34482961-Sep-08 21:58 

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.