| Thread | Last Post | Replies |
|
| How to use "getex" on an object ? | 31 Oct 2003 20:56 GMT | 1 |
I want to list all the groups a user belongs to; I use IADS::GetEx to obtain this. But how do I access the result ? ouser = GetObject("LDAP:// ... ");
|
| ie not keeping id names correct on attached tables | 31 Oct 2003 19:54 GMT | 4 |
Hello List, The code below illustrates the problem. Click the "+" button the both the 30th and the 31st (in that order) then try to remove, the "-" button, the entry for the 30th. The entry for the 31st is removed. Then
|
| Manuals about JScript | 31 Oct 2003 18:39 GMT | 2 |
Are there any manuals about JScript? Or about maintaining a window which is equally OK in both JScript and JavaScript?
|
| Automated Access to a "https" website | 31 Oct 2003 15:17 GMT | 2 |
Would appreciate any hints how to using Scripts or VB to perform an automated login and submitting forms on pages from a secured HTTPS website. Tried the frameset and with the Https pages loaded into a
|
| Form variables not accessible | 31 Oct 2003 12:12 GMT | 2 |
I developed a site which uses lots of forms (Before I really knew what I was doing), and hundreds of lines of JavaScript. Frequently, I use Javascript to set form variables, and
|
| how to "extract" variable name? | 31 Oct 2003 03:28 GMT | 3 |
hello, I have something like this: test = function() { this.var0 = "val0"; this.var1 = 3.14159;
|
| date arithmetic | 30 Oct 2003 22:20 GMT | 4 |
how do i compare the difference between two dates, or add a period of time to a date? pseudo code: if (scheduled_date > current_date + 2 months)
|
| Passing Parameters & Retreiving the value - Javascript | 30 Oct 2003 14:48 GMT | 1 |
How is it possible to pass a parameter value to another web page, and for that page to retrive the value. Page 1 <a href="http://www.apage.com/page.html&x=10">
|
| Prototyping object methods/properties | 30 Oct 2003 11:43 GMT | 5 |
I need some clarification about adding methods/properties to JavaScript objects that should be easy for the experts here to explain. Given the following myObject contructor, are the two
|
| Client-side web developer wanted | 30 Oct 2003 09:27 GMT | 4 |
I work for EMC Corporation, and I'm the project manager on a .Net web app project. We have an immediate need for a senior, experienced developer that has focused on high-end UI web development. Our application includes a graphical, drag-and-drop, visio-like, outlook-like design. ...
|
| Help on Document.xx.xx.value | 30 Oct 2003 01:20 GMT | 4 |
After the calculate the result. How can I add "$" in front of the calculate result? Thanks! --
|
| Validating Date Ranges using Javascript | 30 Oct 2003 00:01 GMT | 2 |
I have two input fields on an ASP Page. User enters 2 dates. I want to check that the difference in months does not exceed 360 months.
|
| How to remove the menubar,locationbar and toolbar of current window in IE? | 29 Oct 2003 21:00 GMT | 3 |
I would really like to have your help in this regard. How would i be able to remove the toolbar, menubar and location bar, of current(or active) window using jscript. Although, if we open a new window using window.open(), we can resize the new window and remove its toolbar ...
|
| VB Controls and wscript | 29 Oct 2003 18:40 GMT | 4 |
When running a script through wscript.exe, I would like to popup a standard VB form - ie I would like to be able to do something like: var x = new ActiveXObject("VB.Form") or
|
| Resetting session variables | 29 Oct 2003 18:39 GMT | 4 |
If I'm not in the right newsgroup, please tell me where I can post the question. I have an Include page that is included in each page where I check if session variables have expired.
|