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 > june 2004

Visual JScript express ???
Posted by zwetan at 6/30/2004 12:10:24 AM
http://lab.msdn.microsoft.com/express/ where is Visual JScript express ??? zwetan ...more >>

Addind items to listbox and get its values later at C#
Posted by Fabiano at 6/28/2004 9:22:08 AM
Please, i've have an interface that has 2 listboxes, the first one have a list of available objects and the second a list of selected objects. Four buttons copies itens from one listbox to the other. I don't want to use postback feature, than i use JScript code to do this. Creating items OP...more >>

jscript .NET (aka 7.x)
Posted by vendmacro at 6/26/2004 7:19:43 PM
I've taken the below sample from MSDN: <script language="jscript"> function GetScriptEngineInfo(){ var s; s = ""; // Build string with necessary info. s += ScriptEngine() + " Version "; s += ScriptEngineMajorVersion() + "."; s += ScriptEngineMinorVersion() + "."; s +=...more >>

javascript with asp.net problem
Posted by krishna at 6/22/2004 9:45:01 AM
Below is the code. language/platform = asp.net/vb.net private sub openW() sResult = sResult & "<script language=javascript> mywindow = window.open('http://localhost/mohsaic/default.aspx?tc=Client/Manage'); " sResult = sResult & "mywindow.parent.frames[1].location = 'http://localhos...more >>

show popup window at the center of the screen
Posted by Grey at 6/17/2004 9:53:33 AM
how to display the popup window at the center of the screen. ...more >>

refresing mobile form
Posted by avner_e at 6/14/2004 6:41:01 AM
hello , i create new mobile form that write parameters from the data base into labels . those parameters are refresh all the time (2 second) . i tried to refresh the mobile form by using the meta tags (like html) but nothing happen . i am looking for a way to refresh the mobile form . thanks...more >>

Customizing the browser window using JScript/Javascript
Posted by Nathan Sokalski at 6/11/2004 10:31:34 PM
I would like to hide certain parts of the browser window to make it look more like a dialog/popup window (I cannot use the alert() method because I need HTML in my popup). I have tried the following commands, all of which gave me errors: self.locationbar.visible=false; self.menubar.visible=fa...more >>

Object oriented JScript
Posted by rameshjay NO[at]SPAM sbcglobal.net at 6/10/2004 7:12:22 PM
Hi, I used to assign function names to variables like var processDataFunction = myProcessData; where myProcessData is something like function myProcessData() { } Now I need to group all javascript functions to a JScript class like package myPackage { class myClass { ...more >>



Split Screen Copy Problems
Posted by news.microsoft.com at 6/9/2004 9:26:36 AM
This is a cross post.... My problem is when I am using the split screen editor and I copy and paste from the bottom pane to the top pane, the top pane will reposition itself to where the bottom pane is pointed to and I loose my place in the upper pane. Has anyone experiences this, and is the...more >>

return confirm no longer working on ASP.net page
Posted by CapCity at 6/4/2004 7:24:06 AM
We have a few ASP.net apps where we needed confirmation dialogs with buttons in datagrids. The code goes something like this (in the ItemDataBound event for the grid): strJavaScript = "javascript: return confirm('Any changes made to this scenario cannot be reversed. Also, results to a changed ...more >>


DevelopmentNow Blog