| Thread | Last Post | Replies |
|
| Form submit | 31 Mar 2005 23:46 GMT | 1 |
To POST a form you can use a <button type="submit"> which does the job. How in code can I submit my form so I can use a nice image instead of the nasty button? Dave
|
| Using Variables instead of hard code in jscript and html | 31 Mar 2005 23:02 GMT | 7 |
I am a complete newbie to web programming etc, although I have a great background in many other platforms and languages. However, I have to write a spec for Web Programmers to change an existing application. The existing application is heavily hard-coded, and now has to be made ...
|
| Printing contents of a table having scrollbars by way of div | 31 Mar 2005 22:44 GMT | 3 |
I Have a html table that has scrollbars (horizontal and vertical). The problem is that when i use windows.print it does not print the portion of data that is hidden or not shown upfront because of the scrollbars that have been used by way of the div tag.
|
| Copy files to server when connected? | 31 Mar 2005 21:49 GMT | 3 |
I would like to write a script to automatically backup one of my directories to a share on the server, but only when I'm connected to my office network. Here's what I'd like to do: If computer is connected to a network {
|
| sending <Enter> key | 31 Mar 2005 19:25 GMT | 3 |
I'm programming a web page with a keyboard input challenge. When the user is entering data in a multi-line textbox, they need to be able to use control-<Enter> to enter a carriage return. They can't use the <Enter> key alone because per their requirements, I've programmed the ...
|
| Returning the hieght of frames in a window | 31 Mar 2005 18:01 GMT | 1 |
I have a page that has 3 frames on it and am trying to find a way to measure the height of the top frame to decide whether or not to display a message but when I try to return the height property, i.e. window.parent.frames(0).height or window.parent.frames.item(0).height I always ...
|
| Using transparent PNGs in image rollovers | 31 Mar 2005 11:31 GMT | 3 |
I am using transparent 24-bit PNGs for image rollovers by changing the styles of the containing div as in: div.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
|
| submit a form one time | 31 Mar 2005 06:03 GMT | 1 |
I know nothing about javascript. Is there a way to use javascript to make a form POST on page load, one time? The form POSTs to the same page. I have some UPS real time modules and variables that need to be recalced when the page loads.
|
| Time Mask For Text Inputs | 31 Mar 2005 03:59 GMT | 5 |
I need to create a mask for text inputs that will allow only: hh:mm:ss patterns, and will automatically jump between the - ":"... Has anybody made something like it? Thanks ahead
|
| Count the number of DIV's on a page? | 30 Mar 2005 22:04 GMT | 5 |
I'm trying to figure out a way to count the number of div elements on a page, so I can make them all visible (or not) when a user clicks a button. The DIV's are given ID's, along the lines of <div id="faqpanel_1_answer">
|
| Detecting key presses on an entire page.... | 30 Mar 2005 17:24 GMT | 4 |
Does anyone know how to detect a keypress at the page level? I want to grab a typed string regardless of which control have the focus. Thanks in advance, Stuart
|
| BGColor change for SOME cells in a table | 30 Mar 2005 07:27 GMT | 11 |
I am trying to figure out how to affect a background color change to only SOME cells in a table. For instance: My table is 6 cells wide. The left 3 cells are one side and the right 3 the
|
| Client javascript; Open windows | 30 Mar 2005 03:52 GMT | 7 |
I have difficulties in setting the size of a window. The browser seem to remember the previous size of a named window and will us that size, rather then requested size. Is there a way to reset the remembered size? function myopencart(url) {
|
| Request for a function to trim strings in JScript. | 28 Mar 2005 20:42 GMT | 5 |
Is there any good implementation of trimming strings in JScript? I wanna write a function with higher execution efficiency, can anybody show me the implementation code? Thanks!
|
| History | 28 Mar 2005 06:25 GMT | 10 |
I have Jscrript in an HTML page that when that page is loaded it calls an ASP.NET page using the tradional QueryString. The ASP.NET routine accesses a hit counter, bumps the cout, and returns it using a Response.Redirect with a Query String. The calling page recognizes that it ...
|