rasoul22 40 ارسال شده در 27 آذر، ۱۳۹۴ اشتراک گذاری ارسال شده در 27 آذر، ۱۳۹۴ با عرض سلام و خسته نباشید لطف می کنید کد html ساخت یه ادیت تکست که بشه داخلش متن نوشت و یه دکمه که اون متن رو در یک لیبل بنویسه (با زدن روی دکمه) لطفا کمک کنید لینک ارسال به اشتراک گذاری در سایت های دیگر تنظیمات بیشتر اشتراک گذاری ...
shahab.es 5,429 ارسال شده در 27 آذر، ۱۳۹۴ اشتراک گذاری ارسال شده در 27 آذر، ۱۳۹۴ سلام هموطن با Html خالی فک نکنم بشه ها یا باید Asp.net قاطیش کنی یا باید با php بزنی این کدهای html با php <html> <body> <form method="post" action=""> <input type="text" name="edit" /><br /> <input type="submit" name="Button" /> </form> </body> </html> <?php if(isset($_POST['Button'])){ $matn = $_POST["edit"]; echo "</br></br><label>".$matn."</label>"; } ?> اینم کدهای asp.net with C sharpdefault.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %> <!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> <asp:TextBox ID="TextBox1" runat="server" Height="16px"></asp:TextBox> </div> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> <br /> <asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" /> </form> </div> </body> </html> default.aspx.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace WebApplication1 { public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { Label1.Text = TextBox1.Text; } } } اگر هاستتون هاست معمولی(لینوکسی) هست و هاست ویندوزی ندارید، بهتره با php کار کنید برای ارتباط با b4a هم بیشتر دیدم با php کار میکنن یعنی کد زیر دیگه موفق باشید <html> <body> <form method="post" action=""> <input type="text" name="edit" /><br /> <input type="submit" name="Button" /> </form> </body> </html> <?php if(isset($_POST['Button'])){ $matn = $_POST["edit"]; echo "</br></br><label>".$matn."</label>"; } ?> لینک ارسال به اشتراک گذاری در سایت های دیگر تنظیمات بیشتر اشتراک گذاری ...
rasoul22 40 ارسال شده در 28 آذر، ۱۳۹۴ سازنده اشتراک گذاری ارسال شده در 28 آذر، ۱۳۹۴ ممنون لینک ارسال به اشتراک گذاری در سایت های دیگر تنظیمات بیشتر اشتراک گذاری ...
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.