|
|
|
ทำ input type ให้ linkไปหน้าอื่นยังไงครับ ปุ่มที่ใช้ทำ submit นะครับทำให้ใช้เป็นปุ่ม link แทนทำยังไงครับ |
|
|
|
|
|
|
|
ลองใช้ event onclick ของ javascript แล้วเรียกใช้ function location.replace("ชื่อURL") ดูคับ
<input type="submit" name="Submit2" value="View" onclick='location.replace("www.thaicreate.com")'>
|
|
|
|
|
Date :
19 พ.ย. 2550 09:44:57 |
By :
... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<input type=”button” name=”button” id=”button” value=”แก้ไขข้อมูลส่วนตัว” onclick=”window.location=’test.php'” />
|
|
|
|
|
Date :
2015-02-11 16:23:05 |
By :
ณัฐชนน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="http://www.google.com"><input type="button" value="submit"></a>
|
|
|
|
|
Date :
2015-02-11 19:18:24 |
By :
pgm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุนครับ เม้น 3
|
|
|
|
|
Date :
2017-01-04 14:34:22 |
By :
หำแหล่ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
function exadd()
{
popupWindow =window.open('xxxx.php',"_blank","directories=no, status=no, menubar=no, scrollbars=yes, resizable=no,width=950, height=400,top=200,left=200");
}
<input name="" type="button" value="In" onclick="javascript:exadd()" style="cursor:pointer;" />
ผมใช้แบบนี้ ทำ popup ไม่รู้ว่าตรงตามต้องการไหม
|
|
|
|
|
Date :
2017-01-04 17:17:24 |
By :
limberger |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยอดเยี่ยม
|
|
|
|
|
Date :
2018-04-20 11:01:10 |
By :
้่าสะัีร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ เม้น 3
|
|
|
|
|
Date :
2019-05-30 16:05:33 |
By :
กูแมน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|