| Thread | Last Post | Replies |
|
| regex: quoting issue | 31 Aug 2006 18:59 GMT | 4 |
i have a regex with negative lookahead to make sure a certain expression is *NOT* within double-quotes. function isUnquoted (searchExpr, arg) { var r = new RegExp ('(?![^"]*'+searchExpr+ '[^"]*")'+searchExpr+'','g');
|
| Visitor's IP address | 31 Aug 2006 08:21 GMT | 3 |
I have created a webpage in "geocities.sbcglobal..." I need to know if there is anyway to log my visitors information (like IP address,name, Etc.) in a file. I already have a script that gives me some information but I don't know how
|
| opening another browser instance in a new process | 30 Aug 2006 22:21 GMT | 16 |
I'm planning a browser application which launches other browser applications. However I do NOT want the browsers opened from the launch browser to run in the same process (don't want cookies shared). Is anybody aware of a technique for opening another browser instance in
|
| XSLT Transformation in Javascript | 30 Aug 2006 17:36 GMT | 9 |
In non-IE browsers I can use the XSLTProcessor to apply an XSL style sheet to an XML DOM Node and get returned the transformed XML as a DOM Node using XSLTProcessor.transformToFragment(). As there is no XSLTProcessor in IE, I have to use (correct me if I'm
|
| Detecting completion of Download | 30 Aug 2006 13:41 GMT | 6 |
Does anybody know of a way, to detect if a specific download box is present or not. I just want to know if a box is present or not, so I can display a status page on my web page letting the individual know that they now have to click on open.
|
| Type mismatch in Cookie.Expires assignment | 29 Aug 2006 22:19 GMT | 4 |
I get the following error: -------- Microsoft JScript runtime error '800a000d' Type mismatch
|
| Re: IE - opener.closed - Permission denied | 29 Aug 2006 17:50 GMT | 2 |
I finally found a solution to the problem below in : http://groups.google.com/group/microsoft.public.windows.inetexplorer.ie6.browser /browse_thread/thread/5ae4e1329c33091f/9358af25cebad4d1?lnk=st&q=explorer+script +error&rnum=16&hl=en The solution is actually in: http://support ...
|
| IE 7 - Can I use both IE6 and install IE7 and use both? | 29 Aug 2006 08:35 GMT | 2 |
Not sure if this is the right Newsgroup. I have all the major browser (IE6, Firefox 1.5, Mozilla 1.7, Netscape) because I am doing Web development. IE7 for SP2 is now in latest build. Can I download this test build and
|
| Help on constructors | 29 Aug 2006 00:25 GMT | 2 |
I was doing my tests to have a better understand about how prototype property works. I wrote an alert to see the constructor of the object 'oThing' and I had supose it will show me 'function two() {...}', but it doesn't, it returns 'function one() {...}', as you can see running ...
|
| Convert VBS to JS | 28 Aug 2006 03:38 GMT | 5 |
Can anyone convert this code below to JS? Thanks ====================== cmd = "dir /b /s | sort"
|
| ASP Request.form size | 26 Aug 2006 20:39 GMT | 2 |
Is it possible to get the size of request.form posted to server in bytes/kb? thanks praveen
|
| Ajax acts unpredictable | 24 Aug 2006 17:55 GMT | 6 |
I've been using ajax for some time now with different customers. I've never had problems with it and i always use my same ajax functions (see below). Now with my current customer the ajax calls act unpredictable. With my current customer i have ajax call behind a button that creates
|
| Using .NET Object from JavaScript | 24 Aug 2006 08:52 GMT | 2 |
I've have a .NET Assembly, which is COM Visible. I would like to load objects from this assembly in javascript code. E.g. Assembly Book.dll has the class Book and I would like to use <script language="javascript" type="text/javascript">
|
| Determining if the mouse is hovering over a DIV | 22 Aug 2006 00:20 GMT | 7 |
This seems like it should be easy, but it's proving not to be. What I want to do is fairly simple. I have a div and I want to know ehn the mouse is over is and when the mouse is no longer over it. My first tendency is to use onmouseover and onmouseout, but the problem is that the ...
|
| ASP question global.asa | 20 Aug 2006 00:36 GMT | 18 |
BlankI tried to set up a global.asa <script language=vbscript runat=server> Sub Session_OnStart do_onstart End Sub
|