Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.03 seconds.
Search: Posts Made By: sbzero546
Forum: Ruby & Ruby On Rails 02-06-2012, 07:31 PM
Replies: 0
Views: 3,125
Posted By sbzero546
How do I put a blank space in a select box?

I am doing it for a death date and I need it for the year month and day.

<div class="field">
<%= f.label :death_date %><br />
<%= f.date_select :death_date,
...
Forum: Ruby & Ruby On Rails 01-29-2012, 06:58 AM
Replies: 0
Views: 2,734
Posted By sbzero546
Radio button choice to show up on main page

I am entering information about a book and trying to get my language choice to go on my main page. The problem is with the radio buttons under language.
<%= form_for(@book) do |f| %>
<% if...
Forum: Ruby & Ruby On Rails 01-12-2012, 06:06 AM
Replies: 0
Views: 3,316
Posted By sbzero546
Javascript runtime error

How do I fix the javascript runtime error? Everytime I try to generate a controller it says Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available...
Forum: HTML & CSS 11-14-2011, 10:28 PM
Replies: 1
Views: 335
Posted By sbzero546
How do I line up the radio buttons and checkboxes in this form?

Here is the code I just want to line up the form named reservation. Should I use position:relative? Thx:thumbsup:

<html>
<head>
<link rel="stylesheet" type="text/css" href="airline.css" />...
Forum: JavaScript programming 11-01-2011, 06:03 AM
Replies: 3
Views: 315
Posted By sbzero546
It has to be (tickets* rewards)+ cost. because I...

It has to be (tickets* rewards)+ cost. because I told the teacher about the answers I am getting and he said it was wrong.
Forum: JavaScript programming 11-01-2011, 04:45 AM
Replies: 3
Views: 315
Posted By sbzero546
How to alert the right answer?

I need to alert the answer 31 but keep getting 34. It has to go like this ticket*reward+cost. It would be 24+4+3=31. I would need to times the tickets by rewards then add the cost after. How would I...
Forum: JavaScript programming 11-01-2011, 04:12 AM
Replies: 15
Views: 885
Posted By sbzero546
lol thanks I was just doing what the teacher...

lol thanks I was just doing what the teacher showed us in class that is why there is alot of code
Forum: JavaScript programming 10-31-2011, 06:06 PM
Replies: 15
Views: 885
Posted By sbzero546
I tried to choose two tickets with the person...

I tried to choose two tickets with the person being a member which is $8 plus the candy $3 and soda $3. It should be like this Tickets * The total of being a member plus the concessions. I keep...
Forum: JavaScript programming 10-31-2011, 04:59 PM
Replies: 15
Views: 885
Posted By sbzero546
How would I multiply the values from the two radio buttons?

I keep getting 28 when I am suppose to get 22 because of Order of Operations.

<html>
<head>
<title>Movie</title>
<script type="text/javascript">
function ticketOrder()
{
var cost;...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 11:08 PM.