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 >>
Hi
How can I changes the margins and setup the footer and header in jscript??
thanks
...
more >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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
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 >>
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 >>
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 >>