Forum: JavaScript / DHTML / AJAX Jul 16th, 2009 |
| Replies: 6 Views: 1,492 I was checking my javascript code with your suggestions and still did not find what can cause this error
Can it be related to the onMouseOver event Iām using for each msg in my page
<td><img... |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2009 |
| Replies: 6 Views: 1,492 When loading my web page I'm getting this error
"stack overflow at line 0"
What can be the reason for that? Is it related to the images I'm using in my site?
Thanks
S.M |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 7 Views: 548 Thank you all - i chaged to utf-8 and it 's working great now :) |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 7 Views: 548 The problem with using DB in the asp code, is that it seems not executing the javascript block at all. like a problem in the order of execution which is not happen when i'm using hard coded x (in the... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 7 Views: 548 Thank you . I eventually put the ā<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ā inside the header and saw that javascript deals good with hebrew.
Inside my asp code I... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 7 Views: 548 Hello
In my asp page I successfully extracted records from my database. The records are written in Hebrew.
I used <% @ codepage=65001 %> and <% Response.Charset= "utf-8" and the display worked... |