Click here to Skip to main content
15,919,358 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Navigation from a PHP form Pin
MacRaider48-Feb-11 6:58
MacRaider48-Feb-11 6:58 
GeneralRe: Navigation from a PHP form Pin
MacRaider48-Feb-11 7:25
MacRaider48-Feb-11 7:25 
GeneralRe: Navigation from a PHP form Pin
cjoki8-Feb-11 13:26
cjoki8-Feb-11 13:26 
QuestionSlow Animation Pin
Ali Al Omairi(Abu AlHassan)2-Feb-11 20:10
professionalAli Al Omairi(Abu AlHassan)2-Feb-11 20:10 
AnswerRe: Slow Animation Pin
cjoki4-Feb-11 10:06
cjoki4-Feb-11 10:06 
GeneralRe: Slow Animation Pin
Ali Al Omairi(Abu AlHassan)5-Feb-11 8:16
professionalAli Al Omairi(Abu AlHassan)5-Feb-11 8:16 
GeneralRe: Slow Animation Pin
cjoki5-Feb-11 10:31
cjoki5-Feb-11 10:31 
Questionhow to send the parameta values by submit button Pin
jasonp082-Feb-11 7:28
jasonp082-Feb-11 7:28 
how to send the parameta values by submit button
i have two submit buttons.
please help me.

<script type="text/javascript">
function FormSend(){
if(!CheckForm(document.frm_cpacheck)) return;
with(document.frm_cpacheck){
submit();
}
}

</script>

<center>
<table width="970" border="0" cellpadding="0" cellspacing="0"><tr><td bgcolor="#FFFFFF">
<div align="center" style="bgcolor:#FFFFFF"><div id="divGN" class="navi" style="width:970px"><script type="text/javascript" src="http://www.koreadaily.com/_dev/javascript/gn.js"></script></div></div>
</td></tr></table>
</center>

<form action="cpa_proc.asp" name="frm_cpacheck" method="post" onsubmit="return checkForm(this)" >
<input type="hidden" name="part" value="<%=part%>"/>
<div class="wrap">
<div class="pg2">
<h1><img src=/pg2_top.gif" /></h1>
<dl>
<dd class="image"><img src=/pg2_01.gif" /></dd>
</dl>
<dl class="radio">
<h2><img src=/title_check.gif" /></h2>
<dd><strong>1. </strong>
<input type="radio" name="no1" value="Y" id="no_11" /><label for="no_11"> yes</label>
<input type="radio" name="no1" value="N" id="no_12" /><label for="no_12"> No</label>
</dd>
<dd><strong>2. </strong>
<input type="radio" name="no2" value="Y" id="no_21" /><label for="no_21"> yes</label>
<input type="radio" name="no2" value="N" id="no_22" /><label for="no_22"> No</label>
</dd>
<dd><strong>3. </strong>
<input type="radio" name="no3" value="Y" id="no_31" /><label for="no_31"> yes</label>
<input type="radio" name="no3" value="N" id="no_32" /><label for="no_32"> No</label>
</dd>
</dl>
</div>

<p><img src="/2011project/pg1_03.gif" /></p>

<h3><img src="/2011project/title_etc.gif" /></h3>
<div class="etc">
<ul>
<li>K </li>
<li>M </li>
<li> </li>
</dl>
</div>

<div class="service">
<h2><img src=/title_service.gif" /></h2>
<dl>
<dd>1. </dd>
<dd>2. </dd>
<dd>3. </dd>
<dd>4. </dd>
<dd>5. </dd>
<dd>6. </dd>
<dd class="image"><a href=""><img src=/btn_service.gif" /></a></dd>

<dd class="check">
<img src=/title_agree.gif" />
<input type="checkbox" name="agree" >
</dd>
</dl>
</div>

<div class="button">
<dl>
<dd class="btncash">

<!-- Here it is the problem-->

<input type="image" src=/btn_48.gif" name="money" value="48" alt="$48" />
<input type="image" src=/btn_73.gif" name="money" value="73" alt="$73" />

<!-- Here it is the problem-->

</dd>
<p><img src=/pg1_05.gif" /></p>
<dd class="btn">
<a class="btn2" href="/list.asp?bbs_id=258" target="blank"><img src=/btn_board1.gif" /></a>
<a class="btn3" href="/list.asp?bbs_id=259" target="blank"><img src=/btn_board2.gif" /></a>
</dd>
</dl>
</div>

<p><img src=/pg1_bottom.gif" /></p>
</div>
</form>
AnswerRe: how to send the parameta values by submit button Pin
Shahriar Iqbal Chowdhury/Galib2-Feb-11 9:28
professionalShahriar Iqbal Chowdhury/Galib2-Feb-11 9:28 
QuestionXMLHttpRequest Pin
MWRivera28-Jan-11 10:21
MWRivera28-Jan-11 10:21 
AnswerRe: XMLHttpRequest Pin
MWRivera31-Jan-11 4:02
MWRivera31-Jan-11 4:02 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 5:03
cjoki31-Jan-11 5:03 
GeneralRe: XMLHttpRequest Pin
MWRivera31-Jan-11 5:18
MWRivera31-Jan-11 5:18 
GeneralRe: XMLHttpRequest Pin
MWRivera31-Jan-11 6:04
MWRivera31-Jan-11 6:04 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 7:58
cjoki31-Jan-11 7:58 
QuestionInteger by reference Pin
vhassan25-Jan-11 23:53
vhassan25-Jan-11 23:53 
AnswerRe: Integer by reference Pin
Not Active26-Jan-11 2:25
mentorNot Active26-Jan-11 2:25 
GeneralRe: Integer by reference Pin
vhassan26-Jan-11 17:40
vhassan26-Jan-11 17:40 
GeneralRe: Integer by reference Pin
Yusuf27-Jan-11 1:09
Yusuf27-Jan-11 1:09 
QuestionSession Timeout Pin
MWRivera25-Jan-11 10:03
MWRivera25-Jan-11 10:03 
AnswerRe: Session Timeout Pin
Manfred Rudolf Bihy25-Jan-11 10:36
professionalManfred Rudolf Bihy25-Jan-11 10:36 
GeneralRe: Session Timeout Pin
MWRivera25-Jan-11 11:14
MWRivera25-Jan-11 11:14 
GeneralRe: Session Timeout Pin
MWRivera26-Jan-11 4:52
MWRivera26-Jan-11 4:52 
QuestionPageMethods in Jquery Pin
Vimalsoft(Pty) Ltd25-Jan-11 3:11
professionalVimalsoft(Pty) Ltd25-Jan-11 3:11 
AnswerRe: PageMethods in Jquery Pin
Not Active25-Jan-11 3:57
mentorNot Active25-Jan-11 3:57 

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.