all groups > dotnet jscript > december 2004
Setting cursor before showModalDialog
Posted by Jim Mitchell at 12/31/2004 3:34:01 PM
I have a web page that I show using show ModalDialog.
The web page takes about 6 seconds to load.
No matter what I try, I can not get the cursor to show a "WAIT" until the
page is loaded in the showModalDialog Window,
I have even tried having a hidden panel in the calling web site and tryi... more >>
alert pop-up box when closing the browser window
Posted by buran at 12/29/2004 11:03:48 AM
Dear ASP.NET Programmers,
I am developing an intranet application using ASP.NET. I want to add such a
functionality that the application displays a pop-up box to confirm when the
user tries to close the windows using X box. I want the pop-up to be
displayed when the user clicks on the X box of... more >>
what program can I use to aid me in writing jave scripts
Posted by StvyLife at 12/28/2004 12:53:51 PM
because writing into web page is a pain especially when I leave something
important out; it sort of take long time to fix simple errors. so what can
i get to help. thanks
stev
... more >>
Variables from VB.net to popup window using javascript
Posted by Cap Dor via .NET 247 at 12/22/2004 4:06:37 PM
(Type your message here)
HI
I have two forms where the first form calls a popup window using javascript -- how do I pass a variable between the forms , I would like to pass the value from a text box on the first form
This is the code from the first form
Dim per as string
per = label1.text
... more >>
How to find if Pop Blocker of SP2 is Enabled on client browser
Posted by gswitz at 12/21/2004 1:05:02 PM
I work for Overnite Transportation and our website previously depended on
non-user interactive pop pages. Bummer for us. Now that SP2 is here, our
web apps are busted.
We would like to allow users an alternate path that doesn't use the pop ups,
but where popups are enabled, we would like ... more >>
Mouse Coordinates
Posted by ruca at 12/16/2004 2:20:02 PM
I have this in my JS file inside a function:
function pickDate(url)
{
var leftdist = NumberFormatException(window.event.x);
var topdist = NumberFormatException(window.event.y);
var winwidth = window.event.x;
var winheight = window.event.y;
popup = window.open(url, "PopupWnd", "... more >>
Can I use div or a table cell to show a web page?
Posted by Nicky at 12/9/2004 11:45:02 AM
hi, all
We know, we can use iframe to show a page by set url='http://xxxx.x....'
Can I do the same thing in a div or in a table cell?
Thanks
... more >>
MS Script Editor and Asp.NET Visual Web Developer Web Server - WebDev.WebServer.EXE
Posted by KenA at 12/5/2004 6:25:40 PM
Hi,
Asp.Net has an integrated webserver so we don´t need to use IIS, plus when
we launch a webpage the webserver is turned on and the page run in a virtual
localhost ... well, that´s good, but I was wondering how could I launch this
WebDev.WebServer.exe tool when I using another ide [differ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Passing variables values
Posted by ruca at 12/2/2004 11:12:20 AM
Hi gurus,
I have a little complex question for you all, that I hope you can help me.
I have a windows application that comunicate with another dll's
applications. My Win app have some menus (like Outlook bar) and each menu
can have many icons or function as you want. This icons can call form... more >>
alt property
Posted by arian at 12/1/2004 7:03:04 AM
hi, somebody know what can i do to show the "alt" property from the tag <img>
using javascript? thanks for your help... more >>
|