1、HTML頁面怎麼獲取HTML的form表單的數據的源代碼,有嗎。。。拜託了
<form id="form1" name="form1" method="post" action="index.php
src=325&item=iframe&action=save&t=&lc=2" onsubmit="return check();" style="width:433px;height:301px">
<table width="433" height="301" cellpadding="0" cellspacing="0" style="background-image:url(images/sub_mi_expo_05.jpg); width:433px; height:301px;">
<tr>
<td height="70"></td>
</tr>
<tr>
<td width="105" align="right" height="40" class="font_color">您的姓名:</td>
<td align="left" width="102" style="width:102px; overflow:hidden;"><input type="text" id="name" name="name1" maxlength="8"/></td>
<td align="right" width="50" class="font_color" style="width:50px; overflow:hidden;">手機:</td>
<td align="left" width="176"><input type="text" id="phone" name="phone1" maxlength="11"/></td>
</tr>
<tr>
<td width="105" align="right" height="45" class="font_color">收票地址:</td>
<td colspan="3"><input type="text" id="address" name="address" maxlength="100" /></td>
</tr>
<tr>
<td width="105" align="right" height="35" class="font_color">快遞時間:</td>
<td colspan="3"><input type="radio" name="express" value="3" checked="checked"/>任何一天 <input type="radio" name="express" value="1"/>工作日 <input type="radio" name="express" value="2"/>雙休日 </td>
</tr>
<tr>
<td height="55"></td>
<td colspan="3"><p style="width:154px; text-align:center; float:left; height:37px; font-size:12px; color:#FF6666; overflow:hidden; line-height:34px; background-image:url(images/new_cdbm_12.jpg); background-repeat:no-repeat;">已有<font style="font-size:22px; color:#FF0000; font-family:Arial;"></font>人報名</p>
<p style="width:127px; height:37px;float:left;"><input type="submit" value="" id="order_sh" style=" cursor:pointer;background-image:url(images/TIJ_EXPO_NEW_06.jpg); border:0;width:127px; height:37px;" /></p></td>
</tr>
</table>
2、求一段表單提交,後台可以看錶單內容的源代碼
你要的是什麼樣的表單內容的源代碼,是帶form的表單還是表單提交之後,顯示你在表單中填寫的數據?另外你是需要什麼語言的,ASP、PHP還是JAVASCRIPT或者別的
3、有什麼源碼可以實現要登陸之後才能顯示一個網頁,請直接附上源碼和教程謝謝啦~
登錄後建立Session 如:Session["User"]=用戶名;
判斷如果存在這個Session不為空則進入頁面 if(Session["User"]!=null){Response.Redirect("LuRusysterm.aspx")} 否則提示登錄
或者在WebConfig里配置表單內驗證容 在System.web下添加
<authentication mode="Forms">
<forms loginUrl="LRperson.aspx" defaultUrl="LuRusysterm.aspx" name=".ASPNETFORMSTEST" protection="All" timeout="30" ></forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
4、做這個表單的源代碼?
想看源代碼可以直接右鍵點擊「查看網頁源代碼」
5、請教高手:用織夢做的網站如何添加登錄注冊表單?
1、織夢自帶就有來會員功能
2、在源你的後台開啟會員功能
3、建議參照織夢原始模板,以查看如何使用標簽調用哦
4、看你的截圖,就是織夢的原始模板哦,直接打開模板文件就能看到如何實現的
5、至於前台的樣式,就需要你自己修改或者重新寫css樣式了
多素材網
為您解答
望採納
6、求一段提交表單源碼
可以用ajax提交,把輸入的值提交到php頁面,在php頁面做判斷返回對應的序列號,ajax成功執行接收返回的序列號,再做對應的跳轉頁面就行。代碼還是你自己寫吧,自己寫的記憶深
7、誰會做系統登錄表單的設計?
$留個標記,絕對救急
$帶著你的問題和Email來找我,
$如有進一步需求 ,可以與我們取得聯系,祝你順利畢業.
----
此回復針對所有需要此源碼的頁面訪問和圍觀者有效.
$帶著你的問題和Email來找我,
8、利用JSF實現form表單提交數據用戶姓名和密碼的源代碼,有嗎。。。拜託了,簡單的
有的,我發你吧
9、誰能幫寫個簡單的html表單源代碼?
這是以前在學校寫的 自己拿去改改吧
那個發郵件的指定到你郵箱的功能不是html能實現的餓- -!
<html>
<head>
<title>表單源碼</title>
<head>
<body bgcolor="#A0EEDC">
<form method="post" action="c:\" name="myform" enctype="multipart/form-data">
<table bgcolor="#DAB4F1" width="60%" height="70%" align="center" border="0" bordercolor="red" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" bgcolor="#A3C2E4" align="center" width="100%" >請完成以下表格</td>
</tr>
<tr>
<td align="right" width="30%">姓名 </td>
<td><input type="text" name="yhm" size="10" maxlength="15"/></td>
</tr>
<tr>
<td> </td>
<td align="left"><font size="2">請在此處填寫姓名,</font><br/><font face="黑體" color="#ff0000" size="3">字元最長為四個漢字,或八個英文字母</font><td>
</tr>
<tr>
<td align="right">性別 </td>
<td>
<input type="radio" name="xb" value="男"/>男
<input type="radio" name="xb" value="女"/>女
</td>
</tr>
<tr>
<td align="right">電子郵件地址 </td>
<td><input type="text" name="dzyj" size="40" maxlength="50"/></td>
</tr>
<tr>
<td align="right">職業</td>
<td>
<select name="zy">
<option value="0" selected>傳播/媒體 </option>
<option value="1">計算機/IT</option>
<option value="2">金融</option>
<option value="3">教育</option>
<option value="4">其他</option>
</select>
</td>
</tr>
</>
<tr>
<td align="right">個人愛好</td>
<td>
<input type="checkbox" name="ah" value="0"/>電腦網路
<input type="checkbox" name="ah" value="1"/>影視娛樂
<input type="checkbox" name="ah" value="2"/>棋牌游戲 <br/>
<input type="checkbox" name="ah" value="3"/>讀書讀報
<input type="checkbox" name="ah" value="4"/>美酒佳餚
<input type="checkbox" name="ah" value="5"/>繪畫書法
</td>
</tr>
<tr>
<td> </td>
<td><font face="楷體" size="3">在此選擇興趣愛好,可以選擇一個以上的選項。</td>
</tr>
<tr>
<td align="right">留言內容</td>
<td><textarea cols="25" rows="4" name="liuyan"></textarea></td>
</tr>
<tr>
<td colspan="2" bgcolor="#A3C2E4" align="center" width="100%" ><font size="2">請完成後,選擇下面的Submit按鈕提交表單。</font></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="tj" value="Sumbit"/>
<input type="reset" name="qk" value="Reset"/>
</td>
</tr>
</table>
</form>
</body>
</html>