| window.open slow loading (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I have a page that displays a small image of a given product. By clicking on the image the user can bring up another window with a larger sized image on it. The problem I'm running into is that the second page with the image on it pulls up very slowly. It may take as long as 10 seconds before the new browser window appears. I've included some of the source below. newwindow window.open(url,name,'wi... |
|
| Radio button activate with image (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hey all, I have the following code, creating a table whith 5 rows and each row can have one of 3 choices (A, B or C). Clicking the Radio Button can be a pain sometimes and therefor I want to be able to click on the image (or even the cell the rb and image are in) to select that radio button. Here is the table: FORM action "/game.php" method "POST" name "GameForm" onSubmit "return Validate(this)" i... |
|
| update control value without refresh whole page (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I want to get data from database, and update the data in browser every second. Is there any method so that the text/graphic keep on update every second, but without refresh the whole page? Also, can the client scripting call the ado.net? Thanks for comment. |
|
| IntelliSense in JScript.Net (5 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hello, Does anyone know if it it possible to get IntelliSense in JScript.Net (using Visual Studio.Net)? For example if I type "System." or "this.", it doesn't list the possible classes or methods to complete the line. The code compiles and runs just fine. I see some intellisense for native JScript (such as typing "Math." or "document." in ASP.Net), but nothing for the .Net framework. Any ideas? Ma... |
|
| Popup Window (15 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi, DESCRIPTION: I'm developing an application that when I need to insert a date, I use 3 textbox's and one image button. This image button open's a small popup window with a calendar, allowing user choose date. Then, this popup returns the year, month and day to the correspondent textbox. So far, so good. PROBLEM: The problem is that the applications opens so popup's as the number of clicks that ... |
|
| IFrame problem in aspx page (8 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I'm using win2000, .Net 1.1, IE 6.0 My 'main.aspx' page contains an IFrame that is in turn another 'calendar.aspx' page. When I try to invoke the Iframe (calendar.aspx), from main.aspx, in the developement environment, everything works fine. However in production environment, some users can invoke the IFrame without error, and some other users cannot, Their browser display that there is an err... |
|
| return confirm no longer working on ASP.net page (4 replies) |
| microsoft.public.dotnet.languages.jscript |
| 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 scenario cannot be viewed until the scenario is submitted again. Continue with edit of scenario ?');" btnLin... |
|
| How to using DataGrid Scrollbar with dinamy height (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm using the following html code to present scrollbar in a DataGrid: div style "OVERFLOW: auto; HEIGHT: 149px" but, I need to using dinamy height (in %), this is possible? |
|
| Javascript and the Datagrid (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hello, I have a simple datagrid with 4 bound columns... say name, address, city, state. The datagrid gets populated from the server. I also have a button control on the form. When the user presses the button, I capture the onclick. I want the client code, (javascript) to iterate through the datagrid and read each row and be able to extract a column. Something like: for( i 0; i document.form.Form1.... |
|
| Split Screen Copy Problems (9 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| 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 there a setting somewhere to change this behavior? Thanks. Mike mikemalter@nospam.com |
|
| Object oriented JScript (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| 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 { var processDataFunction myProcessData; function myProcessData() { } } } But, I am getting runtime exception in the line var processData... |
|
| Customizing the browser window using JScript/Javascript (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| 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 false; self.personalbar.visible false; self.statusbar.visible false; self.toolbar.visible false; I did my tes... |
|
| refresing mobile form (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| 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 a lot . |
|