This topic is locked

Modifications produce error

7/11/2005 5:08:19 PM
ASPRunnerPro General questions
C
chabian author

I got this to work fine and it is pulling my data correctly and it sorts fine when I leave it alone. I however, would like to right align a table and put a logo at the top.
When I do anything to the page, and then try to sort, it gives me a : Line 323 error that says document.forms.frmAdmin.orderby is null or not an object. It does this if I even try to insert a background image on the page tbl_list.asp page.
Can anyone help me on this?

Sergey Kornilov admin 7/12/2005

Hi,
please post here the code snippet you modify before and after change.
Also please read the article How to add picture to ASP pages using Template Editor.

C
chabian author 7/12/2005

I was able to fix the error. It was moving a </form> tag around so I corrected that and seems to be fine.