| Thread | Last Post | Replies |
|
| disable send by email menu | 29 Sep 2005 14:47 GMT | 1 |
I want to ask if i can there is a script that can be used to disable send by email command from Internet Explorer File Menu
|
| Change textfield font | 28 Sep 2005 17:15 GMT | 1 |
Hey all: Is it possible to use a javaScript method to change the font of a particular TextField? something like var object = doc.field;
|
| Convert string to int or long | 27 Sep 2005 10:10 GMT | 1 |
That's it... How can I convert a String to a Integer or Long? Suppose that my string is: var myStr = "02";
|
| <A> and javascript | 22 Sep 2005 17:36 GMT | 3 |
<html> <script language ="javascript"> var x = "http://www.microsoft.com" </script>
|
| arguments not available in JScript dotnet ?? | 21 Sep 2005 12:28 GMT | 1 |
Hy, i tried to use the 'arguments' property of JScript to get a variable list of functionarguments. It seems, this property is not availible for serverside programming in
|
| button probs | 15 Sep 2005 21:35 GMT | 1 |
I have 5 submit buttons and various text boxes on a web page. My problem is - I have for example a text box that says: City:______ <btnLookupCity> But when the user types in their city and hits <RETURN>, it pushes another
|
| How to rig a checkboxlist onclick event with jscript? | 15 Sep 2005 17:08 GMT | 1 |
The title is self-explanatory, but I'll show you all what I've done thus far. Here's the aspx side of things(trimmed, of course) and javascript: <form name="form1" id="Form1" method="post" runat="server">
|
| javascript issue | 15 Sep 2005 12:14 GMT | 2 |
I have a select control <select> <option value = "1"> abcd </option> <option value = "1"> my Name </option>
|
| Cascading menu,how to keep marked a navigation through the sub men | 13 Sep 2005 08:31 GMT | 2 |
We have a cascading navigation menu, when we mouse over the items the they are marked, if an item has a sub section a new sub menu (a child) is displayed. The problem is that when we mouse over the items of the second menu the items are marked but the item which launch the sub ...
|
| Specifying 'Expires' header for JS File | 10 Sep 2005 17:41 GMT | 1 |
I would like to specify 'Expires' header for a js file. Can you please let me know where & how to specify that. Thanks.
|
| OnMouseOver & OnMouseOut event on tablerow to change backcolor of row | 07 Sep 2005 17:14 GMT | 2 |
OnMouseOver & OnMouseOut event on tablerow to change backcolor of row Hi everyone, I'm looking for a way to use a mouseover/mouseout event (normally done via javascript)
|