| Thread | Last Post | Replies |
|
| Visual InterDev question | 30 Sep 2004 20:19 GMT | 1 |
Not sure if this is the correct NG, but I can't seem to find one (in English, anyway) devoted to Visual InterDev. Anyway, my question is: I have one web application which every time I open it in InterDev it opens with both the Project Explorer and Deployment Explorer opened by ...
|
| Print with jscript | 30 Sep 2004 17:58 GMT | 1 |
just am a simple question... I need to print a page and added a button with a js-function that prints the page, not a big deal. but now comes my problem. Is there a way to set the number of copies for this print by jscript?
|
| Permission denied Error in Java Script | 30 Sep 2004 17:57 GMT | 1 |
Ever Since I installed XP SP2, I have been getting a Permission Denied Error when loading my Web pages. This seem to be related to the "<body bgcolor="#000066" OnLoad="JSCorrectiveAction('CORRECTACT');">" Event which sets Zindex of an input field as below.
|
| Hooking on Word Events from JScript | 30 Sep 2004 09:50 GMT | 2 |
I need to hook on some events in Word instance created via new ActiveXControl("Word.Application"). I need especially something like DocumentBeforeSave or Document.Close events to be hooked. My source code is: var wdApp, wdDoc;
|
| filesystemobject copyfile server to client?? | 30 Sep 2004 08:32 GMT | 3 |
Can anyone save me from myself? I thought it would be reasonable to allow a client-side request to copy a file from a server to the client's own location ala: <script language=javascript>
|
| ERROR : The callee (server [not server application])...etc while Printing | 29 Sep 2004 23:59 GMT | 1 |
i have the Following method to Print an Html frames and if i ran this method through a loop i get the follwing error.... Sub PrintFrame(toFrame, tnPrintOption) Dim loWebBrowser
|
| IE Leaks/Consumes Enormous Memory | 29 Sep 2004 15:22 GMT | 2 |
Hi all, (Especially Richard Cornford and Steve van Dongen) I have read multiple posts about memory leaks when in IE when there is a circular reference to DOM objects and/or ActiveX objects. I think I am experiencing the same thing. When I reload a certain page in an
|
| help needed -- quering a database | 29 Sep 2004 12:56 GMT | 3 |
I have the folowing problem. I used to query a webpage for some stock data. here is the original query form: http://www.fin-rus.com/analysis/export/default.asp to make things more automatic I wrote the following script:
|
| Strange behavior of showModalDialog/showModelessDialog on WinXP SP2/IE 6 SP2. | 29 Sep 2004 09:04 GMT | 4 |
I'm facing a strange problem with show*Dialog functions: I put the status:no feature, but the status bar is still showing. I read on the MSDN (offline Jan 2004) the following: status:{ yes | no | 1 | 0 | on | off } Specifies whether the dialog
|
| showModalDialog help | 29 Sep 2004 08:36 GMT | 1 |
I am trying to debug a problem with an ASP, ASP.NET application. I am in the I Have No Clue What Is Going On phase of troubleshooting. There is a client side error on a web page. The page is being loaded with var someObj = window.ShowModalDialog ...
|
| Is there method (use jscript) to setting up the icmp options ? | 28 Sep 2004 15:45 GMT | 1 |
Is there method (use jscript) to setting up the icmp options like the following code in vbscript ? My Windows XP is Sp1. Thanks.
|
| showModalDialog: history object doesn't work | 28 Sep 2004 13:46 GMT | 3 |
If I open showModalDialog(...) and have <a onclick="window.history.go(-1);">Some</a> it won't work. Can anyone tell why? Thanks ahead,
|
| xfering control to JS function at completion of <form> submit | 28 Sep 2004 12:19 GMT | 1 |
Is there some way in a <form> tag to transfer control to a JavaScript function after completion of the submit, where the <form> and function are on the same page? I believe ONSUBMIT and similar event handlers can be used to transfer control to a function just before the submit is ...
|
| How to access userfile names? | 28 Sep 2004 00:02 GMT | 5 |
The following 4 statements don't work. What is the proper way to pickup the filenames corresponding to each of the userfiles in the "input" tags? Thanks for your help. --Don Following is part of a page that runs on the client side:
|
| Trouble executing ActiveXObject | 27 Sep 2004 18:53 GMT | 9 |
I'm trying to run the following page on my desktop from my host server. It works just fine if I run it from my desktop, but not if I run it from the server. I get "Error: Permission denied". I understand about the security issues surrounding ActiveX, but since
|