| Thread | Last Post | Replies |
|
| Handling event from ActiveX control in IE | 31 May 2004 22:12 GMT | 2 |
I've spent over a week searching for a solution to this. Maybe someone here could help. I have written an ActiveX control to do some specialized FTP transfers. Everything works fine in WSH, but I just can't get the events from the
|
| URGENT: Find the current visibility status of a row of a table (inside a div) | 31 May 2004 21:43 GMT | 1 |
I need to enable keyboard access for my application. In HTML, I have a table inside a DIV with overflow set to "scroll". The table has around 1500 rows. However, at a time only around 10 are visible.
|
| JScript objects in session lose class identity between pages | 31 May 2004 13:53 GMT | 1 |
I'm getting the following unexpected behaviour and looking for (hopefully) a solution to it. I have a bunch of JScript classes to hold the data and tried to put them in Session so that they are accessible by the other pages
|
| Radio convert into Images pass value | 31 May 2004 08:49 GMT | 1 |
Hi, I have a problem regarding my ASP coding...Below is my sample. Currently i'm using radio button to pass the value the other pages when submit button. Now I want to change the radio button to images. SO, when I click the images then pass the value to other page. Hope you can help
|
| What is YComp in these returned values from Javascript? | 31 May 2004 06:14 GMT | 1 |
These are values returned for one of my diagnostics pages. What is the YComp? Thanks, Don
|
| does jscript work in a xsl template? | 30 May 2004 21:45 GMT | 3 |
I'm generating <div> with a onclick...the onclick doesn't work. The jscript isn't called. How can I see the cached page to see if i'm generating the html corectly?
|
| mixing Javascript and XSL | 30 May 2004 21:43 GMT | 4 |
i've my presentation in XSL file and my data in XML , and from them i generate pure HTML at Server Side, the problem now i want to write some javaScript , where i'm gonna to put it ???
|
| Errors with Javascript in ASP.NET | 30 May 2004 09:49 GMT | 3 |
I have the following in my asp.net html page <script language="JavaScript" type=text/javascript Function loader() <% If Not Page.IsPostBack Then %
|
| Newbie again | 29 May 2004 20:38 GMT | 3 |
When the form post back to the server, how can I know what control was click? Thanks All in advance. Have a nice day... Kate
|
| Newbie | 29 May 2004 19:48 GMT | 3 |
Hi All Pro, How can I invoke a function which locate in code behind( .cs ) when the user click one of the cell( TD ). Any help is deeply appreciated. Take care and have a nice day...
|
| Strange text stream behavior | 29 May 2004 01:32 GMT | 1 |
Yesterday I came across a very strange problem. Here is a JScript which demonstrates it: var gFso = new ActiveXObject("Scripting.FileSystemObject"); var text1 = "Set fso = CreateObject(Scripting.FileSystemObject)";
|
| Javascript not working | 28 May 2004 19:51 GMT | 2 |
I keep get the error 'submenu.visibility.toLowerCase()" is null or not an object. I created this with an xsl template Here's my source <html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-16"><title>Navigation</title><meta NAME="FORMATTER" CONTENT="Microsoft ...
|
| Add Javascript to ASP.Net page | 28 May 2004 17:23 GMT | 1 |
I am trying to add a javascript driven popup calendar to an ASP.NET page and I am confused about how/where to add the javascript functions? I have a calscript.jss file which contains the javascript code. Can I somehow "include" that in my ASP.NET project? If I need to copy/paste the
|
| Who can tell me how to register a user on here to post my question? | 28 May 2004 03:28 GMT | 3 |
Who can tell me how to register a user on here to post my question? Any answer would be appreciated! Timothy
|
| Radio buttons with image activation | 28 May 2004 00:20 GMT | 9 |
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 ...
|