| Thread | Last Post | Replies |
|
| Please Help!How to display mpeg4 stream on asp page | 28 Feb 2007 10:44 GMT | 1 |
On the client page we have Activex that receive mpeg4 streams from video camera. I have to display this streams on my asp page. What tools can we use to diplay mpeg4 streams on the asp page?
|
| Excel sheet doesn not close auomatically and gets deleted automatically if i dispose refernce | 28 Feb 2007 09:51 GMT | 2 |
var Excel, Book; // Create the Excel application object. Excel = new ActiveXObject("Excel.Application"); // Make Excel visible.
|
| How to detect if js is turned on and then redirect, even if he enters from bookmark? | 28 Feb 2007 01:20 GMT | 7 |
HI! I have been trying to find a way to redirect a user to another page if he enters in any page in my site without js enabled that validates with w3c.org. I have tried the following in the head tag and the body. oddly enough they
|
| install font | 27 Feb 2007 05:43 GMT | 3 |
I'm having trouble finding a solution for installing fonts (Type 1; .pfm) from a script on Windows 2000. Any leads would be greatly appreciated.
|
| window.frames[0].document.write problem | 27 Feb 2007 02:32 GMT | 13 |
Page.html with one iframe on it. javascript function calls an AJAX method to get content from the server every 15 seconds and if content returned it does this: window.frames[0].document.write(content);
|
| Autofill field based on entry in another | 27 Feb 2007 01:49 GMT | 8 |
have form on asp page with an email address field, when the user enters their email address I want it to populate another field automatically on the same page with the same email address, some kind of OnBlur event. Have worked extensively with dropdown
|
| Statement limit bug | 27 Feb 2007 00:15 GMT | 32 |
Apparently a new jscript.dll was shipped with IE7. This new version of the JScript/javascript language DLL has a bug in the number of statements accepted in a script file. To reproduce: Create a file test.js with 32768 repetions of the statement "x
|
| Display ASP Application variables | 22 Feb 2007 13:25 GMT | 2 |
How does one display all the ASP Application variables using JScript? I have the following VBScript code that works perfectly: dim i For Each i in Application.Contents
|
| Accessing Restore Point Info through JScript | 20 Feb 2007 09:52 GMT | 1 |
I am trying to enumerate the restore points and delete all but the last one. 1/ When enumerated, even the deleted restore points show up when queried through WMI. 2/ When trying to set/get the DiskUsage percentage thorugh WMI, it modifies
|
| Using the web to read this NG | 20 Feb 2007 05:54 GMT | 2 |
I managed to delete a few days of posts in OE6 - I pressed "Catch up" and posts which I had seen there before disappeared. I now have to figure out what "Catch up" means - perhaps it is just that , i.e delete everything new.
|
| Creating constants in JavaScript | 19 Feb 2007 08:01 GMT | 24 |
How do you create a constant in JavaScript? I tried all of the following and they didn't work: static final var MY_CONSTANT = "Test"; static var MY_CONSTANT = "Test;
|
| Pure ASP Upload in JScript | 18 Feb 2007 20:29 GMT | 1 |
I've been searching for a code without 3rd party components to do a simple file upload with IIS 6.0, ASP 2.0 and JScript. The best i could get was a VBScript "made" by 20/20. So i've made a JScript out of it. The tough part was converting Binary
|
| Convert ascii to keycode??? | 16 Feb 2007 09:41 GMT | 1 |
I have an onkeydown attribute that passes event.keycode to a parsing function Based on they keycode several things can take place. This works great In anther instance I have a 2nd function that also needs to call the Parse(myKey), except that, no key was pressed physically on they ...
|
| Throw a JScript exception from C++ | 15 Feb 2007 17:54 GMT | 1 |
I'd like to throw an Exception in a JScript script by a C++ program. Is there a way to do this? Please let me know :-) Bye!
|
| window.onload and body onload | 15 Feb 2007 06:50 GMT | 5 |
I have an onload for body tag. Also doing a window.onload=B; Preference is going for Body-onload Want to know is it possibl to keep <body onload + window.onload
|