I have a site that uses CFML to access data in an access database. When I search google for data in the site, nothing gets pulled up, or if it does, it is just the top level page, and I have to click through to get to the relevant page...any help as to make my database more searchable on the...
I have a weblog,where a user can post comments after logging in. The login works fine when the security settings in Internet Explorer are set to medium or lower, but once the security settings are high, the user is able to log in but is returned to the login screen again and again. COuld anyone...
I have a publishing form, with a dynamic select field named rating. I have to publish the news articles, and the order should be in the order I select in rating. So if I have 5 articles, and I check them off and then rate them 1 to 5, I want the articles to appear in that order. I tried...
I have a question in dynamically populating select boxes. How can I highlight the value that is already in the database, for instance, if I am pulling out the list of countries, and the country in the database is US, how can the selected value in the select box be set to US?How can i make it...
I need to store images in an MS access database, and retrieve them using Coldfusion. Can I just put the url in the database, or can I store the images, and if so, how can it be retrieved? I have no idea how to go about this, so any help will be greatly appreciated.
Thanks in advance.
I am trying to generate HTML code for a news submission page. Once the news is submitted and when I select any item, I want to generate the related fields along with HTML, so that I can just cut and paste into a web page for viewing.
For example,
<p><font size="1">
MIDDLE EAST/PRESS...
I have a search form, where the user can select fields using checkboxes. There are 3 broad categories, (topic, age, media)and under these categories, are sub categories, which can be selected using checkboxes. A user can select checkboxes in any category, or none, or a single category.
How can I...
Hi,
I just put a web log application up(written in colfusion), and have got negative comments as users cannot preview their posts and also they cannot use HTML tags. Can anyone help me as to how exactly I should go about enabling these two, similar to posting in the tek-tips forum. Also, to...
Hi,
I am trying to retrieve columns from a database, where ID matches the form ID. Then if the number of records from those columns are Zero, I use a <CFIF> tag to perform certain operation, otherwise another set of operations. When I use the DEBUG query in the <CFQUERY> tag, it shows that the...
Hi,
I am using CFSELECT and populating a select box, with multiple selections enabled. If I do make multiple selections, how do I write the SQL to obtain the different records associated with each selection?The SQL works fine for a single select, but if I click on more than one, no records are...
Hi,
I am sending subscribers an email about a survey they have to fill, and I have given the link to the survey in the email. When they click on the link, is there a way that I can capture their email address, and pass it on to the form, so that I can keep track of who filled out the form...
Hi,
When I try to submit a form with radio buttons, and none of them are selected, I get an error when I try to insert it into the DB. I want to allow my users the option of not selecting a radio button, and to insert a default value if so.
Can i use something like this in the INSERT page?
<cfif...
Hi,
I am trying to get live news feeds from a couple of affiliated sites onto my site. Could anyone help as to how I would start writing the code for this and how I can start doing this. I do not want to use the feeds that are available on the internet, since I just want the news from sites of...
I am looking to do a "print this page" function, and was wondering if there was any place I could get a perl script that is able to remove all the HTML tags, frames, and make the page in a printable format.
Thanks,
ahksar
Hi, I am using the code below(courtesy Gunjack) for inserting the date(month, day, year) from a pull down menu into my database.
INSERT INTO tblMessages (startDate,
endDate)
VALUES(#CreateODBCdate("#Form.startMonth#/#Form.startDay#/#Form.startYear#")#...
Hi,
I have 3 pull down menus for a user to select a date, and I want to put these 3 seperate fields(day, month, year) into one date field in an access database, so that I can sort out entries by this date. Is there any way i could do this?
Thanks
ahksar
Hi,
I am using a web page with frames. I am writing a function for a visitor to email a friend the page URL. Since I use frames, the email function takes the URL of the parent window,which doesnt change,NOT the URL inner frame where the actual article is located.
I have used the code below...
Hi,
I am using <CFMAIL> to enable a user to send an email, or recommend , the page he is visiting to a friend.
I used the below code to get the inner frame
<script>document.write("<input type=\"hidden\" name=\"url\" value=\"" + opener.document.location.href +...
Hi,
I have used coldfusion to make an online polling function, since my web host does not allow CGI/Perl...Have used a cookie to prevent repeated voting , but I would like to log the IP addresses of those who vote, is there any way I could do that using coldfusion(to prevent repeated voting)...
Hi,
Am pretty new to perl scripting...I was just doing an online poll, and I get this error...
PerlScript: ERROR reading config.txt
I have changed the permission to the config.txt as 755
The code I have in my vote.pl script is as follows...
$config="config.txt .....and
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.