dchard
Participant
dchard
Participant
Activity
‎Apr 09, 2009
09:17 AM
I have two page each have a drop down menu. When I choose on the 1st page drop down I want that option to be shown on the second page drop down. Example: 1st page: red,orange,blue when I pick orange it will go to the next page and I want the word orange showing on the dropdown of the 2nd page I hope it's clear
... View more
‎Apr 06, 2009
02:43 PM
can you give me a walkthrough on that, good reference? thanks
... View more
‎Apr 06, 2009
12:55 PM
that I don't know...that's why I'm asking if it's possible and how. But I'm thinking is it possible to store the data on a session variable thru onclick? So that when a user pick a choice on the drop down then it will store in the session.
... View more
‎Apr 06, 2009
12:31 PM
I'm sorry my question is not complete....I mean I want to post the data from the drop down into the next page without using submit button
... View more
‎Apr 06, 2009
10:37 AM
I have a drop down menu and I want to post the data from the drop down into the next page....can I do that? Thanks
... View more
‎Mar 30, 2009
01:14 PM
I found a php code and I want to convert it to CFM. I already
converted most of the code by there're some that I don't know how
to. I'll post the part that I don't know how to. Hopefully someone
can help me
... View more
‎Mar 23, 2009
09:36 AM
I want to have a image uploader in website where the user can
choose multiple images to upload and it also shows the directories.
It's the same one in facebook on how to upload pictures. I'm not
sure how to do it and what it's called.
Thanks
... View more
‎Mar 02, 2009
09:31 AM
I have the same problem before and used this code and I use
onclick event on the close button :
... View more
‎Feb 25, 2009
10:29 AM
it's just my client. he just want to see up to 20 rows in a
textarea
... View more
‎Feb 25, 2009
09:39 AM
How can I limit a user input into a textarea by 20 rows? For
example I'm typing in a textarea and I'm on the 20th row if I press
enter or the next character will go to the 21st it won't allow the
user to go to the next line.
... View more
‎Feb 05, 2009
02:48 PM
I figure it out...and yeah you can send it including the
textbox....
But now my question is my outlook doesn't show the textbox
instead it displays sets of brackets while in thunderbird and yahoo
mail it displays the textbox
Does anyone know why?
Thanks
... View more
‎Feb 05, 2009
01:11 PM
Is it possible to send the form itself into cfmail, this
includes the textbox
thanks
... View more
‎Feb 02, 2009
10:48 AM
I have this code like this:
<cfquery name=name datasource=datasource>
Select *
From table
</cfquery>
<script language="JavaScript">
if (condition)
{
}
</script>
my question is how can I compare a column from the database
from a text in if statement in javascript?
thanks
... View more
‎Jan 22, 2009
02:07 PM
How can I pass a value from javascript into coldfusion array?
Thanks
... View more
‎Jan 13, 2009
08:50 AM
I've read the terms of google in using their map. I'm
thinking if I can just save the longitudes and latitudes of each
marker and save it in the database, then when that user login it
will get all the coordinates of their marker and mark it on the
map. Is that possible?
... View more
‎Jan 12, 2009
11:09 AM
Is there a way to save the image of a location in google map
as static? is there any other way to do it?
Thanks in advance
... View more
‎Dec 22, 2008
11:45 AM
I don't know how you attempt to display the image but I
suggest using:
<img src="#nameofcolumnofimage#" width="100"
height="100">
hope it helps
... View more
‎Dec 12, 2008
01:53 PM
I found this site that checks the extension file of the
uploaded file.
http://www.bennadel.com/blog/834-Ask-Ben-Upload-And-Email-File-Using-ColdFusion.htm
Hope it helps
... View more
‎Dec 04, 2008
01:23 PM
Hi
Have you tried putting your cfmail inside the body? I'm not
sure if being inside or outside the body affect your cfmail...but
it doesn't hurt to try
Hope it helps
... View more
‎Dec 03, 2008
02:24 PM
that's my javascript is doing....after you click the add
order it will add another row with three textbox.....so basically
after clicking the link it will also create an array of
textbox
... View more
‎Dec 03, 2008
08:44 AM
var oCell = newRow.insertCell(0);
oCell.height = '25';
oCell.vAlign = 'middle';
oCell.align = 'center';
oCell.style.background = '#EEEEEE';
oCell.innerHTML = "<input type='text' name='textfieldA[]'
class='bodytext' size='20' align='center'>";
oCell = newRow.insertCell(1);
oCell.height = '25';
oCell.vAlign = 'middle';
oCell.align = 'center';
oCell.style.background = '#EEEEEE';
oCell.innerHTML = "<input type='text' name='textfieldB[]'
class='bodytext' size='35' align='center'>";
oCell = newRow.insertCell(2);
oCell.height = '25';
oCell.vAlign = 'middle';
oCell.align = 'center';
oCell.style.background = '#EEEEEE';
oCell.innerHTML = "<input type='text' name='textfieldC[]'
class='bodytext' size='3' align='center'>";
if I'm going to change the name of the textbox I'm going to
add into an array. How can I access the data on each textbox on the
nextpage?
... View more
‎Dec 02, 2008
01:38 PM
This code counts the number of rows existing then add new row
with 3 textbox after the last row. Each textbox have their own
unique name
... View more
‎Dec 02, 2008
01:34 PM
I have a page here that add rows with 3 textbox after
pressing the button. The added textbox have all unique name. My
question is how can I access the data on the added textbox in the
next page if I don't know how many rows will be added?
... View more
‎Dec 02, 2008
07:23 AM
Hi
It works fine but every textbox will have the same name
right? How can I generate textbox with different name so I can call
them individually on the next page? Thanks
... View more
‎Dec 01, 2008
02:19 PM
I have 5 rows with 3 textbox each. I want to show the 1st row
only until clicking the button. How can I do that?
... View more
‎Dec 01, 2008
08:17 AM
Initially I have 10 textbox and I want to have a button to
add textbox when clicked. How will I do that?
Thanks in advance
... View more
‎Dec 01, 2008
08:14 AM
I have 10 rows compose of 3 textbox each. Then when press
submit it will go to a page so that it will be sent thru email in
table form. My problem is in my 10 rows if only 5 rows have data
the other remaining rows is still included in the table and it
produce a blank space. How will I put the rows in a table who only
have data in them?
Thanks in advance
... View more