سلام يه چيزي به ذهنم رسيده
چطوري ميشه فرم ورود به بلاگر رو توي خود وبلاگ يه گوشهاي گذاشت كسي مي دونه
ببنيد شدنيه فقط يه مقدار كمك مي خواهم
يه فرم يه Action داره كه مي تونه از rootباشه و يك آدرس كه به كجا ميره اين رو اگر كسي مي دنه به من كمك كنه براي بقيههم فكر ميكنم جالب باشه
نظرتون چيه؟
[left:a8dd5e94d1]Here is the code just copy and paste it you want it .Hope you enjoy it

.
Here is a sample. <a href='http://sassan.ath.cx/signin.html[/left:a8dd5e94d1]' target='_blank'>http://sassan.ath.cx/signin.html[/left:a8dd5e94d1]</a>
[left:a8dd5e94d1]CODE:[/left:a8dd5e94d1]
[code:1]<script language="JavaScript">
function newSignUp() {
openWin('http://www.blogger.com//newuserinfo.pyra');
window.document.newuserlogin.submit();
}
function openWin(URL) {
aWindow=window.open(URL,'newWin','width=500,height=350;toolbar=no,status=no,scrollbars=yes,resize=no,menubar=no');
}
function checknewuserlogin(f) {
if (f.username.value < " ") {
alert("Please enter a username.");
f.username.focus();
return false;
}
if (f.password.value < " ") {
alert("Please enter a password.");
f.password.focus();
return false;
}
if (f.vpassword.value < " ") {
alert("Please enter your password again, for verification.");
f.vpassword.focus();
return false;
}
if (f.password.value != f.vpassword.value) {
alert("The passwords you entered do not match.");
f.password.focus();
f.password.select();
return false;
}
}
</script>
<table border="0" width="152" cellspacing="0" cellpadding="7" bgcolor="#003366">
<tr>
<td width="139">
<form name="login" action="http://www.blogger.com//login-action.pyra" method="post">
<table border="0" cellspacing="0" cellpadding="3" bgcolor="#003366" width="139">
<tr>
<td colspan="2" width="132">
<img src="http://www.blogger.com/images/signin.gif" alt="sign in" width="56" height="15" border="0"><font color="#FFFFFF">
by</font> <font color="#FF9900">
<a href="http://sassan.blogspot.com">
<font color="#FF9900">Sassan</font></a></font></td>
</tr>
<tr>
<td colspan="2" width="132"><p class="small">
<font size="2" color="#FFFFFF">If you have a Blogger
account, please sign in.</font></p></td>
</tr>
<tr>
<td valign="middle" align="right" width="78"><p class="small">
<font color="#FFFFFF">username</font></p></td>
<td valign="middle" width="49"><p class="small">
<input type="text" name="username" size="8"></p></td>
</tr>
<tr>
<td valign="middle" align="right" width="78"><p class="small">
<font color="#FFFFFF">password</font></p></td>
<td valign="middle" width="49"><p class="small">
<input type="password" name="password" size="8"></p></td>
</tr>
<tr>
<td valign="middle" align="center" colspan="2" width="132"><p class="small"><input type="checkbox" name="remember" value="1"><span class="small"><font color="#FFFFFF">Remember
me</font>
<font size="2"> <a href="javascript:alert('Checking this box will cause a cookie to be placed on your browser, which will nautomatically log you into Blogger (and all Pyra Network sites) from this ncomputer in the future.nnIf other people use the computer you are currently on, you probably do not want nto do this.')">
<font color="#FF9900">[?]</font></a></font></span><input type="submit" name="submit1" value="sign in" class="button"></p></td>
</tr>
<tr>
<td colspan="2" width="132"><p class="small"><b><a href="http://www.blogger.com//forgot.pyra">
<font color="#FF9900" size="2">Forgot your password?</font></a></b></p></td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<!-- end sign in -->
<img src="http://www.blogger.com/images/blank.gif" alt="" width="1" height="1" border="0"><br>
<!-- beg sign up -->[/code:1]