The weirdest ASP.Net error ever

  • Thread starter Thread starter Mark C. Neustadt
  • Start date Start date
M

Mark C. Neustadt

I am getting a strange javascript style error when viewing one of our
webpages.

http://64.213.162.194/Products/ProductPage.aspx?pid=5412

When visiting that page (passing any valid product id) results in a
javascript style error. The text is below:

Line: 3
Char: 1
Error: Syntax error
Code: 0
URL: http://64.213.162.194/Products/ProductPage.aspx?pid=5412

The weird part is that it will display fine four times in a row. It's
only on the fifth attempt that this error is thrown. What?! It works
fine four times in a row and then throws the error on the fifth
refresh of the page. Here's another sick twist... the problem only
presents itself on Internet Explorer. I am running v6.0.2800.1106.
The problem does not present itself when viewing the page with Mozilla
or Netscape.

There is some javascript in the page, but it clearly does not change
between page refreshes. Plus the first several lines of HTML being
rendered contain no javascript at all....


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Full Compass Systems -
JBL Control-24CT
</title>


I am MEGA-STUMPED!! Please help!! The server is running IIS 5 and
..Net Framework 1.1.4322
 
you are using smartnav - turn it off. its posting to a hidden frame, then
copying the dom to original frame (with client script). smartnav should not
be used on pages that have script.

-- bruce (sqlwork.com)
 
Back
Top