|
|
|
อยากทราบว่า การย่อขยายรูปแบบนี้ทำยังไงครับ เปลี่ยนค่า height กับ width ขนาดของรุปก็เปลี่ยนตาม |
|
|
|
|
|
|
|
ผมเปิดของคุณไม่ได้นะครับ
แต่มันน่าจะเป็นแบบนี้
Code (PHP)
Linkของคุณ?height=150&weight=150
อันนี้ code
Code (PHP)
<?
$h = $_GET['height'];
$w = $_GET['weight'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<label>
<input type="image" name="imageField" id="imageField" src="pathของรูปภาพ" height="<?=$h?>" width="<?=$w?>" />
</label>
</form>
</body>
</html>
สรุป ก็คือเวลาคุณเอารูปลงมา คุณก็เพิ่ม height กับ weight เข้าไปใน code เเล้วที่นี่ก็ส่งตัวแปรแบบ $_GET เพราะจะให้แสดงที่ address bar
เเล้วคุณก็รับค่าแบบ $_GET มาเเล้วก็เอาเข้าไปใส่ตัวส่วนของ height กับ weight มันก็จะได้แบบที่คุณต้องการแล้วครับ
|
|
|
|
|
Date :
2011-09-05 18:00:59 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เยี่ยมจริง ๆ
|
|
|
|
|
Date :
2011-09-05 18:05:25 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|