| Thread | Last Post | Replies |
|
| Value not Field name | 28 Jul 2006 19:23 GMT | 6 |
Can anyone please advise, i have a couple of functions. The first reads an array and calls the second function, that is suppose to check the value entered into a field and return it's length, it does 't it return the field name.How can i pass the value in the field rather than the
|
| Problem with onClick with JavaScript | 27 Jul 2006 12:48 GMT | 13 |
Can someone help me with the following problem? Although that I found about this subject came (I think Close) to what I need, it just did not work. I have some function
|
| Phone validation | 27 Jul 2006 07:56 GMT | 4 |
hai this is sai, i want to validate phone number like this 080-28495612
|
| Checking as RadioButoon | 27 Jul 2006 07:37 GMT | 4 |
I noticed that I can't just a allow the user to cheack the RadioButton I need to set it myself (probably based on the OnClick Event) How do I handle that? Thank you,
|
| Update Text Box on an ASP.NET page | 26 Jul 2006 20:32 GMT | 2 |
OK. I know what I want to do isn't that difficult. All I want to do is have a button or link that when clicked will set the text in a textbox on the form to a certain string. The problem may be that this is an ASP.NET page. I have tried this with buttons, but the problem is ...
|
| Resize iframe automatically | 26 Jul 2006 14:03 GMT | 8 |
Hi guys. I have an iframe inside one of my pages and is set to resize automatically when a new page is loaded using a javascript and it works beautyfully. What I need now is the same behaviour when the page that is already loaded in the iframe changes its content dynamically.. ...
|
| Set asp:textbox value to current url in Firefox? | 25 Jul 2006 04:55 GMT | 9 |
I can't quite seem to figure out this issue; it is specific to Firefox, as it works fine in IE. I have an iFrame within an aspx page that is passed a value in the query string (e.g. [address]/index.aspx?query=about%20us). What
|
| ASP.NET 2.0 SCRIPT TAG NOT WORKING | 24 Jul 2006 13:08 GMT | 2 |
Please could you have a look below : <head runat="server"> <title>EMEA Service Management - Central Task & Reporting Web</title> <link href="Styles.css" type="text/css" rel="stylesheet" />
|
| Currency conversion | 24 Jul 2006 08:09 GMT | 7 |
I need to know the Currency conversion code in Javascript Say for example i got 2 textbox .. where i enter a number (singapore dollar value) and i provide a button and in the next text box i should get the value in US dollar value.
|
| microsoft: ecmascript non compliance omission | 21 Jul 2006 17:33 GMT | 8 |
Microsoft - i looked in msdn documentation help://MS.VSCC.2003/MS.MSDNQTR.2004JUL.1033/script56/html/js56jsgrpnonecmafeatures.htm for version history and ecma compliance and under the non emca section the following determination is not mentioned. is this correct?
|
| JScript and ASP.NET textbox | 21 Jul 2006 14:48 GMT | 6 |
I am currently working on a site, but have run into trouble with JScript (not having much experience with it). I am trying to create a script that checks the URL for a "?", then sets the value of a textbox (<asp:TextBox id="txtSearch" ... >) to whatever
|
| getting rid of "activex unsafe" message | 20 Jul 2006 19:36 GMT | 3 |
I hope someone could help me here. I desperately need help with this app i'm writing. I'm building a power point COM add in, and in my form i have to use MSINET.OCX(microsoft internet transfer control). everything works fine,
|
| Preload images not showing | 20 Jul 2006 04:06 GMT | 2 |
I'm preloading an array of 150 small images in my system it works fine but when I load it to the webserver images won't display. Looks like my for loop to download the images runs faster than the browser can download them.
|
| SendKeys and mouse interaction | 19 Jul 2006 14:25 GMT | 1 |
Howdy, I have a script that use AppActivate to send keystrokes to a program. This works fine except when the user is doing something in a different program. If they click in a different program from the target program, some of the
|
| replacing %20 | 19 Jul 2006 13:50 GMT | 3 |
I have the followng code which reads in variables in the URL and converts them to javascript vars. <script language="JavaScript"> if (window.location.search.length>1){
|