Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
October 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
March 2008
April 2008
all groups > dotnet jscript > august 2005

Element positioning thrown off by body margin
Posted by Brad Wood
If I try to position an element even with the top of another one, it ends up higher than I want it due to the default height of the body margin. So the top of a div element that I want to place my dynamic element on top of gives an offsetTop of 0, but if I place my element at 0 it shows o...more >>


margins of a web page
Posted by SergioT at 8/17/2005 5:14:53 PM
Hi How can I changes the margins and setup the footer and header in jscript?? thanks ...more >>

DllImport in Jscript?
Posted by Zampano at 8/17/2005 12:00:00 AM
What is the proper syntax for using DllImport in Jscript .NET? I am trying to convert this VBScript code but keep getting Jsc = compilation errors: Imports system Imports System.Runtime.InteropServices Public Class TestAPI Shared Sub main() API.MessageBox(0, "API Message Box", "W...more >>

printing
Posted by SergioT at 8/16/2005 12:00:00 AM
Hi How can I send a html page right to the printer setting up the margins by code? I work with asp.net and I need to create a page and then send it to to printer with all the margins changed, I must set up all the the printer parameters by code it is possible with jscript??? tha...more >>

What event fires when user uses Alt & numeric key pad to enter text into a textbox
Posted by Rob Nicholson at 8/12/2005 7:18:59 PM
In our application, we've added a bit of JavaScript that updates a title as the user types into a textbox. To trigger this, we patch into the "onkeyup" and "onpaste" events: FirstName.Attributes("onkeyup") = "ChangeTitle();" FirstName.Attributes("onpaste") = "ChangeTitle();" ...more >>

Last version of jscript.net broken in some ways ?
Posted by adragomir at 8/11/2005 7:19:24 AM
Hello everyone. When testing the Jscript.NET on the .NET 2.0 Beta 2 (JScript 8.00.50215), I found an older example, with a FileSystemWatcher thread example. below is the example // ----- file 'watcher.js' ----- import System.Threading; import System.IO; // Placeholder class to hold...more >>

querystring URL
Posted by Alvo von Cossel I at 8/11/2005 2:38:03 AM
hi, have you ever heard of go.microsoft.com? it is a website where there are 100s of links. i would like to create a site (or page) like that. how do i do it? i hope you understand. i cannot make it any clearer as i'm gong to a wedding now. thanks in advnce -- Alvo von Cossel I of Ger...more >>

2 Newbie Questions
Posted by Mark at 8/10/2005 9:06:30 AM
Hello, I have 2 questions regarding jscript. 1. How do you call display another web page using jscript? 2. How do you refresh the web browser using jscript. Any help would be greatly appreciated! Thanks in advance. ...more >>



JS and Linux (Fedora 2.0)
Posted by WJ at 8/8/2005 2:10:56 PM
I am running MS/IE Required field validation control and Regular Exp. Controls for my Asp.Net application. Everything works fine under Windows OS and IE. However, when running under RedHat (Fedora 2) with its default browser, everything works fine with the exception that none of the validati...more >>

OnMouseOver & OnMouseOut event on tablerow to change backcolor of row
Posted by The Coolest Dolphin at 8/8/2005 11:14:51 AM
OnMouseOver & OnMouseOut event on tablerow to change backcolor of row Hi everyone, I'm looking for a way to use a mouseover/mouseout event (normally done via javascript) via Visual Studio.Net. In the past I succeeded doing this via: <tr bgColor="#<% response.write(sColor_sOnMouseOut)%>...more >>

Regarding to view tif image in Asp.Net application
Posted by Arun at 8/2/2005 12:00:00 AM
Hi, Give suggestion to view a tif image file("example.tif") in Asp.Net application using C#.Net. without using thirdparty controls. Regards, Arun. ...more >>

automating install process
Posted by Pohihihi at 8/1/2005 4:03:07 PM
I have this windows form application which I have develomed using C# and created a installer using VS.Net Now one of my customer wants it to have a silent install process. I am not sure if this is the right NG for this question but can be a start for me so is there a way I can write some ki...more >>


DevelopmentNow Blog