How can I prevent browsers from fiddling with my tables when the window is resized, also on some screens even when full-size, the tables are scrunched (I guess due to the size of the screen or the resolution)?<br>T.I.A.
I'm getting a mesaage that the insert into I entered is invalid due to a mismatch between queries and field distributions. I checked all the fields in the values part of the statement against the list on the insert into part of the statement and they are the same and in the same...
I need to produce a table which searches for the sum of the products ordered from all orders. So a 'sum as' and 'group by' handles that very nicely, except that part of the output needs to be a description of the product. So what you say, well the description is...
Does anyone know of a good credit card validation script?<br>For some reason the CFinput validate = creditcard doesn't work well with IE 5.0 even though it works with Netscape!!
I was using <CFINPUT validate= credit card in a cfform and it worked great with netscape but on IE 5.0 it tells that there is an error and happily proceeds to take the Credit card anyway. <br><br>1) Is there a way to stop this??<br>2) If not does anyone know of any good Credit card...
I have a function in the middle of a ColdFusion page which makes sure tht email is good. It works fine except that if the email is good it doesn't continue processing the form. I think the reason is because on the <form > line the onSubmit brings the email...
see the threads on the same topic from last week and two weeks ago. Basically, in the application.cfm page on the <application name = whatever line include the following - <br>SESSIONMANAGEMENT = "yes"><br>then on the page that has the variable you want to save...
I turns out that you were right the whole time: <br>I had forgotten to surround the cfset with cfoutput tags.<br>Thanks again for the advice.<br>
Success!!!<br>Thank you very much.<br>It turns out that there were other issues( there is still one more) but that was the main thing.<br>Now it runs, but gives an error while it runs.<br>The reason is that the cfset for the session variable is on the form page so when<br><br><cfset sessionX=...
CF says that it wasn't able to determine the value of the NULL parameter:<br><cfparam name="Session.userid" default=""><br><CFIF len(Session.userid) IS NULL><br><cfinclude template="pass.cfm"><br><cfabort><br></cfif><br>Are these the...
Mr. Maior,<br>Using Samba, can one store word, excel, docs etc. on the linux box and use the linux box(es) as your sole servers and use W98/NT machines for all your clients?<br>(best of both worlds- 1) users are not confused 2) cheap but more reliable servers!!!<br>Shlomo Nissenbaum MCSE
Is there any reason why a cfparam would indicate that a variable was in existence when in fact it wasn't? <br>I've tried to do a<br><CFIF #ParameterExists (variable)# IS "no"> after a cfparam for the same variable<br><cfparam name="..."...
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.