Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / JScript / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need ideas for sorting a table30 Nov 2005 21:55 GMT2
I have a website that displays data in a table.  It takes about 30 seconds to
build the display from the server because of the amount of cpu and data
access needed to build the table.  Each row of the table itself consists of a
variable number of elements, including zero or more ...
How is JScript differ from JScript.net?28 Nov 2005 05:15 GMT4
How is JScript differ from JScript.net? Which is more close to the ecma
standard?
Can the JScript.net do everything that VBScript does in the WSH
environement, ie, automate Windows and other slick stuff VBS can?
date comparison25 Nov 2005 05:14 GMT4
Hi all, what is wrong with this syntax?
var dt1: Date = new Date("12/1/2005");
var dt2: Date = new Date("11/1/2005");
if (dt1 >= dt2)
Multiple events with one event handler22 Nov 2005 15:55 GMT1
I am trying to run the following code:
onsubmit="return
ValidateForm(document.AddRepayment.txtDate1,'lblDate1Req');return
ValidateForm(document.AddRepayment.txtDate2,'lblDate2Req');return
How do I use a regular expression with stringVar.split(...)20 Nov 2005 15:39 GMT4
How can I split a string using a regular expression. It's the query string
from the URL that I would like to split into separate key=val pairs.  The
code that I'm using is as follows:
           var optionString = decodeURI(argString);
javascript post17 Nov 2005 20:29 GMT2
I am having trouble posting a form through javascript.  It seems to post, but
it posts to the directory and not the page.   It also does the same if I try
to click a button through javascript (However, if I click the button
directory, it works fine).
Pop up without titlebar?17 Nov 2005 10:44 GMT2
I have been trying to customize pop up windows for my ASP.NET Page using
Javascript. I want
to have a custom title bar. Is there a way to remove the windows title bar
from the pop up and make it apear as a frameless window?
running from website15 Nov 2005 22:08 GMT2
Hallo;
This works perfect after compilation from the commandline.
var objWShell = new ActiveXObject("WScript.Shell");
var objCmd = objWShell.Exec("cscript.exe x:\\sasys\\sasysweb\\sasysdag.js  
custom dll version15 Nov 2005 06:29 GMT1
Hi all, I have a .js file with some basic code that I am compiling into a
dll using jsc.exe. The problem is this generates at version # of 0.0.0.0.
How can I change this? Also, why no support for Jscript.Net in VS2005?
TIA!
IE extension auto-load question13 Nov 2005 14:09 GMT1
G'Day all,
I have written an extension for IE in JScript.
Is it possible to have the extension execute when the document loads in
the window as opposed to needing the user to activate it?
getting document title and URL12 Nov 2005 17:21 GMT2
Sorry for my English...
I am new to JavaScript. I have written short script to create a link
sending e-mail:
<script type="text/javascript">
Request.ServerVariables["HTTP_REFERER"].ToString(); issue08 Nov 2005 17:55 GMT1
    i am a dot net developer.In our site we have a requirement like
url masking.
Example : We have 2 domains like google and srinivas .If we browse the
google domain html page it will show srinivas domain default.aspx page.
How to affect a boolean argument defined as a reference08 Nov 2005 06:06 GMT4
I have a HTML page with an ActiveX. I have defined and attached an event
handler with a boolean argument:
function eHandler( ... enable_default)
Event in ActiveX object:
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.