Forum: JavaScript / DHTML / AJAX Sep 22nd, 2009 |
| Replies: 7 Views: 507 |
Forum: JavaScript / DHTML / AJAX Sep 21st, 2009 |
| Replies: 7 Views: 507 |
Forum: JavaScript / DHTML / AJAX Sep 20th, 2009 |
| Replies: 7 Views: 507 dont worry most users with one posts are of "post and run" type. he will probably never come back, and when he wants to come back, he will create another user as he already forgot his credentials. |
Forum: JavaScript / DHTML / AJAX Sep 20th, 2009 |
| Replies: 5 Views: 2,593 if it does not work in those browsers, just find the substitute and post it to here instead of useless commenting. |
Forum: JavaScript / DHTML / AJAX Sep 19th, 2009 |
| Replies: 5 Views: 2,593 |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009 |
| Replies: 7 Views: 507 document.style.cursor = "cursorTypeName"; |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009 |
| Replies: 1 Views: 573 i havent seen any advantages rather it causes some undocumented errors. it sucks dude, i dont like it. |
Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 3 Views: 374 |
Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 3 Views: 374 there are two built in functions in javascript : setTimeout and setInterval check them out there are milions of examples out web. |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009 |
| Replies: 9 Views: 676 Thanks for taking me into consideration :) |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009 |
| Replies: 9 Views: 676 i dont think he is looking for such a processor consuming way of deleting the memory. i think delete keyword works better for his needs. or basically setting the array to null. |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009 |
| Replies: 9 Views: 676 wow i have created big javascript applications so far and yet i have never needed to delete something from memory. why do you need it? |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 559 it has to do with caching. your page is cached on the clients computer, that is why they are able to get the page. if your server-side is asp.net then you can control caching settings for both client... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 7 Views: 3,870 refer to this thread http://www.daniweb.com/forums/thread201252.html |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 0 Views: 498 ayesha789 asked me how to use my smooth scroll script in code snippets section.
i created an example for him here :
htmlpage :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: JavaScript / DHTML / AJAX Jun 18th, 2009 |
| Replies: 5 Views: 551 why didnt you post it as a snippet? |
Forum: JavaScript / DHTML / AJAX Jun 10th, 2009 |
| Replies: 1 Views: 2,654 you have to change your settings for internet explorer. tools options then advanced, there is a section for activex controls, play around with them. |
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009 |
| Replies: 4 Views: 578 it is because in xml, nodes can either be terminal or not. when you specify a src attribute for a script tag, it becomes a terminal node which means you can not add any child to it, when you add a... |
Forum: JavaScript / DHTML / AJAX May 28th, 2009 |
| Replies: 5 Views: 744 yes, you can use ajax, query the webservice with ajax, when you get the location information in your xmldocument object. you can run your javascript code accordingly. |
Forum: JavaScript / DHTML / AJAX May 28th, 2009 |
| Replies: 5 Views: 744 you can detect users ip adress using javascript then find location using some webservices.
http://javascript.internet.com/user-details/ip-address.html
what is your server-side platform? |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 2 Views: 763 i couldnt open the link you provided.
are you looking something like this
http://www.daniweb.com/code/snippet1140.html |
Forum: JavaScript / DHTML / AJAX May 21st, 2009 |
| Replies: 5 Views: 358 you are going to create frameset and your top frame will be 0%, then you are going to embed your sound to your top frame. the navigation will take place in the main frame, so the background sound... |
Forum: JavaScript / DHTML / AJAX May 21st, 2009 |
| Replies: 1 Views: 864 instead of making an iframe editable use wysiwyg editor like this :
http://freerichtexteditor.com/ |
Forum: JavaScript / DHTML / AJAX May 19th, 2009 |
| Replies: 4 Views: 365 if you are creating an application for internet, it is better to use javascript that is supported on all common browsers. dont use just firefox or internet explorer specific javascript objects. |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 2 Views: 643 try asp.net man, all this functionality is encapsulated to one web control: calender. and there is one in ajax control toolkit for asp.net. |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 1 Views: 360 you seem to have it all, why do you ask for further?
i only use visual studio debugger for debugging javascript. |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 11 Views: 871 look i dont think it is a good idea to load the file after the link clicked, it may still take long and it can call the function before the load completes in which case you are going to get object... |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 11 Views: 871 post also the link that will load this file |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 11 Views: 871 what you want is possible, i demostrate that in following :
your html page content :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009 |
| Replies: 3 Views: 388 this link has all the methods you need :
http://www.adp-gmbh.ch/web/js/msxmldom/methods_properties.html
create an msxmldom object then load your xml file, then select the nodes and assign them to... |
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009 |
| Replies: 0 Views: 885 guys i have come to conclusion that basically pocket internet explorer for windows mobile 5.0 and pocket pc 2003 basically dont support javascript. It is better to do everything based on simplest... |
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009 |
| Replies: 0 Views: 2,258 very cute and short image scroll script. |
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009 |
| Replies: 4 Views: 2,033 i dont understand why this guys dont mark threads as solved when they got the answer. But here is i corrected the img tags.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009 |
| Replies: 0 Views: 400 i need documentation for internet explorer 4 javascript support.
thanks |
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009 |
| Replies: 6 Views: 912 and to retrieve that information using javascript :
<html>
<body>
<script type="text/javascript">
document.write( navigator.userAgent);
</script>
</body>
</html> |
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009 |
| Replies: 6 Views: 912 here is the jsp version of the same thing :
<html>
<head>
<title>Enumeration Scriplet</title>
</head>
<body>
<h2>
Enumerations</h2>
<p> |
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009 |
| Replies: 1 Views: 634 textfield has change event but it is triggered when you press tab button :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">... |
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009 |
| Replies: 2 Views: 4,557 are you looking for something like this :
http://luke.breuer.com/tutorial/javascript-modal-dialog.aspx |