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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 88
Search took
0.14
seconds.
Search:
Posts Made By:
optimizer123
Forum:
JavaScript programming
11-28-2012, 08:47 PM
Replies:
8
E-Mail problem
Views:
383
Posted By
optimizer123
ty =)
ty =)
Forum:
JavaScript programming
11-28-2012, 07:52 PM
Replies:
8
E-Mail problem
Views:
383
Posted By
optimizer123
This is my Html in <body>; <form...
This is my Html in <body>;
<form method="post" action="sendmail.php">
Email: <input name="email" type="text" /><br />
Message:<br />
<textarea name="message" rows="15" cols="40">
...
Forum:
JavaScript programming
11-28-2012, 07:49 PM
Replies:
8
E-Mail problem
Views:
383
Posted By
optimizer123
Hey philip. After what i did i click on submit...
Hey philip. After what i did i click on submit and it opens sendmail.php.. but its blanco.. nothing pops up or whatever.. while i got this in my sendmail.php:
<?php
$email = $_REQUEST['email']...
Forum:
JavaScript programming
11-28-2012, 07:23 PM
Replies:
8
E-Mail problem
Views:
383
Posted By
optimizer123
Thanks philip i will see what i can do.. it's not...
Thanks philip i will see what i can do.. it's not a REAL site for public use.. just for a group of lets say 50 people.
Forum:
JavaScript programming
11-28-2012, 06:33 PM
Replies:
8
E-Mail problem
Views:
383
Posted By
optimizer123
E-Mail problem
Hey there, I would like people to send me an email via my website but whenever I click on submit it opens up my email.. Is there a way I can make it so that when someone presses 'aanmelden' that it...
Forum:
HTML & CSS
11-17-2012, 01:55 PM
Replies:
3
img displaying next to div
Views:
302
Posted By
optimizer123
Got it :) thx for ur help
Got it :) thx for ur help
Forum:
HTML & CSS
11-17-2012, 01:49 PM
Replies:
3
img displaying next to div
Views:
302
Posted By
optimizer123
Thanks! I'll figure it out ^^
Thanks! I'll figure it out ^^
Forum:
HTML & CSS
11-17-2012, 12:44 PM
Replies:
3
img displaying next to div
Views:
302
Posted By
optimizer123
img displaying next to div
Hey there,
I want a picture showing left of my 'box' on my website so out of my div. How can I do this? I'm fairly new to this. here is my code i got for a part of my site including a slideshow:
...
Forum:
HTML & CSS
11-10-2012, 10:11 PM
Replies:
8
Drop down menu
Views:
421
Posted By
optimizer123
You're very welcome! :)
You're very welcome! :)
Forum:
HTML & CSS
11-10-2012, 07:50 PM
Replies:
8
Drop down menu
Views:
421
Posted By
optimizer123
select { width: 200px; height: 30px; ...
select {
width: 200px;
height: 30px;
text-align: center;
}
To center the text..
Trying to figure out how to make the selected province bigger hm..
Forum:
HTML & CSS
11-10-2012, 07:21 PM
Replies:
8
Drop down menu
Views:
421
Posted By
optimizer123
Ok since it's name="select" it means that if you...
Ok since it's name="select" it means that if you want to change the size of it you should make a class in CSS:
select {
width: 200px;
height: 30px;
}
That would make the box bigger...
Forum:
HTML & CSS
11-10-2012, 07:02 PM
Replies:
8
Drop down menu
Views:
421
Posted By
optimizer123
Create a new Id in CSS & then edit your HTML: ...
Create a new Id in CSS & then edit your HTML:
#big {
font-size:20px;
}
<option value="#" id='big'>Alberta</option>
Forum:
JavaScript programming
11-10-2012, 02:53 AM
Replies:
9
Submit a form with AJAX without reloading
Views:
821
Posted By
optimizer123
Hey there, I suggest you post this in the...
Hey there,
I suggest you post this in the AJAX subforum here:
http://www.codingforums.com/forumdisplay.php?f=55
Forum:
JavaScript programming
11-04-2012, 09:44 PM
Replies:
3
Localstorage ID problem.
Views:
262
Posted By
optimizer123
I give up lol
I give up lol
Forum:
JavaScript programming
11-04-2012, 07:59 PM
Replies:
2
Word counting in Iframe
Views:
273
Posted By
optimizer123
Hey there, You could make it a bit easier...
Hey there,
You could make it a bit easier like this in the head section:
function cnt(w,x){
var y=w.value;
var r = 0;
a=y.replace(/\s/g,' ');
a=a.split(' ');
for (z=0; z<a.length; z++) {if...
Forum:
JavaScript programming
11-04-2012, 06:40 PM
Replies:
3
Localstorage ID problem.
Views:
262
Posted By
optimizer123
Localstorage ID problem.
It looks like this is not working:
HTML:
<div id="zaal3"style="position: relative; width: 450px; height: 300px; border: 1px solid black" id="allseats"/>
JS:
window.onload = function() {
...
Forum:
JavaScript programming
11-04-2012, 06:37 PM
Replies:
4
€ not showing correctly.
Views:
166
Posted By
optimizer123
Awesome thanks! :) on to the next question
Awesome thanks! :)
on to the next question
Forum:
JavaScript programming
11-04-2012, 06:02 PM
Replies:
4
€ not showing correctly.
Views:
166
Posted By
optimizer123
I got this: ...
I got this:
document.getElementById('seatcounter').innerHTML = "€ " + total;
yesterday it showed fine, but not now (as u can see on the website)
Forum:
JavaScript programming
11-04-2012, 05:25 PM
Replies:
4
€ not showing correctly.
Views:
166
Posted By
optimizer123
€ not showing correctly.
My € shows as: €
same as é shows as: i�
How do i fix this..?
Click on a seat here to test:
http://www.bioscoop-filmpje.allalla.com/reserveer_groot.html
Forum:
HTML & CSS
11-03-2012, 09:45 PM
Replies:
1
Help Regarding Contact Form in html
Views:
284
Posted By
optimizer123
1. I would add requirements like (you HAVE to put...
1. I would add requirements like (you HAVE to put in your email to send it)
2. I would add an alert msg to the send button.
to have the mails sent to you you use this:
<form method = "post"...
Forum:
JavaScript programming
11-03-2012, 09:32 PM
Replies:
2
Javascript Function Not Working for Radio buttons
Views:
311
Posted By
optimizer123
Please wrap your codes into the wrap CODE #'s ...
Please wrap your codes into the wrap CODE #'s
This is where you go wrong:
<script type="text/javascript">
It should be:
<script type = "text/javascript" src = 'nameofjsfilehere (example...
Forum:
JavaScript programming
11-03-2012, 09:31 PM
Replies:
2
on error show/hide div problem
Views:
264
Posted By
optimizer123
Please copy/paste your codes here. thanks.
Please copy/paste your codes here. thanks.
Forum:
JavaScript programming
11-03-2012, 09:30 PM
Replies:
7
dropdown menu selected
Views:
232
Posted By
optimizer123
You're confusing. When you click on a...
You're confusing.
When you click on a button you want an alert message popping up correct?
Forum:
JavaScript programming
11-03-2012, 09:29 PM
Replies:
1
Download File Issue
Views:
177
Posted By
optimizer123
Please copy/paste your codes here.
Please copy/paste your codes here.
Forum:
JavaScript programming
11-03-2012, 09:25 PM
Replies:
7
dropdown menu selected
Views:
232
Posted By
optimizer123
Something like this you mean? <input...
Something like this you mean?
<input type="button" value="texthere" onclick= "alert('msghere');">
Showing results 1 to 25 of 88
Page 1 of 4
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
08:46 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.