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 5
1
2
3
>
Last
»
Showing results 1 to 25 of 118
Search took
0.99
seconds.
Search:
Posts Made By:
Cranford
Forum:
JavaScript programming
02-02-2009, 11:22 AM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
This: workText = " " + workText; is a hack, not a...
This: workText = " " + workText; is a hack, not a fix.
Forum:
JavaScript programming
02-01-2009, 11:03 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type"...
Forum:
JavaScript programming
02-01-2009, 04:07 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
Well, I don't take orders from you, either. I...
Well, I don't take orders from you, either. I posted code. Nothing more.
Forum:
JavaScript programming
02-01-2009, 03:42 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
@luigicannavaro: Bob, or Luigi, or whatever...
@luigicannavaro:
Bob, or Luigi, or whatever your name is:
I edited the "highlight" code, again. Save that version using a different name, and try it. I think the latest version is finally,...
Forum:
JavaScript programming
02-01-2009, 03:21 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
@luigicannavaro: Did you see the tooltip...
@luigicannavaro:
Did you see the tooltip code I posted above?
...
line 8 column 1 - Warning: plain text isn't allowed in <head> elements
line 4 column 1 - Info: <head> previously...
Forum:
JavaScript programming
02-01-2009, 03:01 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
Code deleted. KMA.
Code deleted. KMA.
Forum:
JavaScript programming
02-01-2009, 02:48 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
@luigicannavaro : I edited my previous post....
@luigicannavaro :
I edited my previous post. Use that version.
Do you mean a "tooltip"? I'm not willing to make any more changes. This seems like an "Okay, THAT works, but what I...
Forum:
JavaScript programming
02-01-2009, 01:36 PM
Replies:
33
select all lines that search matches
Views:
2,424
Posted By
Cranford
Code deleted. KMA.
Code deleted. KMA.
Forum:
JavaScript programming
01-28-2009, 12:53 PM
Replies:
8
Getting dynamic element names
Views:
1,667
Posted By
Cranford
Is this what you are trying to do? <!DOCTYPE...
Is this what you are trying to do?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta...
Forum:
JavaScript programming
01-28-2009, 12:19 PM
Replies:
8
Getting dynamic element names
Views:
1,667
Posted By
Cranford
You can pass anything you want to the show()...
You can pass anything you want to the show() function, separated by commas:
<img src="abc.jpg" width="120" height="90" id="ima47t" show(this.src, this.id)>
That will pass abc.jpg AND...
Forum:
JavaScript programming
01-28-2009, 11:17 AM
Replies:
8
Getting dynamic element names
Views:
1,667
Posted By
Cranford
I have no idea what this: thumbnail>big image ...
I have no idea what this: thumbnail>big image means.
I have no idea what this: accept that as an arbitrary parameter. Arbitrary?
You've posted three lines of HTML in a JavaScript forum. ...
Forum:
JavaScript programming
01-27-2009, 10:32 PM
Replies:
8
Getting dynamic element names
Views:
1,667
Posted By
Cranford
@bothwell: Id's must be unique. Element...
@bothwell:
Id's must be unique. Element names, within a form, can be the same, but not Id's.
You have the onmouseover call inside the anchor tag. The image tag is a child of the anchor tag.
...
Forum:
JavaScript programming
01-27-2009, 09:53 PM
Replies:
8
Getting dynamic element names
Views:
1,667
Posted By
Cranford
@bothwell: Move the onmouseover to the img...
@bothwell:
Move the onmouseover to the img tag, and pass the src to the function:
<img src="abc.jpg" onmouseover="show(this.src)" width="75" height="75">
I have complete code for this...
Forum:
JavaScript programming
01-27-2009, 07:47 PM
Replies:
8
Script not working in FF
Views:
756
Posted By
Cranford
@tomraffe Validate your mark-up. You are...
@tomraffe
Validate your mark-up. You are missing the closing form tag, along with 66 other errors.
Place ALL script tags within the Head section. JavaScript has no place inside the Body. ...
Forum:
JavaScript programming
12-25-2008, 01:38 PM
Replies:
9
Swap the <tr> positions dynamically
Views:
2,065
Posted By
Cranford
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type"...
Forum:
Post a JavaScript
12-22-2008, 09:37 PM
Replies:
0
Poker Fun! Revisited
Views:
968
Posted By
Cranford
Poker Fun! Revisited
Deleted. Lack of interest.
Forum:
JavaScript programming
12-21-2008, 02:31 PM
Replies:
12
Most frequent words
Views:
1,244
Posted By
Cranford
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type"...
Forum:
JavaScript programming
12-09-2008, 10:37 PM
Replies:
8
when only one field changes no alert message needed
Views:
649
Posted By
Cranford
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type"...
Forum:
JavaScript programming
12-09-2008, 10:28 PM
Replies:
8
when only one field changes no alert message needed
Views:
649
Posted By
Cranford
if (currDisplayName != nDisplay && currFirstName...
if (currDisplayName != nDisplay && currFirstName == nFirst && currLastName == nLast && currUserName == nUser.value && currDomain == nDomain)
{
//alert('Only the display name changed');
...
Forum:
JavaScript programming
12-09-2008, 10:07 PM
Replies:
8
when only one field changes no alert message needed
Views:
649
Posted By
Cranford
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type"...
Forum:
JavaScript programming
12-09-2008, 01:10 PM
Replies:
4
make array from list
Views:
718
Posted By
Cranford
rooster: <!DOCTYPE html PUBLIC...
rooster:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type"...
Forum:
Post a JavaScript
12-08-2008, 09:57 PM
Replies:
1
Poker Fun
Views:
932
Posted By
Cranford
Poker Fun
Per Admin:
Furthermore, this forum should only be used for genuine code sharing and discussion. Do not spam or use this forum to promote your own script pages.
When posting the actual...
Forum:
JavaScript programming
12-08-2008, 03:01 PM
Replies:
3
Java and Automatic Date Populations
Views:
1,040
Posted By
Cranford
cyanstudios: Is the "end date" always a...
cyanstudios:
Is the "end date" always a particular day of the week, if so, which day?
Is the "start date" always 7 days prior to the "end date"?
Forum:
JavaScript programming
12-04-2008, 03:37 PM
Replies:
2
Image change onmouseover and onmouseout
Views:
2,418
Posted By
Cranford
Add / remove images with no coding: ...
Add / remove images with no coding:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta...
Forum:
JavaScript programming
12-03-2008, 10:12 PM
Replies:
28
matching phrases
Views:
1,568
Posted By
Cranford
The problem is that the code cannot match: ...
The problem is that the code cannot match:
span>something
or
something</span
the > and < are right up against the letters. I'll bet the words you are trying to match are...
Showing results 1 to 25 of 118
Page 1 of 5
1
2
3
>
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
11:03 PM
.
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.