| Thread | Last Post | Replies |
|
| CA UNICENTER/ CONTRACT/ FL | 30 Apr 2005 23:42 GMT | 2 |
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 CA/ UNICENTER/ DEVELOPER-ANALYST/ ...
|
| Is this correct? | 30 Apr 2005 21:56 GMT | 2 |
I am new at coding and would like to know if the following is correct: I want to be able to list information repeatedly with the same text added to it. Don't know if this is the way to do it, but it prints out OK for me.
|
| Newbie: Append information to a web page | 30 Apr 2005 21:40 GMT | 1 |
Simply a newbie question: I try to create a form where users put their information about themselves and i need to append this information it to another web page in the server.
|
| Changing CSS classes | 30 Apr 2005 15:34 GMT | 2 |
Is there any way I can dynamically (taking advantage of JavaScript) change the properties for classes defined in CSS styles?? Let say there's a CSS class ".regtex" and it forces the browser to display all elements of that class in red. Now I want to change this class so all
|
| Short-Cut New Chromeless Window | 30 Apr 2005 08:59 GMT | 4 |
I want to add a short-cut to a windows app similar to launching from a windows run line a New window, to prevent changing an existing browser window from moving off a current logged in session to another web application.
|
| Lots of booleans | 30 Apr 2005 06:53 GMT | 5 |
I have a situation where I have many (more than 32) boolean flags: var foo=true; var bar=false; var baz=false;
|
| Q: Form widget default value | 30 Apr 2005 02:17 GMT | 3 |
Given the following example, I want "Jane Doe" to appear when the user first views the form, and when he leaves it blank: // ---------------- <FORM .... >
|
| Using proper DOM with dynamic select arrays | 29 Apr 2005 20:16 GMT | 2 |
Based on a condition, I want to add new options into a form's SELECT menu. This method has been working for Firefox, but not IE/Opera/Avant: document.form1.aem_from[0]=new Option("[ select ]","X");
|
| How to update selection list contents from a server database based upon user data entry | 29 Apr 2005 19:00 GMT | 5 |
I am trying to create a web page in which the contents of one selection list depends upon which element in another selection list is chosen, but where the information to populate the first selection list comves from an SQL database on the web server.
|
| Convert javascript-powered web page to standalone application | 29 Apr 2005 18:10 GMT | 5 |
I've written an engine in Javascript for running text adventure games on a web page: http://www.robinjohnson.f9.co.uk/adventure/hamlet.html (That's the only game I've written with it so far, and a version of the engine
|
| Streaming M3u's... | 29 Apr 2005 17:37 GMT | 1 |
Here's my site: http://www.motorcityrock.com I have a streaming audio feature set up using a M3u file and a bunch of MP3's: http://www.motorcityrock.com/mcr_radio/mcr_radio.html. When then visitor clicks on the link the M3u kicks in and the songs play in the
|
| ck my checkbox input | 29 Apr 2005 12:41 GMT | 5 |
I am dynamically creating an input that is a checkbox like: myINPUT = document.createElement("INPUT"); myINPUT.type = "checkbox"; myINPUT.id = myINPUT.name = "myck_box";
|
| input a value via HTML page | 29 Apr 2005 10:54 GMT | 4 |
I have a browser running on a touchscreen, without a keyboard. I need to input a number in a form. Do you know if it is possible to write a HTML page, pure HTML (preferred) or with javascript, to simulate
|
| document.write and buffer data | 29 Apr 2005 07:21 GMT | 12 |
It's very interesting problem. I couldn't even find any inforamtion about it on the google. I think that the best way of explain will be this simple example: <html>
|
| Date Validation for 3 Dropdowns!? | 28 Apr 2005 22:50 GMT | 23 |
This problem has been puzzling me for a fair time now, and has severely frustrated me!! Perhaps I'm just not getting the syntax right, but the problem is rather simple... Take a look at:
|