| Thread | Last Post | Replies |
|
| JS Form syntax | 31 Jul 2005 01:38 GMT | 6 |
Below forces a submit when dropdown changes. I need to be able to retrieve the value of the combo witthin the js onclick function. I'd like to make the teamID variable below in js function dynamic. I'm a vb, asp guy that needs good direction to some js form syntax that can do ...
|
| Converting VBScript For...Next statement to JScript | 30 Jul 2005 21:17 GMT | 4 |
I am trying to convert the following VBScript code to JScript : for i=1 to Request.Form.Count if Request.Form(i) <> "Submit" Then str_values = str_values & "FormElement" & i & " = " & Request.Form(i) & "<br
|
| Modal Window from another Modal Window | 29 Jul 2005 18:27 GMT | 3 |
Is it possible to open a modal window from another modal window? Thanx
|
| draged over reference | 29 Jul 2005 18:21 GMT | 2 |
using javascript, on my web page I have an image where user can drag it over many object like table ,div, span ...... .... .... how can I get a reference to the object where the image is being draged over
|
| Form properties | 29 Jul 2005 11:04 GMT | 2 |
I have a pretty general question. Is there any website that lists the properties of forms in terms of their possible attributes in a heirarchical manner? I have often thought that this would be very useful. What I am looking for is a list that would list the properties
|
| onkeypress event to move cursor to next textbox | 29 Jul 2005 10:31 GMT | 3 |
Hello. I have a screen with many textboxes which the user must key in 7 digits in each textbox. I would like to automatically move the focus to the next textbox after the user has typed the 7th character. I am currently using the onkeypress event to capture the keystrokes. I ...
|
| firing onchange event programmatically | 29 Jul 2005 04:43 GMT | 2 |
I am using a SELECT object that is bound to an Access dataobject to filter a recordset. I need to be able to change the value of the SELECT object (and update the recordset) programmatically. However, when I update the value of the SELECT object programmatically, the
|
| change the bgcolor of a site in other frame | 28 Jul 2005 22:08 GMT | 3 |
Hi, I have a frameset with two frames called 'index' and 'main' and I wish to change the Backgroundcolor of any website displayed in frame 'main' from a client script of a site in the 'index'-frame. I tried the following:
|
| Highlighting form fields which have not been entered | 28 Jul 2005 15:37 GMT | 1 |
I have a form with a lot of fields on it. Currently, when the form is submitted an alert will pop up saying which fields have not been entered by the user. Due to the large number of fields on the form, this list can be very long. What I would like is for the un-entered
|
| lastModified in a file other than the current one? | 28 Jul 2005 09:09 GMT | 5 |
I don't use javascript too much, so my knowledge is pretty limited. I'm trying to find the date a file other than the current one was modified. I know I can do document.lastModified for the current file, but I have a menu page that has a list of links (created through javascript) ...
|
| encoding (UTF-8 -> UTF16 -> ANSI) | 27 Jul 2005 20:46 GMT | 2 |
Allow me to explain my problem. I have UTF-8 encoded XML (data island) inside HTML page: <html> <xml id="testxml">
|
| links in extern window | 27 Jul 2005 13:03 GMT | 1 |
how can i solve the following problem. I have one window (1) with a link to an archiv, these link opens an overview of the archive in a new window (2). In these archive-window i would like to open the links in window(1).
|
| Getting an user's groups using JScript | 27 Jul 2005 06:39 GMT | 9 |
I am trying to get the groups that an user belong to and here is all I have: var w = WScript; //Get current user (Assuming Windows NT/Windows 2000 Only!);
|
| Database Access | 27 Jul 2005 04:28 GMT | 1 |
What is the best way to connect to a SQL Compliant database, whether it be Oracle or SQL Server? Are there better ways to do either ones? I want one that is secure and allows scripting access w/o having to have users adjust security settings on their machines or other hassels. ...
|
| Calling an ASP.NET function using OnBlur. | 26 Jul 2005 23:51 GMT | 1 |
Alright, my scenario. I have a datagrid that shows all of the relevant data in the main columns in read only textboxes mainly. The footer of the datagrid is set up as a blank template of the columns allowing the user to enter in
|