| Thread | Last Post | Replies |
|
| ActiveXObject | 29 Nov 2003 18:30 GMT | 1 |
i'm tring to get a file size by writing: var fso = new ActiveXObject("Scripting.FileSystemObject"); and i get the error: Microsoft JScript runtime error: Automation server can't
|
| pop up window on button click | 26 Nov 2003 00:32 GMT | 2 |
I need to open a new web page from my ASP.Net web application, as a pop up..and by using a button click.. I am using the following code..and it works fine from my machine, but when doing the same thing from a remote machine, the pop up window no longer
|
| Is it possible to debug a .vbs file or a .js file in the Visual Studio .Net development environment? | 26 Nov 2003 00:30 GMT | 1 |
Is it possible to debug a single .vbs file or a .js file in the Visual Studio.net development environment? thanks in advance! kevin
|
| "Member not found" using input property on MSXML processor object | 23 Nov 2003 09:50 GMT | 1 |
I have a strange problem. When I try to call the input property of the MSXML processor object from VBScript in an ASPX page I get the error "Member not found". The same code (with a few "set" statements added) works find in ASP.
|
| How to display video file from database | 22 Nov 2003 17:10 GMT | 1 |
I have successfully insert .wmv files into MySQL. When I display the video in the browser using Read.aspx to get the .wmv: Response.ContentType = objDataReader.Item("swingContentType") Response.BinaryWrite(objDataReader.Item("swing"))
|
| Set textbox.Text to dropdownbox.selectedvalue | 20 Nov 2003 17:59 GMT | 1 |
In javascript, how can I set the value contained in a TextBox's .Text property to DropDownBox's SelectedValue property value?
|
| forms authentication | 18 Nov 2003 14:44 GMT | 1 |
two people can login to yahoo on the same machine on separate browser windows. two windows can be simultanouisly open. maybe it is not very secure but when two very good friends use the same computer it is ok
:)) |
| what is the best way for drop down menu? | 18 Nov 2003 11:36 GMT | 1 |
I would like to build a webpage with drop down menu on top and left of the page. Of course, I would like both the Netscape Nevigator and Microsoft Internet Explorer can view the page.
|
| textbox focus | 18 Nov 2003 08:18 GMT | 3 |
i want to be the cursor in a textbox when the page opens. in asp i think it is made by focus() how can i do it in asp.net? thank you,
|
| Whats the deal with dotnet scripting? | 14 Nov 2003 23:58 GMT | 2 |
I've done VB.Net and C# and ASP.Net but I have yet to see any dotnet scripting... is this a replacement for classic VBScript and JScript? Where can I find more info? Ta
|
| Deactivate USB Device | 14 Nov 2003 20:14 GMT | 1 |
Hi to all, does anybody know a possibility to deactivate an USB-Device (USB-stick) within a script (or another way to do this)? bg
|
| How do I use simple client side COM object in a web page? | 14 Nov 2003 15:48 GMT | 2 |
I have a simple ATL COM object with one public method that I wish to call in a web page. The COM object is client side so I was using the <OBJECT> tag and then (I thought) some simple javascript to call it's method, but no joy. I
|
| Security problem for control in browser | 13 Nov 2003 18:05 GMT | 2 |
Is there any way of hosting a .NET control in a browser and making the security configuration required to run it a little more user-friendly? I've written a .NET control which requires privilege on the client's machine. I need to deploy it over the Internet (n.b. not IntRAnet -
|
| convert html to word doc on the fly from website | 12 Nov 2003 11:57 GMT | 1 |
I have a aspx page (generated from database) and want to put a link to download the page as a word format. Any quick and dirty way to implement it.
|
| JScript.Net compiler throws "The invoked member is not supported in a dynamic module" | 11 Nov 2003 22:40 GMT | 1 |
I have two jscript.net files. The first one BasicMacro.js that hold a class that exposes one member through public property "Calculator" package Calc1 { public class BasicMacro extends BasicScript { private var _Calculator : CalculatorMainWin;
|