First  |  Prev |  Next  |  Last
Pages: 665 666 667 668 669 670 671 672 673 674 675 676 677
Spin Chat
Directsex.com uses spinchat which comes with commands like users, etc. However, DS removed those commands so users are only able to chat but not much else. Two people have figured out a way to restore all the spinchat commands (users, whois, locate, etc.) and they have other functions like clearing the chat screen... 17 Oct 2005 23:00
XMLHttpRequest
Hey Guys, The problem i'm having is that our company is provided with a xml link. My job is to create a javascript menu based on the information retrieved from that link. We/I do not have access to MainServer1 as it belongs to another company whoe provides us with the data. The issue here is that the xml link an... 14 Oct 2005 10:26
How to call a js file from another js file?
How to call a js file from another js file? ... 19 Oct 2005 02:02
double-byte character
is it possible to detect any double-byte character in the text? thanks. tony ... 16 Oct 2005 16:18
runtime error: object required?
Hi, Our webpage uses the following JavaScript code. function toggleSubmenu(divId, link) { var div = document.getElementById(divId); div.style.display = (div.style.display == 'block') ? "none" : "block"; if (link.className == "") link.className = "tempselected"; else link.className = ""; }... 27 Sep 2005 17:07
Need help with eval()
Folks, I'm writing this command: form_name.elements[i].property_name = action; //action = true/false I want to pass the property_name as dynamic value so if the function passes "disabled" it'll be like: form_name.elements[i].disabled = true; I tried to do that with eval but couldn't get it to work! A... 18 Sep 2005 17:23
DOM 2 Events
Hi, I've written some javascript to implement DOM 2 Events in IE (addEventListener, removeEventListener, etc) and I would like to know which browsers it works in. I've tested it in Firefox 1.0.6, Deer Park Alpha 2, Opera 8.02 and IE6 and IE7 Beta 1, all on WinXP SP2. Could some of you please take a look a... 12 Sep 2005 13:06
Hide / Show form Elements.
I've found this script that allows be to hide/show form elements.. <script language="JavaScript"><!-- var toggle = true; function show(object) { if (document.layers && document.layers[object]) document.layers[object].visibility = 'visible'; else if (document.all) { document.all[object... 8 Sep 2005 20:24
show/hide thingy
I'd like to have a show/hide widget on my web site, kind of like "show details" / "hide details" in Google Groups. Is there a tutorial explaining how to make them? Google's is a bit complex and it's easy to get something wrong. If the browser does not support the required features, I want it to generate a completel... 7 Sep 2005 16:33
Refreshing page at onResize event: problem with Firefox
Hi, i need to refresh page cathcing "onResize" event. I wrote this code: <body onResize="javascript:winodw.location.reload(true); return true;"> On I.E. it works, but it doesn't work on Firefox. Someone knows why? Thanks in advantage! ... 29 Aug 2005 23:42
First  |  Prev |  Next  |  Last
Pages: 665 666 667 668 669 670 671 672 673 674 675 676 677