iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-15-2006, 01:26 PM
WebProWorld New Member
 
Join Date: Mar 2006
Location: So Cal
Posts: 3
scws RepRank 0
Default Error messege?

I revamped a club website and visitors are getting a error messege when they visit our site.

Error does not show up on my computer when I visit the site.

Site is www.wakeboardclub.com and the error messege is "Stack Overflow". Host is Earthlink and we used Front Page.

Any suggestions on how to fix this?

Thanks!
Josh
Reply With Quote
  #2 (permalink)  
Old 03-15-2006, 02:18 PM
Lerza's Avatar
WebProWorld Member
 
Join Date: Mar 2006
Location: Lexington, KY
Posts: 78
Lerza RepRank 0
Default

I viewed it in FF and didn't get the error message, but I did get it in IE.
Reply With Quote
  #3 (permalink)  
Old 03-15-2006, 02:32 PM
Lerza's Avatar
WebProWorld Member
 
Join Date: Mar 2006
Location: Lexington, KY
Posts: 78
Lerza RepRank 0
Default

It looks like you've pasted the following Javascript twice. Get rid of one of them and the page will load just fine. Also (and this is only an issue on older browsers) you should paste the JS between the <head> tags, not in the body.
Code:
<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
  window.open = SymWinOpen;
  if(SymRealOnUnload != null)
     SymRealOnUnload();
}

function SymOnLoad()
{
  if(SymRealOnLoad != null)
     SymRealOnLoad();
  window.open = SymRealWinOpen;
  SymRealOnUnload = window.onunload;
  window.onunload = SymOnUnload;
}



//-->
</script>
Reply With Quote
  #4 (permalink)  
Old 03-15-2006, 02:55 PM
WebProWorld New Member
 
Join Date: Mar 2006
Location: So Cal
Posts: 3
scws RepRank 0
Default

I will check it...thanks for the fast response and the advice!

I will post back to share what happened...

Thanks!

Josh
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:27 PM.



Search Engine Optimization by vBSEO 3.3.0