| Thread | Last Post | Replies |
|
| BUG IN IE6.0??? | 30 Sep 2003 22:19 GMT | 1 |
I am using the following HTML: <div style="filter:progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#333333,strength=4);background-color:#FFFFFF;border:1px solid #FFCC00;"> <input type="text" value="">
|
| FYI: Microsoft Policies on Software Distribution | 30 Sep 2003 19:51 GMT | 5 |
Microsoft Policies on Software Distribution http://www.microsoft.com/technet/security/policy/swdist.asp "...Microsoft never distributes software directly via e-mail. ..." This also applies to public newsgroups!!!
|
| Bsic algorithm question | 30 Sep 2003 19:47 GMT | 4 |
Can someone point out to me the best way to do the following search? I have potentially recursive nested objects: parent{ name;
|
| Permission Dinied Error | 30 Sep 2003 13:29 GMT | 1 |
I am trying to get the value of a variable which is in a Frameset with 3 frames: fr1 (top), fr2 (main) and fr3 (bottom). This framaset is opened by another window (window opener). Teste2=('x.htm','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollba
|
| IE, jscript, Office Clipboard interaction | 30 Sep 2003 08:34 GMT | 1 |
Word 2002 SP-1, IE 6.0.2800.1106 I've looked through the MS KB, and Google as much as possible, and can't figure out the problem I'm having with the Office 2002 clipboard and IE 6.0. I'm obviously missing some fundamental piece of Office/JScript withcraft, so
|
| String Concatenation though + or String.concat | 30 Sep 2003 07:29 GMT | 1 |
I know in java it is costly to concatenate string using + i.e. string1 = string2 + string3. When i m preparing a string using concatenation in loop it can be very costly. But what about JavaScript ??
|
| Constant in js | 29 Sep 2003 16:18 GMT | 7 |
How can I declare a constant in js using IE? I tried this: const myConst=10; function testing() {
|
| Javascript Access Denied Error. | 29 Sep 2003 16:07 GMT | 1 |
I am having Access Denied error when i am trying to access a function written in Parent frame. My application is runing on ASP, XML and Javascript. When i try and access something from iframe, it calls a
|
| Setting the innerText /innerHTML on a <span> | 28 Sep 2003 16:32 GMT | 1 |
I have a span as below. <span id="lblTest" style="color:#FF0033;font- weight:bold;">This is a test.</span> When the user clicks a checkbox I call below code to set
|
| onBeforeUnload / onUnload | 27 Sep 2003 11:20 GMT | 1 |
I have code that I need executed when the user moves to another page or closes internet explorer. If I use onUnload, it works great when they click BACK, onBeforeUnload works great if they close the internet
|
| How to get and set the position of current window? | 27 Sep 2003 01:35 GMT | 1 |
I wanna get and set the x/y coordinates of a IE window. then how to write the statements in JScript? Help! -- Best regards,
|
| general problem in newsgroup | 27 Sep 2003 01:07 GMT | 1 |
I have a problem of posting message to newsgroup server : news.microsoft.com. When I am sending the message directly via news.microsoft.com (using outlook express) there is a problem, that my messages are not seen on the
|
| use external javascript from another external javascript | 26 Sep 2003 23:42 GMT | 3 |
Can I use an external javascript from another external javascript ? How can I do that ? Thanks :)
|
| Adding <script> to window.createPopup | 26 Sep 2003 22:15 GMT | 1 |
I'm creating a dhtml menu system using div tags (style.display='none') and window.createPopup(). I want my event handlers in the popup to call functions (instead of putting the code inline), but I'm having difficulties
|
| radio - get the selected radio item. | 26 Sep 2003 18:07 GMT | 6 |
If I use something like this : <input type = "radio" name = "my_radio"> <input type = "radio" name = "my_radio"> <input type = "radio" name = "my_radio">
|