| Thread | Last Post | Replies |
|
| returning selecteditem of select list | 29 Jun 2007 09:56 GMT | 2 |
Here's the code: <script language="javascript"> function btnOK_Click(){ window.opener.Form1.txtPERSON_MONITOR.value=window.Form1.lstemps(window.Form1.lstemps.selectedindex).text;
|
| Capture Current Culture in JScript/JavaScipt? | 28 Jun 2007 17:56 GMT | 13 |
I need help, within JavaScript, determining the current IE user's "culture" so I can pass it to a back-end (not necessarily ASP.NET) as a string. Thanks.
|
| Javascript and Visual Web Developer Express 2005 Edition | 28 Jun 2007 08:07 GMT | 1 |
Not a Technical question. Sorry if this is wrong newsgroup. I'm using Visual Web Developer Express 2005 Edition. For xsl/xml file its providing option of expand/collapse of elements.
|
| Check about field validation | 27 Jun 2007 20:15 GMT | 2 |
I a previous post I requested help with the following senario: How can I make a text field required if a specific option was choosen out of a pulldown menu? A very nice person offered me this code, and it works like a dream:
|
| how to set up a timer / delay / wait or sleep in JScript? | 27 Jun 2007 17:46 GMT | 1 |
I would like to pause my script at a certain point for a second or two before executing the rest of the script. Is there a way of doing that in JScript? Thanks. JB
|
| Email Notification Script | 27 Jun 2007 14:26 GMT | 13 |
Folks: I am looking for a script that would ALARM (make a distinct audio noise like the ringing of a telephone) either when new emails arrive from a certain source or maybe when new emails are found in a specific filtered folder. As
|
| convert vbscript to javascript | 27 Jun 2007 09:39 GMT | 3 |
Can anyone help me converting this relatively simple piece of client side vbscript to javascript ?; 'vbversion: <script language="vbscript">
|
| keep track user | 26 Jun 2007 17:17 GMT | 1 |
Hi I have a landing page and a portal, they are differnt site, I want to keep track of user where they come from, how to implement that? use cookie, but how to transfer between sites? Please help...
|
| Can you help me find the answer? | 26 Jun 2007 16:40 GMT | 1 |
I have an access database that is not available to all users. I have looked into creating an access page, for data entry by my users. I need to create a button on the page that they can click, to notify me of their new request. I have asked this question in the Access community, ...
|
| Setting a value on parent for in CE 5.0 | 26 Jun 2007 09:52 GMT | 1 |
I wrote code to popup a form. On that form, I give the user a list of values to select from and I want to drop the selected value into a field on the parent form. When I run the page on XP and IE6, it drops the value on the parent form and closes the window. When I run it on a
|
| Request Header information... | 26 Jun 2007 09:50 GMT | 1 |
Is it possible to read the Request/Response Header information using javascript. I have googled it but i no luck. Please help.. Thanks in advance. Thanks & Regards,
|
| Weird Error: Object expected | 25 Jun 2007 17:08 GMT | 10 |
I am developing on ASP (not ASP.Net but the traditional ASP). I've used VBScript but trying to use JScript. I found a very weird problem. [1]
|
| document.domain, iFrames, and IE6 | 23 Jun 2007 19:14 GMT | 1 |
I've run into kind of a strange problem. I have content that loads into a couple of iframes on a page inside a *totally* different domain. The documents inside each of the iframes explicitly sets their document.domain properties in javascript. Oddly, IE6 throws the
|
| understanding the change of control value in a form in web program with jscript | 20 Jun 2007 17:47 GMT | 1 |
hello world. Is there any body to help me? I am writing a web program. I have some forms.
|
| How to inspect DOM with MSE 10.0 ? | 20 Jun 2007 12:16 GMT | 7 |
Using MSE 10.0 and IE 6 with JScript, how do I expand and inspect elements in the DOM when debugging from within MSE? The browser's document object shows a value of {...} in MSE, but no way to expand or view the contents. I have the IE Developer's toolbar, but still need to debug ...
|