Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 18 of 18
Search took 0.30 seconds.
Search: Posts Made By: kiwis
Forum: JavaScript programming 01-02-2013, 09:05 AM
Replies: 3
Views: 350
Posted By kiwis
just worked it out minDate:5, //change this...

just worked it out

minDate:5, //change this to +3 to start 3 days from now
Forum: JavaScript programming 01-02-2013, 08:41 AM
Replies: 3
Views: 350
Posted By kiwis
can i show how block dates with 3 or 5 or 7 days...

can i show how block dates with 3 or 5 or 7 days from being selected???
Forum: JavaScript programming 12-31-2012, 10:49 PM
Replies: 3
Views: 350
Posted By kiwis
Date Picker and difference

I need two textbox's to become date pickers for me and I need to be able to do these things

1. No be able to pick a date earlier than today (or within 3 days if i set that rule)
2. the second...
Forum: JavaScript programming 11-16-2012, 10:59 PM
Replies: 8
Views: 401
Posted By kiwis
when i do this ...

when i do this


document.getElementById("demo").innerHTML = myDate.format('jS F, Y');


nothing displays
Forum: JavaScript programming 11-16-2012, 09:23 PM
Replies: 8
Views: 401
Posted By kiwis
How can i publish the date being in custom format

This is my code


myDate.setMonth(myDate.getMonth()+1);
document.getElementById("demo").innerHTML = myDate.toDateString("m/dd/yy");


but the output is

Sat Jul 21 1990
Forum: JavaScript programming 11-04-2012, 09:18 PM
Replies: 4
Views: 271
Posted By kiwis
what's wrong with this, it doesn't do anything

<script type="text/javascript">

var GameDate = new Date("January 01, 1970 00:00:00");

function GameTimer(GameDate){

GameDate.setMonth(GameDate.getMonth()+1);...
Forum: JavaScript programming 11-04-2012, 05:29 AM
Replies: 3
Views: 336
Posted By kiwis
date loop

i'm trying to get my date in increase my 1 month on a set interval but it does not work, what can I do here?


<script type="text/javascript">

var myDate = new Date(1960,1,1);
var...
Forum: JavaScript programming 11-04-2012, 12:17 AM
Replies: 7
Views: 232
Posted By kiwis
as iv'e said i want to do this on the forum...

as iv'e said i want to do this on the forum submit


var val = document.getElementById("MyOption").value;
alert(val);


this does nothing.
Forum: JavaScript programming 11-03-2012, 09:33 PM
Replies: 7
Views: 232
Posted By kiwis
I want to do other validation later, for now i...

I want to do other validation later, for now i want to get the value of a listmenu/combo box whatever you call them in HTML on a form submit and put it in an alert.
Forum: JavaScript programming 11-03-2012, 09:28 PM
Replies: 7
Views: 232
Posted By kiwis
okay i need to do it on the button click as i...

okay i need to do it on the button click as i said for other reasons i've not gone into.
Forum: JavaScript programming 11-03-2012, 09:06 PM
Replies: 7
Views: 232
Posted By kiwis
dropdown menu selected

I have a listbox with items in it, on my button click i want to send an alert message with the value of the selected item in my listbox.

how can i do this?
Forum: JavaScript programming 11-02-2012, 01:20 AM
Replies: 1
Views: 249
Posted By kiwis
text update

is there a way in javascript to run a javascript code as the text in a textbox is being changed? onchange is almost onlostfocus
Forum: JavaScript programming 10-21-2012, 07:44 PM
Replies: 1
Views: 189
Posted By kiwis
checking background colors

i want to validate information as it's entered into my form.

on the submit click i want to validate it, this is what i have but it does not seem to work (other than the return false as i'm really...
Forum: JavaScript programming 10-15-2012, 06:03 AM
Replies: 3
Views: 228
Posted By kiwis
What would you know. I that's a very gross...

What would you know. I that's a very gross assumption by you.

You have no idea what my background skill and knowledge is. :rolleyes:
Forum: JavaScript programming 10-15-2012, 05:16 AM
Replies: 3
Views: 228
Posted By kiwis
Timer

My new website will be a "game" and therefore it will need a timer to run through months of the year.

How can I run a timer to increment the date on an interval in javascript?

Also how can I...
Forum: HTML & CSS 07-09-2012, 01:32 AM
Replies: 1
Views: 253
Posted By kiwis
menu trouble

Below is my code; the following issues I have and need fixed
1. on the left home is not right up against the left hand side of the menu
2. After the last home I get the darker background, I want...
Forum: HTML & CSS 06-23-2012, 07:59 PM
Replies: 5
Views: 393
Posted By kiwis
so why does this not sit right, the third column...

so why does this not sit right, the third column falls below the first and when i Make the middle column smaller in width they line up but the footer is wider the the header


#wrapper {
margin:...
Forum: HTML & CSS 06-22-2012, 08:56 PM
Replies: 5
Views: 393
Posted By kiwis
Table layout

I have a main DIV tag which will contain my main website content.

Inside this I want to have 2 or 3 columns.

In each coloum I'll have several boxes with information.

How can I lay this out...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT +1. The time now is 09:25 AM.