| Thread | Last Post | Replies |
|
| stop a service | 30 Apr 2005 04:39 GMT | 1 |
How do I stop a service using WMI?
|
| Why the results are different with each other... | 30 Apr 2005 00:39 GMT | 7 |
I made a html file that only has the short JScript as following. <!--TestToReadUserID.html--> <script language="JScript"> alert('test alert on JScript1');
|
| Can I cancel the IE ctrl+F find window? | 29 Apr 2005 19:37 GMT | 1 |
I am trapping the onkeydown event for my web page, and if the user enters ctrl+F, I set the returnValue of the event to false to prevent the IE find dialog from poping up, but it comes up anyway. Is there a way that I can stop the IE dialog? Thanks.
|
| Is importNode supported by IE and W3c? | 29 Apr 2005 15:13 GMT | 3 |
Is importNode supported by IE and W3c? Example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html><head>
|
| Show an info dialog box | 29 Apr 2005 11:09 GMT | 1 |
is possible show a info dialog box? like alert dialog box but with the icon of a confirm dialog box, only OK button. Thanks. Albano
|
| how add a box (border) for a specific word (word in td) | 28 Apr 2005 22:46 GMT | 3 |
I have a table with 3 rows and 3 columns of words (data). How can I add a box (border) for one word in a cell? Thanks.
|
| Newbie : A simple question, please help me ! | 28 Apr 2005 20:07 GMT | 4 |
I post a message "how to print a hidden page" but no answer, thus I try over two week then I succes. I can create a table with a "Print" button in each row, when I click one of them, it popup the "Printer" box, however, the print job name is ("InvoicePrint.asp?WInv=undefined"), ...
|
| HOWTO copy nodes from one IFRAME to another IFRAME. | 28 Apr 2005 13:49 GMT | 5 |
HOWTO copy nodes from one IFRAME to another IFRAME. Please help, I need a W3C technique to copy a node from one IFRAME to another IFRAME, where both frames are in the same 2nd level domain ("example: mydomain.com").
|
| Resizing Pop-Up with Dynamic Content | 28 Apr 2005 13:39 GMT | 2 |
I have a pop-up window that lists out content dynamically from a database (VBScript/SQL Server). At the very bottom of the list is a textbox to add another item, and a submit button. Is there any way when I pop this window, that I can dynamically resize it to fit the content when ...
|
| Detecting whether browser menubar is visible. | 28 Apr 2005 05:42 GMT | 2 |
I use <A> links with HREF pointing to a script that opens a new window with menubar=0. I do this because I serve copyrighted content that I don't want visitors to be able to save. But a clever thief can copy my script, eliminate the menubar=0 attribute, and easily steal my ...
|
| HOWTO Create a FORM object using W3C techniques. | 27 Apr 2005 19:23 GMT | 1 |
HOWTO Create a FORM object using W3C techniques. Please help, I've found a BUG (as far as I am concerned) with other browsers including Netscape and Opera. The FORM element does not post dynamically changed
|
| HOWTO Make innerHTML work on IE and netscape. | 27 Apr 2005 19:06 GMT | 8 |
HOWTO Make innerHTML work on IE and netscape. Please help, I've been using "innerHTML" with javascript running under IE to dynamically gather "changed" HTML from one HTML object like a IFRAME or a DIV, to then
|
| How can i get the security setting of IE with javascript? | 27 Apr 2005 11:26 GMT | 3 |
How can i get the security setting of IE with javascript?
|
| Preload Images Function. Need Help. Thanks. | 27 Apr 2005 07:49 GMT | 1 |
I want to preload some images and I found a javascript function: function preloadImages() { var d=document; if(d.images){ if(!d.p) d.p=new Array(); var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length;
|
| Help enumerating... | 27 Apr 2005 00:42 GMT | 1 |
I am a new to jscript. I wrote a simple ldap query in VBScript: Dim OU Set OU = GetObject ("LDAP://OU=Account3,DC=EXCH300,DC=domain,DC=net") OU.Filter = Array("user", "group")
|