Search:
Type: Posts; User: PeterVincent
Search:
Search took 0.01 seconds.
-
Hello holyhttp,
Thank you for your help.
I am going to try this with tables. I may have to come back to you again.
Many thanks again,
PeterVincent
-
I writing a web page and wish to have a centred textarea entry field. My textarea CSS is:
textarea
{font-size: 15pt;
font-family: Arial;
margin-left:auto;
margin-right:auto;
display:block;}
-
Post Script:
In the object the line to set the onclick action comes after the displayNext() metond.
PV
-
Hi, I have built an object for a slideshow it takes a list of filenames, the form where the buttons are located and the "image link up" generated by
<img name="im1" ... > in the html.
The...
-
Hi,
I had a similar requirement.
I suspect that the content of the cells in the columns are skewing.
Klunky solution
build a table with more columns than you require.
-
Hi,
I am trying to build a slid show that will display a default image if an image file is missing.
The code below works as a slide show, it displays a default image on initial page load using...
-
sorry,
Meant to say that I only want to refresh the inputs in the form for "ranNum1", "ranNum2" and "sumOf".
The other fields which are not in the code extract should not be cleared.
Here is...
-
Hi,
I am having a bit of bother getting this to work the way I want.
The problem is that once the form is posted and the browser back button is pressed it goes back to the form but the values...
-
Hi JPnyc,
Really delighted that this is working, thank you.
I am looking for some additional info:
document.forms[0].elements['ranNum'].value=i;
Does this translate to:
-
Thanks again JPnyc.
It works.
I had to copy the javascript to within the <form> ...</form> block as below, I am assuming this is the correct way to implement it.
<!-- Start code for the...
-
Thanks JPnyc,
I have implemented what I believed was what you provided. This does not work.
My code is:
<SCRIPT LANGUAGE="JavaScript">
var rand_no = Math.random();
rand_no = rand_no *...
-
Hi,
I would like to generate a random number and then display that number as the initial value in a form input field.
Example:
<SCRIPT LANGUAGE="JavaScript">
var rand_no =...
|
|