Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / MS JScript / August 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
regex: quoting issue31 Aug 2006 18:59 GMT4
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 address31 Aug 2006 08:21 GMT3
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 process30 Aug 2006 22:21 GMT16
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 Javascript30 Aug 2006 17:36 GMT9
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 Download30 Aug 2006 13:41 GMT6
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 assignment29 Aug 2006 22:19 GMT4
I get the following error:
--------
Microsoft JScript runtime error '800a000d'
Type mismatch
Re: IE - opener.closed - Permission denied29 Aug 2006 17:50 GMT2
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 GMT2
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 constructors29 Aug 2006 00:25 GMT2
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 JS28 Aug 2006 03:38 GMT5
Can anyone convert this code below to JS?
Thanks
======================
cmd = "dir /b /s | sort"
ASP Request.form size26 Aug 2006 20:39 GMT2
Is it possible to get the size of request.form posted to server in bytes/kb?
thanks
praveen
Ajax acts unpredictable24 Aug 2006 17:55 GMT6
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 JavaScript24 Aug 2006 08:52 GMT2
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 DIV22 Aug 2006 00:20 GMT7
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.asa20 Aug 2006 00:36 GMT18
BlankI tried to set up a global.asa
<script language=vbscript runat=server>
Sub Session_OnStart  do_onstart
End Sub
Pages: 1 2 3 July, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.