| Thread | Last Post | Replies |
|
| auto pop-up window when loading a page | 07 Sep 2004 22:46 GMT | 1 |
Can everyone give me a smaple script code for a pop-up window? What I want is to load/pop up a image when pepole open my web site automatically. Thanks,
|
| Displaying activity from yesterday | 07 Sep 2004 19:24 GMT | 3 |
I am trying to pull records from a DB based on any new inserts that happened yesterday. By yesterday I mean the day before, not 24 hours from now. Right now I have <cfquery name ="yesterday" datasource="datasource">
|
| Not-too-dyanmic Home Page - Best Practice? | 07 Sep 2004 06:51 GMT | 1 |
I am developing our company's home page. A portion of it will show a listing of the 5 most current stories/articles our professionals have written. A new article will be written every 7 - 10 days. I don't want to have to edit the Home Page and story archive pages every time a ...
|
| session variables | 07 Sep 2004 03:43 GMT | 1 |
I created a bunch of <cfset => in one of my templates, but I want to use the same ones in another template in the same site. I hate the idea of duplicating them, so I thought I wou ld give the concept of session variables a try. But I cant get it to work.
|
| Dynamic Multiple Select List | 06 Sep 2004 15:14 GMT | 2 |
Good Evening Everyone!!! :-) Forgive me if I'm missing something obvious here but I'm either not seeing it or I just plain have things F*%#ed up. Either way here is my dilemma. Using three database tables that are laid out like this
|
| error message regarding variable | 04 Sep 2004 22:39 GMT | 2 |
Can anyone tell wat is my problem?? Error Diagnostic Information Unable to set the client variable, CARTMERCHLIST. Server-side application client variables are currently disabled. In order to
|
| Full Network Path from a file ? | 04 Sep 2004 19:01 GMT | 1 |
Hi, i need to read the entire path from a file in the network ... something like this: I have my browse file <input type="file" name="filename" >
|
| Dynamic Multiple Select Menus (PART 1) | 04 Sep 2004 13:19 GMT | 1 |
Good Evening Everyone!!! :-) Forgive me if I'm missing something obvious here but I'm either not seeing it or I just plain have things F*%#ed up. Either way here is my dilemma. Using three database tables that are laid out like this
|
| Multi-Domain Sessions | 04 Sep 2004 06:52 GMT | 1 |
If I access the same web directory via 2 separate sub-domains, shouldn't i be able to access the session variables between them? Ex: Session.MyVar gets set when I goto http://www.mydomain.com however, when I click a link that takes me to that same page using SSL
|
| Determine Weekday | 03 Sep 2004 22:47 GMT | 3 |
I send an xml request using variables from a form and in this format and have session.arrivalDate also set this way. I will need to determine what day it is, Monday, Tues, etc based on this format. 09/22/04 Can anyone suggest what I need to do...thanks
|
| verify URL Addresses | 03 Sep 2004 21:59 GMT | 1 |
I have an application that stores the URL address for several companies and government agencies. What I need to do is write a report that will return all URL links that are not responding. The firewall that the CF Server sits behind blocks all ICMP packets so the ping utility ...
|
| Previous / Next List | 03 Sep 2004 19:58 GMT | 3 |
I've got a display page showing one product. I need to create a previous and a next link (2 seperate links) that contains the Item Number of the product to display next. I believe I need to do a query and include in the link the item number of the Item Number coming before and ...
|
| Add column programmatically | 03 Sep 2004 19:05 GMT | 2 |
Anyone have any thoughts on what might be the best way to add a column to a table via CF/SQL? The trick might be in that I'd need to evaluate the name of the last column in the table and increment it. For example, if the last column is currently named B4 I'd need to add ...
|
| Select box, input box, javascript troubles | 03 Sep 2004 16:23 GMT | 1 |
Ok I think I have a kinda tricky question, any help in pointing me the right direction is greatly appreciated. First I have a select field that has 4 values (single,married,divorced,or widowed). This select field has a javaScript attached to it that says when ever selection 2 or ...
|
| Passing BLOB to Stored Procedure | 03 Sep 2004 14:07 GMT | 1 |
Attribute validation error for tag CFPROCPARAM. The value of the attribute VALUE is invalid. The value cannot be converted to a string because it is not a simple value.Simple values are booleans, numbers, strings, and date-time values.
|