| Thread | Last Post | Replies |
|
| Return key ascii code | 29 Dec 2006 22:08 GMT | 3 |
Help. I have an asp page, using Jscript as the language. In it I let a user type some text on the page and that text is dealt with and put into a text file. If the users last character is the "new line" return key,
|
| Sorting a listBox and keeping the multi-selected lines... selected | 29 Dec 2006 16:21 GMT | 7 |
I give up. I'm trying to save 3 values from each line of a multi-select listbox... then sort them... and put them back into the listbox. (Also remembering which were previously selected.)
|
| Adding to fields | 29 Dec 2006 05:42 GMT | 10 |
I have never touched jscript before so I need some help. All i need to do is add to form elements: So... document.form2.hndbagqty(<%= intRecID %>).value
|
| text/Jscript or text/jscript ? | 28 Dec 2006 23:32 GMT | 2 |
<http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/type_8.asp> lists (among other types) "text/Jscript" with capital "J" and small "s". At the same time in MSDN samples it rather randomly goes as
|
| Marquee Each Line From a Text File In a "Chromeless" IE! | 28 Dec 2006 10:22 GMT | 2 |
I created a script (with some help from here!) that runs when I log into my laptop that displays my daily affirmations in PopUp dialog boxes, but it has gotten annoying! What I would like to do is have a "chromeless" IE browser window pop up at
|
| Problem to run ActiveX Interner Explorer ver 7 as safe | 27 Dec 2006 12:05 GMT | 3 |
We are developing on jscript (Win XP). We are working with IIS. We developed ActiveX that was trusted by the system in IE 6. This ActiveX responsible for loading *.exe file.
|
| IE7 and onbeforeunload | 24 Dec 2006 00:28 GMT | 1 |
Has anyone else seen this happen? I have an *.hta developed on Windows 2000 / IE6. It has an onbeforeunload routine and sets the event.returnValue to issue a warning and give the user a chance to avoid closing the application at times when it would
|
| toggle treeview visibility... | 22 Dec 2006 15:18 GMT | 3 |
Using VS2005, ASP.NET. Check out the tree view on this page: http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.tr... When you hover over the border between the two frames, a tooltip
|
| msxml force encoding | 21 Dec 2006 18:53 GMT | 7 |
I have an input box in my page and a button. Onclick of button, function F() will create an xml document. And use input value as text of a newly created xml element. My issue is with special characters entered in the input box.
|
| Javascript errors with IE7 | 20 Dec 2006 13:02 GMT | 5 |
We developed an application which uses HTML/Javascript for the main user interface. We generate the HTML/Javascript using C++ code and then feed it to the embedded IE MFC control for rendering. This app was developed with IE6 and works fine in that environment.
|
| onerror event | 17 Dec 2006 01:49 GMT | 2 |
Is there an onerror event in Internet Explorer and how does it work? To be more specific, I would like this W3C-code to be translated to IE-code: window.addEventListener('error', someFunc, false); Is this possible? All I really need is a cross-browser way to handle errors.
|
| Javascript in your face, new blog | 16 Dec 2006 12:57 GMT | 1 |
I am starting a new blog called Javascript in your face, for lack of a better title. www.inyourfacejs.blog.com This will kick every other site's a.s, so don't miss out on the daily
|
| Running an exe file in the browser | 16 Dec 2006 11:52 GMT | 1 |
I have to run an exe file from the browser. I have tried to use an ActiveX object but it does not seem to work. If someone can help me out on this one, it would be much appreciated. Raj
|
| Automation server can't create object | 14 Dec 2006 06:43 GMT | 5 |
I'm trying to run the following script: http://www.winscripter.com/WSH/Network/83.aspx Unfortunately, every time I try, I get a "Automation server can't create object" error.
|
| Why does this not work? | 14 Dec 2006 04:31 GMT | 5 |
HI! I have a simple form and I use a image for the send button. but I am trying to remove the "#" which causes the page to jump up before the send. I use a work around to circumvent this but its causing the script not to function and I don't know why.
|