 |
[PHP]
เปลี่ยนจากลิ้ง มาเป็น popup windows งัยครับ เปลี่ยนจากลิ้ง มาเป็น popup windows งัยครับ |
|
 |
|
|
 |
 |
|
Code (JavaScript)
01. <script language= "javascript1.4" type= "text/javascript" >
02.
03. var popUpWin=0;
04. function popUpWindow(URLStr, left, top, width, height){
05. if (popUpWin){
06. if (!popUpWin.closed) popUpWin.close();
07. }
08. popUpWin = open(URLStr, 'popUpWin' , 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=' +width+ ',height=' +height+ ',left=' +left+ ', top=' +top+ ',screenX=' +left+ ',screenY=' +top+ '' );
09. }
10.
11. </script>
Code (PHP)
1. <a onclick= "popUpWindow('ค่าที่ต้องการส่ง',250,50,40,40);" >Open PopUp</a>
|
 |
 |
 |
 |
Date :
2012-04-27 09:16:59 |
By :
babyprogrammer |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
r,$=a.length,A,P,ha,pa,la,wa="",R={},ja={},ga=[],ea=[];for(r=0;r<$;r++){A=a[r];P=A.event;ha="fc-event fc-event-hori ";if(S){if(A.isStart)ha+="fc-corner-right ";if(A.isEnd)ha+="fc-corner-left ";pa=A.isEnd?j(A.end.getDay()-1):c;la=A.isStart?F(A.start.getDay()):h}else{if(A.isStart)ha+="fc-corner-left ";if(A.isEnd)ha+="fc-corner-right ";pa=A.isStart?j(A.start.getDay()):c;la=A.isEnd?F(A.end.getDay()-1):h}wa+="<div class='"+ha+P.className.join(" ")+"' style='position:absolute;z-index:8;left:"+pa+"px'><a"+(P.id?" href='./index.php?file=show_act_total&act_id="+Ka(P.id)+"'":"")+">"+(P.allDay&&A.isStart?"<span class='fc-event-time'>"+Ka(Ea(P.start,P.end,e.option("timeFormat"),B))+"</span>":"")+"<span class='fc-event-title'>"+Ka(P.title)+"</span></a>"+((P.editable||P.editable===J&&B.editable)&&!B.disableResizing&&m.fn.resizable?"<div class='ui-resizable-handle ui-resizable-"+(S?"w":"e")+"'></div>":"")+"</div>";A.left=pa;A.outerWidth=la-pa}E[0].innerHTML=wa;h=E.children();for(r=0;r<$;r++){A=a[r];c=m(h[r]);P=A.event;j=e.trigger("eventRender",
โค๊ดเปนแบบนี้ครับผมไม่รู้ว่าต้องแก้ตรงไหน อย่างไร เพราะไม่คุ้นกะ ภาษา javascript
|
 |
 |
 |
 |
Date :
2012-04-27 14:57:21 |
By :
kuzaifi |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ช่วยตอบทีครับ
|
 |
 |
 |
 |
Date :
2012-04-27 19:58:22 |
By :
kuzaifi |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|