| Thread | Last Post | Replies |
|
| text masking | 31 Mar 2005 13:55 GMT | 2 |
I need to create a text masking for time fileds. In example: I want to have a filed that looks like: "hh:mm:ss" And can recieve only numbers, and will automatically jump between the - ":".
|
| jscript and PostBack | 25 Mar 2005 09:17 GMT | 1 |
I am using VB.NET Is there any way to force a postback from jscript in asp.net?? This is the situation: I got a treeview (Microsoft.Web.UI.WebControls) fully populated, and witha
|
| how can i cutomize my mouse pointer on my web page? | 24 Mar 2005 15:20 GMT | 1 |
ei! i want to know how i can customize my mouse pointers on my web can you email me some JavaScript codes or html codes... can you help me...pls. reply to this message a.s.a.p. thank you very much... -------------------------------- From: glenn mit -----------------------
|
| Can't find element in javascript | 23 Mar 2005 13:38 GMT | 2 |
Hopefully someone can help me because I am very confused. I need to write a javascript function to set the properties on an activeX control I wrote. For some reason though any javascript I write in my ASP.NET page can't fnd even the simplest control. Just for test I have the ...
|
| vb.listbox | 20 Mar 2005 08:27 GMT | 1 |
(Type your message here) Dim x As Integer ' Loop through all items the ListBox. For x = 0 To ListBox1.Items.Count - 1
|
| any one know how to make a slide show? | 20 Mar 2005 06:02 GMT | 5 |
I like to make picture slide show....but I'd like it to be just like the one at msn.com. I like how they do the split screen with clickable text. and the really easy to navigate l back and foward links.
|
| Key press in table row | 18 Mar 2005 17:55 GMT | 2 |
Hello i have a table with 7 row's (id's from A1 to A7) is it possible when i press the down button that the yellow background collor from the row replaced to the next row en if i press the up button that the collor replaced to the previous row?
|
| Using a dot.net object from JScript.NET in the client ('IExplorer') | 18 Mar 2005 13:12 GMT | 5 |
I have the following problem: I 've a instance of a .NET class in the iexplorer with jscript: <object id="d" classid="http:assembly/test.dll#ETS.QUAM.test" VIEWASTEXT> </object>
|
| JScript Event Listener from Child Window - PLEASE HELP!!! | 18 Mar 2005 10:33 GMT | 1 |
I have an object on a parent page. I also have a child window spawned off that parent page. I want the child window to listen for an "onclick" event on that object and execute some actions when that happens. The code is as follows:
|
| Application developed in asp.net | 18 Mar 2005 03:17 GMT | 3 |
Hi!, I have a problem with Internet Explorer 6.0 and an Application developed in asp.net. My application generates dynamically a java script. This java script runs very slowly in Internet Explorer, but the same application it's very fast in Mozilla. Somebody could help me, Please ...
|
| string split function problem | 17 Mar 2005 14:54 GMT | 1 |
I am using javascript for string splitting, it works fine, when I use that code in the html file, but when I create external js file, and use external file. All other script (including alert, loops,....) works fine except split function, any idea, following is the code.
|
| How to change text font to bold? | 16 Mar 2005 19:36 GMT | 1 |
hi, all I have a very simple js code and want to change some text font to bold. The code like this: <script language="javascript">
|
| Store values from a Lisbox | 15 Mar 2005 06:03 GMT | 1 |
I have listbox that I built by jscript, now a want store the values in a database. when a submit the form a loose all values! anyone can tell me how to solve this? thanks
|
| In Search of a JavaScript Code... | 15 Mar 2005 05:52 GMT | 1 |
Problem: I need to add a button to an ASP form and populate it with JavaScript code.. the button needs to change from fuzzy to clear when hovering over it. There is to be another button added to the form and when hovered over, it needs to be populated with an image. If someone
|
| How to: Control "CSS" styles via JScript? | 13 Mar 2005 13:37 GMT | 5 |
I need to set the background-position of a style in real-time, with onload event via JScript. Assuming this is possible, can anyone tell me how? Thanks,
|