|
|
|
ใครว่างช่วยทีกำลังสอบโปรเจค ช่วยด้วยยยยยยยยยย ด่วนมากเลยยยยยยยยย |
|
|
|
|
|
|
|
เอา function onclick ออก ก็น่าจะได้แล้วนะครับ
Code (PHP)
<label>
Word
<input name="btnButton4" type="radio" value="word" />
</label>
<label>
Ecxel
<input name="btnButton3" type="radio" value="excel" />
</label>
<label>
PDF
<input name="btnButton3" type="radio" value="PDF" />
</label>
|
ประวัติการแก้ไข 2013-03-11 12:19:17
|
|
|
|
Date :
2013-03-11 12:19:03 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้เลยช่วยทีๆ ด่วนมากเลยอ่า
|
|
|
|
|
Date :
2013-03-11 12:26:05 |
By :
mameaw4569 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ย่อให้เหลือแค่นี้อา ดูออกมะ คือตอนนี้ กดที่ radio แล้วมันโหลด ไฟเลย อยากให้เลือก radio แล้ว กด summit แล้วค่อยโหลดไฟอะ
Code (Java)
<script language="javascript">
function fncSubmit(strPage)
{
if(strPage == "page1")
{
document.form1.action="<?php echo $_SERVER['PHP_SELF']; ?>";
}
if(strPage == "page2")
{
document.form1.action="phpexcel.php";
}
if(strPage == "page3")
{
document.form1.action="phpword.php";
}
if(strPage == "page4")
{
document.form1.action="PDF.php";
}
document.form1.submit();
}
</script>
Code (PHP)
<form id="form1" name="form1" method="get" action="page.cgi">
<input name="btnButton4" type="radio" value="word" onClick="JavaScript:fncSubmit('page3')" />
</label>
<label>
Ecxel
<input name="btnButton3" type="radio" value="excel" onClick="JavaScript:fncSubmit('page2')" />
</label>
<label>
PDF
<input name="btnButton3" type="radio" value="PDF" onClick="JavaScript:fncSubmit('page4')" />
|
ประวัติการแก้ไข 2013-03-11 12:41:17
|
|
|
|
Date :
2013-03-11 12:39:38 |
By :
mameaw4569 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
<script language="javascript">
function fncSubmit(strPage)
{
if(strPage == "page1")
{
document.form1.action="<?php echo $_SERVER['PHP_SELF']; ?>";
}
if(strPage == "page2")
{
document.form1.action="phpexcel.php";
}
if(strPage == "page3")
{
document.form1.action="phpword.php";
}
if(strPage == "page4")
{
document.form1.action="PDF.php";
}
document.form1.submit(); // ************************************* เอาตรงนี้ออกครับ
}
</script>
|
|
|
|
|
Date :
2013-03-11 12:46:31 |
By :
cookiephp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วจะเพิ่ม ปุ่มยังไง อาให้มัน ลิ้งไป ตาม radio อา
|
|
|
|
|
Date :
2013-03-11 12:48:15 |
By :
mameaw4569 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- -
ใส่ไปใน <form> ครับ
<input type="submit" value="Submit " />
|
|
|
|
|
Date :
2013-03-11 12:51:52 |
By :
cookiephp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตามคุณน้องแมวของคุกกี้ เลยครับ
ใส่ฟอรืม แล้วกดเอาเลย เอา // ไปใส่ไว้ข้างหน้า
//document.form1.submit(); แบบนี้เลย รีมาร์คมันไว้
|
|
|
|
|
Date :
2013-03-11 13:04:08 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|