| Thread | Last Post | Replies |
|
| IFrame problem in aspx page | 28 May 2004 12:38 GMT | 7 |
I'm using win2000, .Net 1.1, IE 6. 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 ...
|
| IntelliSense in JScript.Net | 27 May 2004 18:20 GMT | 2 |
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 ...
|
| Popup Window | 26 May 2004 12:01 GMT | 14 |
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
|
| Radio button activate with image | 26 May 2004 09:42 GMT | 1 |
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 ...
|
| Change the onclick event | 20 May 2004 19:56 GMT | 1 |
I have an IMG Tag that have an onclick event. On depends on wich pages is load, i would like to change the onclick src. For exemple, the original code is
|
| Link in popup | 17 May 2004 10:51 GMT | 1 |
I'm trying to get a link working placed in a popup. But nothing happens if I click on it. Is there something special to take care about? The code is as follows: var popup = window.createPopup();
|
| i can't find the $*@ cookie file! | 12 May 2004 16:02 GMT | 3 |
I'm writing a javascript cookie, being called from an asp.net page. (i have a reason for doing it in js, not .NET cookie). When I do: window.document.write(document.cookie); I see: machinename=jshohet; ...
|
| Disabling the back button | 12 May 2004 06:27 GMT | 1 |
(Type your message here) -------------------------------- From: pravalika r Once the user logs out from the site, he should not be able to go back to the previous page. How to achieve this?
|
| .NET control event with java script handler | 12 May 2004 06:22 GMT | 1 |
I have created a .NET Windows control with c#. I have placed the control on a HTML page within the OBJECT element. Everything works fine up to now. Now, I wanna implement the following stuff that the control must support.
|
| Newbie Question | 10 May 2004 05:27 GMT | 3 |
How can I execute one of the function which locate in seperate file.js when the user click the <A> tag? example: <A href=( what I should do here? ) Thanks you all in advance and have a great day...
|
| compile with jsc.exe and arguments | 09 May 2004 00:32 GMT | 5 |
is it possible to use arguments when i compile a file with 'jsc file.js' file.exe arg1 arg2 if its possible how should the code looks like to get arguments number , length, ... tnx
|
| this newsgroup: two issues - JScript.NET and J(ava)Script | 08 May 2004 21:17 GMT | 1 |
This newsgroup "microsoft.public.dotnet.languages.jscript" covers two issues: - JScript in ASP.NET server; - J(ava)script in the browser/client
|
| Back Button | 05 May 2004 15:06 GMT | 5 |
In some pages of my Web Application I need to "disable" the back button, and for that I have this (that is not working), that is the solution found it in the Internet: <script language=javascript>
|
| Receiving COM return parameter value in ASP.Net not working | 04 May 2004 07:13 GMT | 2 |
We are upgrading ASP application to ASP.Ne Previously, we were able to populate an output paramenter for a Sql server 2000 stored procedure, execute the command, and the query the parameter object for its new value (it was being updated by the stored procedure) I can confirm, ...
|
| Why doesn't JScript.NET have a "main()" function? (entry point) | 01 May 2004 21:09 GMT | 4 |
I have asked this question before, and I got my answer, But I was wondering if anyone knows why JScript.NET doesn't have a "main()" function for a global entry point. Like C#. Or is there a way to emulate this I'd prefer someone from Microsoft answer this question.
|