| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi, all
I would like to disable the dropdowm function on a SELECT element. I tried
"disabled", it works but it becomes dim. I tried readonly, it...
Jack
|
11-21-2005 08:10 PM
Jack | 6 | 154 |
|  | Good day all,
The use of preconfigured HTML divisions in Javascript is simple, but is
there also a way to dynamically create divisions in...
Dimitri Depaepe
|
11-20-2005 01:55 PM
mscir | 2 | 146 |
|  | Dear Members
I'm new here. Please permit me to ask some newbie question
I'm from a non-profit organization, working for gender equality. We...
Vinayak
|
11-20-2005 11:26 AM
Kimmo Laine | 1 | 140 |
|  | I've got an embedded object definition, like
<OBJECT id='mediaPlayer' width="480"...
Pascal Herczog
|
11-13-2005 06:08 AM
vizo | 1 | 147 |
|  | What i like to do is making a function where i can use vars in a DOM instuction.
example:
function myfunction(myvar)
{var...
draw
|
11-08-2005 01:04 PM
draw | 0 | 132 |
|  | I have a function that changes which radio button is selected. I need to pass the form name to the
function but not the field name and am doing so...
J Mox
|
11-07-2005 01:21 AM
RobG | 6 | 166 |
|  | Hi.
I am using the XMLHttp object to make an asynchronous request to a php
script.
The idea is that the script does not respond immediately but only...
bearclaw
|
11-06-2005 01:18 PM
bearclaw | 0 | 142 |
|  | I have an ASP that I load from a database table. Several fields are date
fields. If the date field has a value in the table, I make the input...
Julian McMaster
|
11-04-2005 08:44 PM
Julian McMaster | 0 | 152 |
|  | I originally posted this to comp.lang.javascript and got one response
that completely ignored the original request and in fact suggested
changes that...
graham.reeds@gmail.com
|
11-04-2005 02:05 AM
Jasen Betts | 1 | 130 |
|  | Hi There,
I am so not good at javascripts:( and I'm not even sure if this can be done.
I use PHP and MySql the data that is returned to the browser...
Steven Sinfield
|
11-02-2005 06:30 AM
Kimmo Laine | 2 | 143 |
|  | I have a php site I have an include line called "include 'Cookie.php';"
In this Cookie.php file I have these codes.
<?php
$conn =...
EnjoyNews
|
11-02-2005 02:11 AM
Jasen Betts | 1 | 139 |
|  | Hi,
I've picked up some very useful JS on the WEB (free to use) which prevents
duplicates in a second pulldown if has been selected in the first...
Me
|
10-31-2005 09:45 AM
Me | 0 | 124 |
|  | I've site that is divided into two frames
Frame 1 Frame 2
???????????????????????
? ? ...
Roee Bachar
|
10-28-2005 08:35 AM
Roee Bachar | 3 | 121 |
|  | I have several iframes in my main document.
The context of the iframes is variable in width and height.
But I dont want the scrollbars to show in the...
GTi
|
10-26-2005 03:28 AM
GTi | 0 | 136 |
|  | I am using a script of the web, to validate email addresses. It is good but
lacks 2 important things.
It stops the user from entering an full stop...
Chris Dangerfield
|
10-21-2005 12:47 AM
Jasen Betts | 1 | 136 |
|  | Can someone post a javascript redirect based on browser type. I have a
site
I would like to have automatically formated for either the PC or...
odin
|
10-19-2005 10:14 AM
Noam L. | 2 | 142 |
|  | How can i do for send a web page by mail with a clic on a button in this
page ?
(the same fonction of the ie button )
thank you ...
Thierry Perrain
|
10-18-2005 06:14 AM
Thierry Perrain | 0 | 147 |
|  | hi
How can I open a new window and disable the close, minimize found on
the top right corne of the child window using Javascript? The reason I
want...
Jerry_07716@yahoo.com
|
10-17-2005 11:23 AM
Kimmo Laine | 1 | 149 |
|  | Hi all,
I've got a PayPal form on a page I'm designing, where a user can select
from two dropdown list boxes before clicking the usual PayPal 'Buy...
Tony Carnell
|
10-16-2005 02:47 AM
Jasen Betts | 1 | 161 |
|  | OK, I have the world's stupidest(!) question.
I need to click on an image. Swap it to another image, which stays static
until it's clicked on...
Penelope Baker
|
10-16-2005 12:50 AM
Jasen Betts | 2 | 143 |
|  | I have the following select box...
<select name="table_name" id="table_name">
<option value="1" selected>Please Select</option>
<option...
Ross
|
10-15-2005 08:09 PM
Jasen Betts | 1 | 152 |
|  | I need to have a static html page basically pass all GET arguments from one
page to another. For example, I'm on page A. It has "x=12&y=45". ...
Shabam
|
10-15-2005 08:05 PM
Jasen Betts | 1 | 139 |
|  | Shawn Wilson wrote:
Dont know where you get the idee to use onmouseleave,
but onmouseleave is not a standard, probably a microsoft...
JAB
|
10-15-2005 08:01 PM
Jasen Betts | 3 | 189 |
|  | is it safe to say that when writing javascripting, if i write it to work in
NS it will work on IE??
chris
|
10-15-2005 07:56 PM
Jasen Betts | 2 | 132 |
|  | im pretty ne to java script - so please be gentle :)
basically what i want to do is construct an action in a function using a
variable sent to that...
chris
|
10-15-2005 07:48 PM
Jasen Betts | 2 | 149 |
|  | This is simple but how can I change
location = 'test.php';
so it woks on any page without changing the url every time?
Ross.
Ross
|
10-15-2005 07:36 PM
Jasen Betts | 2 | 131 |
|  | How do I do a simple number format in JS? Just a thousands seperator is all
I need so 1000000 becomes 1,000,000.
Thanks!
---------
Shawn Wilson
Shawn Wilson
|
10-15-2005 07:32 PM
Jasen Betts | 3 | 199 |
|  | Hi,
I have a problem with non ie browsers
<script type="text/javascript">
window.onload = function(){
var strCook =...
Ross
|
10-15-2005 06:11 PM
Jasen Betts | 1 | 139 |
|  | I'm using the formula:
var
ship=round((((total1/20)*2)+((total2/20)*2)+((total3/20)*2)+(((total6/20)*3)
+2)+((total7/20)*2)),2)
to calculate...
Edward
|
10-15-2005 06:06 PM
Jasen Betts | 7 | 180 |
|  | HI All,
I am looking for a way to put a line of text at the bottom of the screen,
regardless of the currrent resolution used.
Have searched the web...
dries
|
10-15-2005 05:43 PM
Jasen Betts | 1 | 142 |
|  | I have a form page that accepts a text field variable. The problem is, I
need to concatenate this text field variable with some other string. ...
Shabam
|
10-15-2005 05:41 PM
Jasen Betts | 3 | 142 |
|  | On 2005-08-31, Shawn Wilson <shawnw (AT) dvigroup (DOT) net> wrote:
vs
innerHTML is not part of the standard
toto
|
10-15-2005 05:31 PM
Jasen Betts | 4 | 144 |
|  | On 2005-08-31, Delta <xxx (AT) hotmail (DOT) com> wrote:
First off you should use valid HTML. (HTTP://validator.w3.org/)
(you're missing a...
Jasen Betts
|
10-15-2005 05:24 PM
Jasen Betts | 0 | 152 |
|  | Hello all
I'm trying to create a unique order number in a HTML form.(no DB backend)
I found a function that looks promising, but I don't have the...
Rhonda
|
10-15-2005 05:05 PM
Jasen Betts | 2 | 141 |
|  | Hi
I'm trying to do something like this.
for(i=0; i<5; i++){
var theData = document.createElement('a');
theData.onmouseover = function() { return...
Kim
|
10-15-2005 04:50 PM
Jasen Betts | 8 | 141 |
|  | I have a button that puts a value into a field. It work when there is no
space in the field name. But doesn;t work if there is. How can I make...
Oak Hall
|
10-15-2005 07:37 AM
Jasen Betts | 4 | 166 |
|  | This sort function does not seem to work with my date format which is
1/01/2004 no leading 0 for month. Is there anything that could be
changed so it...
jeffsal
|
10-15-2005 07:35 AM
Jasen Betts | 1 | 153 |
|  | Hello all,
I want to have a script to open a popup on the right bottom of the
screen(like hotmail or yahoo).
I want to write a function that...
Daniel
|
10-15-2005 07:33 AM
Jasen Betts | 1 | 150 |
|  | How would I get and set the position of a cursor in a text edit field?
<script language='javascript'>
function csrPos(editName){
var...
Arg
|
10-15-2005 07:28 AM
Jasen Betts | 4 | 206 |
|  | Let's say I had a single HTML page with two individual forms on it.
Each form had its own search button named like this
<input type="submit"...
Fred
|
10-15-2005 07:21 AM
Jasen Betts | 5 | 159 |
|  | Hi,
All is in the title : I'm trying to use a javascript code to play a
small wav file (7KB) when mouse go over a DIV, but it imply a
delay/latency...
Globy
|
10-14-2005 03:38 AM
Globy | 0 | 141 |
|  | I am writing a web app in PHP that uses JavaScript in some of the
forms. One of the things that I have done is add an onClick for the
form's submits...
bcr07548@creighton.edu
|
10-11-2005 01:18 AM
Wayne Dobson | 10 | 228 |
|  | Hi,
I'm trying to create some code to replace the text in a short paragraph
that is in the body text of a HTML page, ie:
<p>Tonight:...
Richard Lissimore
|
10-11-2005 12:48 AM
Edward Norton | 1 | 159 |
|  | a=1234567
I want to display as 1.234.567
Do I have to convert to a string or is there another way to get it correct
displayed?
Marco
Marco
|
10-09-2005 04:17 AM
Patrick Fehr | 1 | 149 |
|  | a short while ago i was playing arround with the <DIV tag and wanted some
text to dissapear - while i was doing this i had a situation where i...
chris
|
10-05-2005 03:09 AM
chris | 2 | 126 |
|  | L wrote:
Apart from the fact that <FONT> was depreciated a long time ago, thanks. :D
Marc
Marc
|
10-04-2005 03:23 AM
Marc | 1 | 128 |
|  | Hello,
I have this code snippet in .js file called by an .htm file. I am not too
good with java and I cannot figure out why the if statment is not...
News Guy
|
10-04-2005 01:51 AM
Kimmo Laine | 4 | 144 |
|  | I'm trying to take a value from javascrip and place it in an Input.
My three values display fine in javascript:
<SCRIPT LANGUAGE="JavaScript">
<!--...
Kim
|
10-03-2005 12:44 PM
Kim | 1 | 191 |
|  | I'm using a function that produces a popup window of an image if its
thumbnail is clicked. The images are buffered by loading them with
"visibility:...
Nigel Molesworth
|
09-30-2005 02:58 PM
mscir | 1 | 117 |
|  | I am wanting to deteremine which radio button is selected on a form and
am using:
//alert(document.CC.Ecom_Payment_Card_Type.length)
for (var...
Marshall Dudley
|
09-29-2005 11:44 AM
Marshall Dudley | 0 | 134 |