امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
table بالای صفحه نمی افته
نویسنده پیام
sanam آفلاین
كاربر تک ستاره
*

ارسال‌ها: 34
موضوع‌ها: 25
تاریخ عضویت: اسفند ۱۳۸۳

تشکرها : 0
( 1 تشکر در 1 ارسال )
ارسال: #1
table بالای صفحه نمی افته
این فایل منه که تگ asp و تگ html هم توش هست حالا هر کاری می کنم table بالای صفحه نمی افته می ره پایین می افته و باید با اسکرول عمودی پایین بروم که بتونم ببینمش . کسی می دونه چه جوری باید حلش کنم ؟
کد:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<TITLE></TITLE>
<script>
function goback() {
    history.go(-1);
}
</script>
</HEAD>
<BODY topmargin="0" leftmargin="0">
<div align="right">
<table border=1 dir="rtl" style="MARGIN-TOP: 0px; VERTICAL-ALIGN: top; BORDER-COLLAPSE: collapse" bordercolor="#111111" bordercolor="#111111" cellpadding="0" cellspacing="0" valign=top align="center">
<tr>
<td width="100" valign="top" style="margin-left: 0">
<font face="Tahoma" size="2">شهرستان/اعتبار</font><font face="Tahoma"> </font>
</td>
<%if session("validation")=false then
   Response.Redirect("user_gostaresh.asp")
  end if%>
<%if (len(trim(Request.QueryString("year")))=0) then %>
    <p dir="rtl" align="center"><font face="Tahoma" size="2" color="#008000"><A href="javascirpt:goback()"><%Response.Write ("براي برگشت اينجا را کليک کنيد")%></A></font></p><%
    Response.End
else
end if%>
<%
set con1=server.CreateObject("adodb.connection")
con1.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+server.mappath("expenses.mdb")+";Persist Security Info=False"
set rst1=server.CreateObject("adodb.recordset")
strsql1="select shahrestan from shahrestan "
rst1.open strsql1,con1,1,3
%>

<%set con=server.CreateObject("adodb.connection")
con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+server.mappath("expenses.mdb")+";Persist Security Info=False"
set rst=server.CreateObject("adodb.recordset")
strsql="select expense from etebar where (sal like '" &trim(Request.QueryString ("year"))  &"' and mah='"&trim(Request.QueryString ("mah"))&"') "
rst.open strsql,con,1,3%>
<%for k=1 to rst.recordcount%>
<td nowrap width="100" valign="top" style="margin-left: 0">
<%=rst.fields("expense")%><font face="Tahoma">
<%rst.movenext%>
</font>&nbsp;</td>
<%next%>
</tr>
<%rst.movefirst%>
<%for i=1 to rst1.recordcount ' all shahrestan%>
<tr>
<td width="100" nowrap valign="top" style="margin-left: 0">
<%=rst1.fields("shahrestan")%><font face="Tahoma" size="2"> </font>&nbsp;</td>
<%    for j=1 to rst.recordcount ' all expenses%>
<%
        strsql2="select etebar from etebar where (sal like '" &trim(Request.QueryString ("year"))  &"' and mah='"&trim(Request.QueryString ("mah"))&"' and shahrestan='"&trim(rst1.fields ("shahrestan"))&"' and expense='"&trim(rst.fields ("expense"))&"')"
        'response.write(strsql2)
        'response.end
    set con2=server.CreateObject("adodb.connection")
    con2.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+server.mappath("expenses.mdb")+";Persist Security Info=False"
    set rst2=server.CreateObject("adodb.recordset")
    rst2.open strsql2,con2,1,3  'all etebar%>
    <%if rst2.recordcount>0 then%>
    <td width="100" nowrap valign="top" style="margin-left: 0">
    <%=rst2.fields("etebar")%><font face="Tahoma" size="2"> </font>&nbsp;</td>
    <%else%>
    <td width="100" nowrap valign="top" style="margin-left: 0">
    <font face="Tahoma" size="2">صفر </font>
    </td>
    <%end if%>
    <%rst2.close%>
    <%con2.close%>
    <%rst.movenext%>
     &nbsp;
<%next%>
</tr>
<%rst1.movenext%>
<%rst.movefirst%>
<%next%>
<%
rst.Close
con.Close
rst1.Close
con1.Close

%>
</tr>
</table>
<%if err.number<>0  then %>
    <p dir="rtl" align="center"><font face="Tahoma" size="2" color="#008000"><%Response.Write ("اشکالی در عملیات وجوددارد")
    %></font><br><font face="Tahoma" size="2" color="#008000"><A href="javascirpt:goback()"><%Response.Write ("براي برگشت اينجا را کليک کنيد")%></A></font></p><%
    
    
    rst.Close
con.Close
rst1.Close
con1.Close

    Response.End %>
<%
else
'rst.Close
'con.Close
'rst1.Close
'con1.Close
end if
%>
</BODY>
</div>
<table align=center>
<tr>
<td>
<INPUT type=button value="منوی اصلی" style ="FONT-FAMILY: tahoma" id=button1 name=button1 onclick="window.location ='main_gostaresh.asp'">
</td>
</table>
</div>

</HTML>

۲۷-فروردین-۱۳۸۶, ۱۵:۳۸:۳۴
وب سایت ارسال‌ها
پاسخ


موضوعات مرتبط با این موضوع...
موضوع نویسنده پاسخ بازدید آخرین ارسال
Question [سوال] عدم پرش به بالای صفحه با PostBack javaweb 2 3,028 ۱۵-خرداد-۱۳۹۲, ۱۳:۲۹:۲۲
آخرین ارسال: javaweb
  table and captcha stringf 3 2,361 ۱۰-اردیبهشت-۱۳۹۱, ۱۷:۱۶:۴۱
آخرین ارسال: lord_viper
Question رفتن به صفحه HOME tayebeh 1 2,062 ۱۹-دى-۱۳۸۶, ۱۹:۴۰:۳۳
آخرین ارسال: mbza11
  سوال در رابطه صفحه Login ΛΛ Θ l-l $ Σ Ω 8 5,930 ۱۴-دى-۱۳۸۶, ۱۹:۵۴:۰۲
آخرین ارسال: ΛΛ Θ l-l $ Σ Ω
  ساخت صفحه ورود اطلاعات با ASP ΛΛ Θ l-l $ Σ Ω 29 18,772 ۱۴-دى-۱۳۸۶, ۱۰:۳۸:۲۶
آخرین ارسال: mbza11

پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان

صفحه‌ی تماس | IranVig | بازگشت به بالا | | بایگانی | پیوند سایتی RSS