| Thread | Last Post | Replies |
|
| How to adjust decimal point? | 31 Oct 2003 07:30 GMT | 1 |
Hi, I get it difficult to transfer the float values from the server script to the client script and back because of the different decimal point localizing. Is there way to obtain such a locale-info from the client browser and adjust it there (on the current page at least)?
|
| window,opener.... back to "label" | 27 Oct 2003 12:15 GMT | 1 |
window.open(" xxx.xxx .... ) plus window.opener.Form1.txtPlace.value = .... works fine when txtPlace is an object like textfield or
|
| create a node having an event | 24 Oct 2003 23:32 GMT | 1 |
I need to create a checkbox node that has an event, (onclick="SetEmax()") added when the node is created. I can create the checkbox OK, but can't get myCheckbox.onclick="SetEmax()"
|
| Capturing the URL Change | 23 Oct 2003 20:25 GMT | 4 |
Dear Group: Is there a way for me to detect the change in the URL of the current browser window? Assume I visit www.abc.com and then I browse through some pages in the site. At one point I go and type www.xyz.com in the Address of the
|
| Closing Popup window when Parent Window is closed | 23 Oct 2003 03:23 GMT | 6 |
Dear Group: Is there a way to keep track of a popup window and close it when the parent window is closed? I want to get the window object by passing the name of the window. Is it
|
| Detecting a Browser Close | 22 Oct 2003 11:38 GMT | 3 |
Dear Group: I unknow we can use onunload events of window and body objects to detect when the URL changes. But is there a event that tells me the Internet Explorer or Netscape window itself is closing?
|
| internet explorer script error | 22 Oct 2003 08:05 GMT | 1 |
I have recently installed comcast cable. I then downloaded the latest version of internet explorer so i could use outlook for my email. Now i can't print off the web or off my email. I have checked the box for disable
|
| Executing a query thru javascript | 21 Oct 2003 10:46 GMT | 1 |
I need to make a call to another browser with some arguments. The query will be of the form (www.site.com?id=1&val=10). Now I am making the call to open window function to achieve this. var win = open("www.site.com?id=1&val=10", "target" );
|
| form is double-submitting when opening a new window | 20 Oct 2003 14:03 GMT | 1 |
the customer I'm developing a site for uses a canned form-parsing page that allows her to have an email subscription opt-in page add emails to a list she can manage using a link that you point your HTML form to. the actual form-parsing page resides on a server that's uneditable to ...
|
| how to intercept property/method invocations from script in host application? | 18 Oct 2003 09:51 GMT | 1 |
I am writing an application that will host the VBScript.NET engine. I am exposing an object to the script that represents a table. when the script uses the object to modify one of the columns of the table it performs:
|
| catching Microsoft.JScript.JScriptException | 17 Oct 2003 22:59 GMT | 3 |
I am calling an external dll (compiled JScript) from within a try/catch/finally block in a C# program and am unable to catch exceptions being raised in the JScript dll by having a specific 'JScriptExcepton' catch block. I can't work out why this is.
|
| Getting User Info | 16 Oct 2003 08:53 GMT | 1 |
How do I find out information for the current user? In VBScript, I can run context.user.identity.name, but that doesn't work in javascript. Any help would be greatly appreciated. Nick
|
| asp.net server control event handling | 16 Oct 2003 08:46 GMT | 1 |
why is the following not a valid way to add a handler to my button's click event? function Page_Load( sender, e:EventArgs ) { Button1.add_Click( function(sender,e:EventArgs) {
|
| Apply these update from MS Corporation | 15 Oct 2003 02:32 GMT | 6 |
Microsoft Consumer this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| Watch internet package | 13 Oct 2003 21:47 GMT | 5 |
Microsoft User this is the latest version of security update, the "October 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|