Runtime Error and subsequent Database Results Wizard error.

B

Bill Schroyer

top.list.location refers to the top frame. FrontPage
places the DIW in a frames page by default. If you
restructured it you need to remove the block of code:
<script Language="JavaScript">
<!--
top.list.location.href = top.list.location.href;
// -->
</script>

Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
-----Original Message-----
I'm working with FP2003. I created a database and then
created Database Editor web site. Everything works fine,
with two exceptions:
When I try to update a record I get the following two errors:
1) A runtime error "top.list.location is null or not an
obect". This comes from a script embedded in update.asp
which is generated from FrontPage.
2) After I choose not to debug, I get an error "Database Results Wizard Error
The operation failed. If this continues, please contact your server administrator."

I've seen these before in the posts, but have not seen a
resolution. I'm under the gun to get this project
completed so I would appreciate any help.
 
W

Wizard

Great, thanks! That took care of the top.list problem, but I still get the database results error. Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top