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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|