Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
Views: 383
Posted By optimizer123
ty =)

ty =)
Forum: JavaScript programming 11-28-2012, 07:52 PM
Replies: 8
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
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
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
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
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
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
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
Views: 421
Posted By optimizer123
You're very welcome! :)

You're very welcome! :)
Forum: HTML & CSS 11-10-2012, 07:50 PM
Replies: 8
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
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
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
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
Views: 262
Posted By optimizer123
I give up lol

I give up lol
Forum: JavaScript programming 11-04-2012, 07:59 PM
Replies: 2
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 08:46 AM.