|
|
|
อ้างอิง path อื่นใน javascript // คือว่าผมต้องการ ดึงรูปภาพจากอีก path หนึงมาโชว์ แต่ ผมไม่ สามารถ แทรก code ซึ่งเขียนในเป็น javascritp ได้ |
|
|
|
|
|
|
|
[size=10pt]มันจะได้งัย คับ คุณ Unidentifier [/size]
|
|
|
|
|
Date :
2013-10-15 08:08:55 |
By :
wirunmoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<!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" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script type="text/javascript">
var pic2 = "data:image/png;base64,<?php echo base64_encode(file_get_contents('14-8-2556 9-50-00.jpg')); ?>";
function changepic(){
$("#img_c").attr("src",pic2);
}
</script>
</head>
<body>
<?php
echo "<img id='img_c' src='data:image/jpg;charset=utf-8;base64," . base64_encode(file_get_contents('all.jpg'))."' width='150' height='120' >";
?>
<button onclick="changepic();">click</button>
</body>
</html>
|
|
|
|
|
Date :
2013-11-04 16:04:15 |
By :
zoceferatu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|