Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 7 of 7
Search took 0.04 seconds.
Search: Posts Made By: FalcorTheDog
Forum: Ajax and Design 09-06-2007, 04:38 PM
Replies: 1
Views: 4,531
Posted By FalcorTheDog
Managed to fix the problem with: ...

Managed to fix the problem with:

xmlHttp.overrideMimeType('text/xml; charset=iso-8859-1');

works like a charm!
Forum: HTML & CSS 09-06-2007, 04:37 PM
Replies: 2
Views: 591
Posted By FalcorTheDog
Managed to fix the problem with: ...

Managed to fix the problem with:

xmlHttp.overrideMimeType('text/xml; charset=iso-8859-1');

works like a charm!
Forum: Ajax and Design 09-05-2007, 10:48 PM
Replies: 1
Views: 4,531
Posted By FalcorTheDog
AJAX responseText display in Firefox

I'm dynamically creating a few sections of my page using AJAX by gathering some names from an external site and displaying them on the page. Everything works fine in Safari, but when I view the...
Forum: HTML & CSS 09-05-2007, 02:33 PM
Replies: 2
Views: 591
Posted By FalcorTheDog
Firefox displaying ?'s

I'm dynamically creating a few sections of my page using AJAX by gathering some names from an external site and displaying them on the page. Everything works fine in Safari, but when I view the...
Forum: Java and JSP 12-09-2004, 11:53 PM
Replies: 7
Views: 45,702
Posted By FalcorTheDog
Neat, I sort of get it. But is there any way to...

Neat, I sort of get it. But is there any way to do it without these try/catch statements? For example, why doesn't this simple code work (by "work" I mean displaying "test" every second):

...
Forum: Java and JSP 12-09-2004, 10:24 PM
Replies: 7
Views: 45,702
Posted By FalcorTheDog
Awesome, I got it working, but could you explain...

Awesome, I got it working, but could you explain this piece of code to me?:


try
{
Thread.sleep(10000);
}
catch (Exception e) {}
Forum: Java and JSP 12-09-2004, 09:19 AM
Replies: 7
Views: 45,702
Posted By FalcorTheDog
Java Timer

I just started playing with timers today, so I'm not too sure what I'm doing. All I want is to get something simple to work... Here I'm trying to display "test" once every second. Why isn't it...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 05:16 AM.