Thread
:
Sending FormInput to Areabox
View Single Post
11-05-2012, 11:38 PM
PM User
|
#
2
Old Pedant
Supreme Master coder!
Join Date: Feb 2009
Posts: 23,237
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
This line is bogus:
Code:
sizeSelection = document.getElementByName('size').value;
Just get rid of it.
Put
Code:
var sizeSelection = "No size selected yet";
as the first line of JS code.
This isn't an elegant solution, but it should work.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Users who have thanked Old Pedant for this post:
Redwards34
(11-06-2012)
Old Pedant
View Public Profile
Find More Posts by Old Pedant