Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 15
1
2
3
11
>
Last
»
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
li border change on hover?
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
Find div with now innerhtml???
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
object required?
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
Find div with now innerhtml???
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
get div id
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
get div id
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
focus on first element of table
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
change table row
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
add row clone
Views:
438
Posted By
nikko50
Resolved. Thanks Davey!!
Resolved. Thanks Davey!!
Forum:
JavaScript programming
06-20-2012, 01:59 PM
Replies:
2
change table row
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
textarea list populates another textarea
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
textarea list populates another textarea
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
MAX date?
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
caculate date
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
caculate date
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
dates to month array help
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
dates to month array help
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
dates to month array help
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
add row clone
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
undefined variable?
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
in array?
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
open local file??
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
loop through form elements wiith an id
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
window.onbeforeload executes twice???
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
window.onbeforeload executes twice???
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
Page 1 of 15
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:22 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.