Stack Overflow

G

Guest

I get an error message while working on a web page that reads - "Stack
Overflow at Line: 412"
Can someone tell me what this means and what, if anything, I need to do
about this? I am having problems on this page and am wondering if this is
related?
 
S

Stefan B Rusynko

What is in Code view at that line
- must be a script or object call that is bad (delete it)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I get an error message while working on a web page that reads - "Stack
| Overflow at Line: 412"
| Can someone tell me what this means and what, if anything, I need to do
| about this? I am having problems on this page and am wondering if this is
| related?
 
R

Ronx

Stack Overflow is an error that is often associated with recursive
functions - script functions that call themselves until something
breaks, either the stack overflows or a variable hits a value that
exits the function. In your case it appears to be the former..
 
G

Guest

Thank you. The problem is I don't even have that many lines in this
particular page. I have 300+ and this line is 412 - not even close. I
intended to go in my code and fix it and perhaps delete but there is nothing
to delete or fix???
 
G

Guest

Thank you for your response. I had inserted a "hit counter" and that did not
work correctly so I deleted it. But I have had problems on the page ever
since. And I don't have 412 lines!! I only go to 300+ something.
 
S

Steve Easton

Somewhere on your page you have some javascript,or a link to an external .js file
This is where you'll find the error.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
K

Kevin Spencer

A Stack Overflow is caused by a program or script. I would guess some
JavaScript. It is almost always caused by an infinite loop.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
 
G

Guest

Yes indeed! I removed 2 nonessential javascripts - a date-time function and
a bookmark function. Now the page is working correctly!
Thank you very much!
TWsT
 

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

Similar Threads


Top