Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 375
Search took 1.14 seconds.
Search: Posts Made By: nikko50
Forum: HTML & CSS 01-19-2013, 07:57 PM
Replies: 1
Views: 161
Posted By nikko50
li border change on hover?

I have a horizontal list with a border on each list. how can I chane the border color when someone hovers on a list?. i tried the below but it does not work.


ul li {

display:block;
...
Forum: JavaScript programming 09-05-2012, 03:38 AM
Replies: 5
Views: 357
Posted By nikko50
Thanks for the code. One question I have is what...

Thanks for the code. One question I have is what if I just want to loop through only the div that start "layer". I have another div on the page but it doesn't start with layer. The only layer ones I...
Forum: JavaScript programming 09-04-2012, 11:13 PM
Replies: 4
Views: 310
Posted By nikko50
object required?

Why do I get object required?

<div id=layer1 style="visibility:hidden; position: absolute; top: 250; left: 20; width: 550; height: 100; background-color: #FFFFFF; border: 2px dotted #6699FF;...
Forum: JavaScript programming 09-04-2012, 09:05 PM
Replies: 5
Views: 357
Posted By nikko50
Find div with now innerhtml???

Hey dudes!

If I have 5 div's like below and am placing innerhtml in some of them how can I find the div id where there is not innerhtml so I may use it. I would like to get the first id that there...
Forum: JavaScript programming 09-04-2012, 08:31 PM
Replies: 3
Views: 260
Posted By nikko50
Thanks guys. gOT IT TO WORK!

Thanks guys. gOT IT TO WORK!
Forum: JavaScript programming 09-04-2012, 07:58 PM
Replies: 3
Views: 260
Posted By nikko50
get div id

Hi all!

If I have div like below how can I alert the div id?

<div id=layer1 >

<a onclick="alertDIV()" href="#" return false; >Click Here alert div</a>
Forum: JavaScript programming 06-21-2012, 03:47 PM
Replies: 2
Views: 368
Posted By nikko50
focus on first element of table

I would like to place focus on the first input element of my table. I won't know the name of the field because the form is generated dynamically so I would just like to place focus on the first input...
Forum: JavaScript programming 06-20-2012, 04:15 PM
Replies: 2
Views: 269
Posted By nikko50
I was looking to replace "row1" of "myTable" with...

I was looking to replace "row1" of "myTable" with a new row with new elements. How can I do this?
Forum: JavaScript programming 06-20-2012, 04:08 PM
Replies: 3
Views: 438
Posted By nikko50
Resolved. Thanks Davey!!

Resolved. Thanks Davey!!
Forum: JavaScript programming 06-20-2012, 01:59 PM
Replies: 2
Views: 269
Posted By nikko50
change table row

Hi!

How can I replace a table row with another row with new elements. Below I have a table with one row. How can I create a onclick function to replace the table row with a new row and elements. ...
Forum: JavaScript programming 06-15-2012, 03:17 PM
Replies: 4
Views: 390
Posted By nikko50
Hey Philip! Well I don't believe you can set a...

Hey Philip!
Well I don't believe you can set a heigth for a select list within css only you can set the size. Also would like to have the scroll bar set to auto on my select list which I believe...
Forum: JavaScript programming 06-15-2012, 02:40 PM
Replies: 4
Views: 390
Posted By nikko50
textarea list populates another textarea

I'm looking to have 2 textareas where selecting an option in one textarea will populate the second textarea with option list. I tried to use the select element 2 levels but the select element is too...
Forum: MySQL 05-30-2012, 04:24 PM
Replies: 2
Views: 330
Posted By nikko50
MAX date?

If I have an endDate and a revisedEndDate in my "PROJECTS" table How can I select the MAX endDate OR the revisedEndDate if it exists?
Forum: PHP 05-25-2012, 04:26 PM
Replies: 4
Views: 290
Posted By nikko50
Hi. I'm very confused on how I can do this. Any...

Hi. I'm very confused on how I can do this. Any help will be appreciated with a big hug:).

The array values hold the month and year. I'm trying to use the array keys to determine how many steps I...
Forum: PHP 05-25-2012, 02:14 PM
Replies: 4
Views: 290
Posted By nikko50
caculate date

Hi all!

Don't know how to do this and need your help:).

If I have a start date and end date like so...

$start = "2011-05-23";
$end = "2011-06-05";

And I have an array which holds the...
Forum: PHP 05-24-2012, 01:34 PM
Replies: 6
Views: 271
Posted By nikko50
Figured it out. <?php $startDate =...

Figured it out.

<?php

$startDate = "2011-04-05";
$endDate = "2012-11-30";
$monthArray = array();
$i = 0;

$sd = strtotime($startDate);
Forum: PHP 05-24-2012, 01:22 PM
Replies: 6
Views: 271
Posted By nikko50
Hi, I just tried this and found it print Apr...

Hi,

I just tried this and found it print Apr 11 and skips all the way to May 12. Why is that? It should print all the 2011 months also.
Forum: PHP 05-24-2012, 09:38 AM
Replies: 6
Views: 271
Posted By nikko50
dates to month array help

Hi all! If I only have a start like so 2011-04-05 and an end date like 2012-11-30 how can I create an array of just the months and years like so "Apr 11, May11, Jun 11, Jul 11, Aug 11" etc until the...
Forum: JavaScript programming 03-18-2012, 08:32 PM
Replies: 3
Views: 438
Posted By nikko50
add row clone

Hi all!

I have a function that adds a row when clicked. It just clones the last row but it also copys the text in the fields if the user types any. Drop list work fine but I don't want to copt the...
Forum: JavaScript programming 10-27-2011, 03:41 AM
Replies: 1
Views: 218
Posted By nikko50
undefined variable?

getting undefined alert. Why?


<script>
function openFile(f){

alert(f);

}
</script>
Forum: JavaScript programming 10-25-2011, 04:05 AM
Replies: 2
Views: 325
Posted By nikko50
in array?

So if I create an array like below how can I test whether the value in "field1" is in the array?


var field1 = document.theForm.car.value;
var myCars = new Array();
var...
Forum: JavaScript programming 10-18-2011, 03:59 AM
Replies: 3
Views: 374
Posted By nikko50
open local file??

Hi all. I have text area that includes the full path for a local file on our company network. The files are usually excel sheets or docs. How can I have it so when they clicks the file it opens the...
Forum: JavaScript programming 10-13-2011, 01:21 AM
Replies: 1
Views: 367
Posted By nikko50
loop through form elements wiith an id

Hi all.

I have a form named "theForm". How can I loop through this form elements that have an "id" ATTRIBUTE to them and then populate my ids array?


var ids = new Array;

for(i=0;...
Forum: JavaScript programming 10-12-2011, 09:14 PM
Replies: 5
Views: 537
Posted By nikko50
I only need this to function in ie. Can anyone...

I only need this to function in ie. Can anyone help? Tracy
Forum: JavaScript programming 10-12-2011, 04:00 PM
Replies: 5
Views: 537
Posted By nikko50
window.onbeforeload executes twice???

I want to use the below code to warn users that they are leaving the web form and to confirm they have saved their work. When I try the below and click the google link to leave the page I have to...
Showing results 1 to 25 of 375

 
Forum Jump

All times are GMT +1. The time now is 10:22 AM.