Personalized ***_list.asp + header |
11/23/2005 5:16:28 AM |
ASPRunnerPro General questions | |
A
Alex_xelA author
I'm not able to personalized the file _list.asp. |
|
![]() |
Sergey Kornilov admin 11/23/2005 |
Alex, <!--#include file="header.asp"--> |
A
|
Alex_xelA author 11/24/2005 |
Thanks, Sergey |
![]() |
Sergey Kornilov admin 11/24/2005 |
Alex, Response.Write("<body topmargin=5 bgcolor=white") if Request.Form<>"" or Request.QueryString<>"" then Response.Write(" onLoad=""if (document.frmAdmin.SearchFor != null) document.frmAdmin.SearchFor.focus();""") Response.Write(">")
|
A
|
Alex_xelA author 12/7/2005 |
Thanks Sergey, |
![]() |
Sergey Kornilov admin 12/8/2005 |
Alex, |