Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: nemo5
Forum: Perl Dec 31st, 2006
Replies: 8
Views: 3,409
Posted By nemo5
It is perfectly ok what compiler regards, but I agree it is not a good coding style.
Forum: JavaScript / DHTML / AJAX Dec 31st, 2006
Replies: 2
Views: 1,447
Posted By nemo5
Your problem is, that the subsequent calls to the ajaxrequest are using the same global variable for the request. The posted answer is right in the point to make the calls synchronous. Other thing...
Forum: JavaScript / DHTML / AJAX Dec 31st, 2006
Replies: 11
Views: 7,461
Posted By nemo5
What makes a difference between ajax and iframe approach is the use of dom model. Ajax takes this as one of it's base concepts.

This same goes for the original question - use dom to add/remove the...
Forum: JavaScript / DHTML / AJAX Dec 31st, 2006
Replies: 2
Views: 42,289
Posted By nemo5
There are more ways to do it than just cookies - it basicaly depends if you want to store the session between visits that happend at the same time, or if you want to save sessions for later use.
...
Forum: PHP Dec 31st, 2006
Replies: 7
Views: 71,702
Posted By nemo5
The best way would be to make an ajax call, but the proposed iframe solution would work as well. You don't even have to make the iframe small, just set it's style attribute to:

style="visibility:...
Forum: JavaScript / DHTML / AJAX Dec 31st, 2006
Replies: 11
Views: 74,602
Posted By nemo5
This solution is not really a sleep. It effectively postpones the execution of function called by the setTimeout method, but javasctipy is asynchronous, so the execution of the commands following the...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC