|
|
|
popup แบบเว็บ thaicreate ตอนเข้าโปรแกรมมาทำยังไงครับ |
|
|
|
|
|
|
|
ถ้าตัวนี้ผมใช้
ผมใช้ Popup Fancybox ครับ
Code (JavaScript)
<script type="text/javascript">
$(document).ready(function() {
$("#various1").fancybox({
'titlePosition' : 'inside',
'transitionIn' : 'none',
'transitionOut' : 'none'
}).trigger('click');
});
</script>
|
|
|
|
|
Date :
2012-03-28 09:21:26 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับพี่วิน
แล้วถ้าผมอยากจะใส่ textbox หรือ button ลงไปในนั้น จะทำยังไงครับ ^^
|
|
|
|
|
Date :
2012-03-28 09:24:13 |
By :
sodamax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับพี่วิน ขอบคุณมากครับ
|
|
|
|
|
Date :
2012-03-28 09:31:28 |
By :
sodamax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับพี่วิน ขอบคุณมากครับ
|
|
|
|
|
Date :
2012-03-28 09:34:28 |
By :
sodamax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พี่วินครับ ผมจะเอากรอบสีขาวๆออกได้ยังไงครับ แนะนำทีครับพี่ ผมโหลด มาจากลิงค์ที่พี่ให้มาครับ
Popup Fancybox jQuery and PHP Mysql สร้างกล่อง Fancybox ทำงานร่วมกับ PHP และ MySQL
อีกเรื่องครับพี่
ตอนผม test กับ หน้าธรรมดาออดปกติครับ
แต่พอใช้ครับ master page มันไม่ออกครับ แนะนำทีครับ
|
ประวัติการแก้ไข 2012-03-28 11:26:44
|
|
|
|
Date :
2012-03-28 10:56:50 |
By :
sodamax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใน page ธรรมดาไม่มีปัญหาอะไรครับ
แต่พอใช้ master page มันมีปัญหาครับ
code master page ครับ
Code (ASP)
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site1.master.cs" Inherits="WebApplication1.Site1" %>
<!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 runat="server">
<title></title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>
code หน้าที่เรียกใช้ครับ
Code (ASP)
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication1.WebForm3" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<script type="text/javascript" src="scripts/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript">
$(document).ready(function () {
$('a[id^="edit"]').fancybox({
'width': '22%',
'height': '31.2%',
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'type': 'iframe',
onClosed: function () {
parent.location.reload(true);
}
});
});
</script>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<asp:HyperLink ID="edit" runat="server" href="test2.aspx">HyperLink</asp:HyperLink>
<br />
</asp:Content>
code หน้าที่ถูกเรียกใช้ครับ
Code (ASP)
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
<!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 runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div style="background-position: center; vertical-align:middle; border-style: hidden; height: 170px; width: 229px;
background-attachment: inherit; background-repeat: repeat; font-size: x-large;
font-family: Little_Star; background-color: #006600;" class="shadow"
align="center" >
<asp:Label ID="Label20" runat="server" Style="color: #FFFFFF; font-weight: 700" Text="ดาวน์โหลดใบเสร็จ"
ForeColor="#663300" CssClass="style25"></asp:Label>
<br />
<asp:TextBox ID="tb_idcusbill" runat="server"></asp:TextBox>
<asp:ImageButton ID="ib_showbill" runat="server" ImageUrl="~/Image/drive_download.png"
Height="31px" Width="38px" CssClass="style20" />
<br />
<asp:Label ID="Label21" runat="server" Text="กรอกรหัสของคุณ" CssClass="style26" ForeColor="White"></asp:Label>
<br />
<asp:Label ID="Label22" runat="server" Text="**b161220110001**" CssClass="style26"
ForeColor="White"></asp:Label>
<br />
<asp:LinkButton ID="LinkButton2" runat="server" ForeColor="White">close [X]</asp:LinkButton>
</form>
</body>
</html>
|
|
|
|
|
Date :
2012-03-28 15:29:38 |
By :
sodamax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แนะนำทีครับ
|
|
|
|
|
Date :
2012-03-28 19:04:08 |
By :
sodamax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|