| Thread | Last Post | Replies |
|
| Problem using Visual Studio as the Script Debugger | 31 Aug 2005 20:35 GMT | 2 |
I have an application that hosts the JScript scripting engine. I have the debugger interfaces setup and I can set breakpoints in Microsoft Script Debugger, step through code and view variables. I use the "debugger;" command to start a registered script debugger. Like I said, ...
|
| Problem with replace | 31 Aug 2005 14:52 GMT | 4 |
I am trying to replace all '_' characters with 'x' characters. It replaces only the first character. I am using myname.replace('_','x'), tried var myname=new String('hai_hello_bye');myname.replace('_','x'), just replaces the first
|
| Detecting Host object | 31 Aug 2005 10:54 GMT | 2 |
Is there anyway to know what type of object opened a webpage. In other words I want to know if the webpage that was opened via a regular browser window or a frame or an iframe? thanks in advance...
|
| Attaching SSI with Javascript. Small syntax problem.. | 31 Aug 2005 06:47 GMT | 9 |
HI! I am trying to dynamically add content into Div tags with the use of JavaScript. it loads the page but adds a few characters. the script is below. <script language="JavaScript">
|
| Script Debugger and Jscript | 30 Aug 2005 20:40 GMT | 2 |
Can someone help me with the MS Script Debugger. I have it installed, but when there is a Javascript bug, it opens on an empty window. How can I get it open on the source and positioned on the faulty line of
|
| Regular expressions | 30 Aug 2005 16:21 GMT | 2 |
I'm trying to get to grips with regular expressions but have come across an inconsistency which may be simply my brain thinking too much. Can anyone tell me what the claret ^ is used for? One definition I have says it is used to complement or negate a sequence whilst later on it ...
|
| Release Event | 30 Aug 2005 10:59 GMT | 1 |
Good Morning Everybody I need some help. I have this HTML input Tag <input type="text" name="codice" size="10" value='+f[2]+' onkeypress="if
|
| how to set focus on iframe using javascript? | 30 Aug 2005 03:44 GMT | 2 |
I need to set a focus on my popup iframe control. How do I do it using javascript. iframe.focus() doesn't exist. Thanks,
|
| How to write jscript function of validation on correct IP? | 29 Aug 2005 23:39 GMT | 16 |
So that the user could enter only valid public IP addresses. Can someone familiar to the regular expressions help me? Great thanks in advance.
|
| BSTR and JScript | 29 Aug 2005 19:13 GMT | 13 |
I have to send from JScript to an COM object one binary value as BSTR. Is it possible? Example: var b = "AAAAAAAAAAAAAAAAAAAA"; // length is allways 20
|
| Jscript syntax | 27 Aug 2005 17:26 GMT | 1 |
Hi I am helping a company to work on their web application. Following is part of the ASP page I got. Embeded is Jscript. Doese any one know this kind of syntax.
|
| Updating AD attributes with client-side javascript in a browser | 26 Aug 2005 03:40 GMT | 1 |
I'm writing a fairly quick app to keep our HR data (from a SQL DB) and our AD data in sync. Of course, my boss wants a web interface and I'm not a web programmer (I was a C/C++/C# programmer in a previous life and am now a DBA). The first step was comparing the two sources, at ...
|
| Awkward Client | 26 Aug 2005 00:09 GMT | 3 |
Guys, please help me! I got one awkward client. I do know some work rounds but this is what he wants and I did post something yesterday but not to follow it up cause I don't know JS all that well.
|
| Adding onclick for DHTML created span element | 25 Aug 2005 16:19 GMT | 3 |
I am adding several SPAN elements using jscript. The spans are added and displayed correctly......but the onlick is not firing. Quesiton is: what am I doing wrong....how do I correctly wire the onclick? - Brad
|
| Excel like table | 24 Aug 2005 17:41 GMT | 3 |
I have a table like this. <table border="1" width="404"> <tr> <td >R1C1</td>
|