all groups > dotnet jscript > april 2005
Writing a full path without the domain
Posted by Nathan Sokalski at 4/30/2005 4:12:05 AM
I have a rollover script that I plan to use for many of my pages. When I
preload the images, the directories must be relevant to the location of the
HTML file that uses the script, which will not always be the same. Because
of this, I figured the only way to place the script in an external fil... more >>
Submitting Modal or Modalless window opens new window: why?
Posted by Gridlock at 4/28/2005 2:56:07 PM
I have opened a window using window.showModalDialog. Whenever a button is
clicked on that window that submits, it opens a second window which is also
not a modal window. I just want to go back to the Modal window after round
trip. Does anyone have an idea why this is happening?
Thanks in... more >>
window.open not working during ASP.NET page refresh
Posted by Gridlock at 4/28/2005 11:38:06 AM
I'm trying to open a new window from an existing window during the refresh of
the first window, but can't get this to work for some reason. An alert()
works, but not window.open. Here is the code:
<%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false"
Inherits="WebReport... more >>
In next generation OS (Longhorn),the Javascript is still much usefull ?
Posted by Kylin at 4/28/2005 12:00:00 AM
In next generation OS (Longhorn),the Javascript is still much usefull ?
--
FireCrow Studio
Kylin Garden
EMail:w0wd@sohu.com
ICQ:156134382
... more >>
Call two script block's
Posted by ruca at 4/28/2005 12:00:00 AM
Hi,
Can I call two script blocks for different languages in my ASP.NET code?
I have a button than when clicked it must open a popup window to return some
values for two other controls that I have in my page. This is no problem.
The problem is that depending of return value I must fill a Dro... more >>
Performance problem with javascript while dynamically populating dropdownlists
Posted by Wim at 4/27/2005 11:42:47 PM
Wim Apr 27, 1:27 am show options
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: "Wim" <wimverl...@gmail.com> - Find messages by this author
Date: 27 Apr 2005 01:27:26 -0700
Local: Wed,Apr 27 2005 1:27 am
Subject: Performance issue when dynamically populating a dropdownlist
... more >>
child window property window.opener null after postback
Posted by MrFez at 4/27/2005 4:42:04 PM
I have an webform from which I open a child window to display a calendar.
When a date is selected in the calendar window it attempts to set the value
of a textbox in the main (parent) window by using the window.opener property
to reference the textbox.
Everything works fine initially. Howev... more >>
Getting value of JavaScript variable in embedded WebBrowser Contro
Posted by Randy at 4/25/2005 6:09:02 AM
Hi,
is it possible to programmatically (from C# or VisualBasic) get the value of
a JavaScript
Variable from a JavaScript running inside the embedded WebBrowser Control?
Thanks in advance, Randy
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
close a child window
Posted by Albano Alves at 4/20/2005 1:41:34 PM
Hi.
Is possible close a child window?
I do on a button click: window.open('page.aspx',......
and then I want to close her, from the opener window.
Albano Alves
... more >>
Prototype object calling c# code problem
Posted by Pete at 4/20/2005 9:13:24 AM
The application that I am working on create new objects at run-time and
attach behavior to these run-time objects by asssociating them with
JScript. This application is being developed in C#.
To be able to execute the method that are created at runtime (and
implemented in JScript) I have wrapp... more >>
Use JavaScript or Jscript to connect SQL2000, posible?
Posted by WTS at 4/20/2005 2:18:02 AM
Hit there,
I am searching hi and lo for the above mentioned. Is it posible to do? If
so, how?
I want to use this script at my aspx page.
Thanks in advance.
WTS... more >>
HELP: How to print PDF using javascript
Posted by Jordan Tan at 4/20/2005 12:00:00 AM
Any advice would be greatly appreciated.
Thanks.
cheers,
jordan
... more >>
moving object over listbox
Posted by zino at 4/18/2005 2:07:17 PM
my div object does not show up while moving over a listbox.
I know that listbox has always Zindex over any floating div.
is there anyway to work around that.
thanks
... more >>
Jscript conversion
Posted by Peter & Anita Nikelski at 4/13/2005 11:30:45 PM
Hi,
I have a jscript client application which communicates with a J2EE backend.
The jscript client runs within IE and is actually an entire framework
consisting of over 99,000 lines of jscript code. As you can image, the
browse performance is poor and memory consumption is high.
Is it poss... more >>
Remote Shell call
Posted by Lee Newson at 4/11/2005 12:00:00 AM
Hi,
I am creating a form using MS InfoPath and using JScript to obtain some data
from one ofour inhouse systems. THe problem i am having is that i do not
know how to code Remote Shell calls. Can anyone give me some pointers.
Cheers for any help in advance
regards
Lee
... more >>
|