Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Shlomo

    One image on top of another- possible w/HTML alone

    Is it possible to paste one image on top of another using HTML alone- (to cover up one part of the lower layered image)
  2. Shlomo

    Browser is scrambling my tables!!

    Got it, nowrap and or pixels for the table itself will do the trick.<br>Thanks
  3. Shlomo

    Browser is scrambling my tables!!

    by abosolute you mean width=&quot;x%&quot;<br>or is there something else that makes it absolute<br>sincr Ihave width=&quot;x%&quot; now.
  4. Shlomo

    Browser is scrambling my tables!!

    I didn't mention that I am not using any style sheets; just plain old table tags, etc.
  5. Shlomo

    Browser is scrambling my tables!!

    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.
  6. Shlomo

    QUeries don't match field distribution

    Thank you for your suggestion.&nbsp;&nbsp;There are no keywords being used, however.&nbsp;&nbsp;( Unless lastOrderDate is considered a keyword!!) <br>
  7. Shlomo

    QUeries don't match field distribution

    I'm getting a mesaage that the insert into I entered is invalid due to a mismatch between queries and field distributions.&nbsp;&nbsp;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...
  8. Shlomo

    Double Queries/Double Tables/SQL Catch 22

    I need to produce a table which searches for the sum of the products ordered from all orders.&nbsp;&nbsp;So a 'sum as' and&nbsp;&nbsp;'group by' handles that very nicely, except that part of the output needs to be a description of the product.&nbsp;&nbsp;So what you say, well the description is...
  9. Shlomo

    Starting using ColdFusion

    Look at houseoffusion.com he has the officail docuentation onmlinein .pdf
  10. Shlomo

    Credit Card Validation

    Does anyone know of a good&nbsp;&nbsp;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!!
  11. Shlomo

    Credit Card Validation

    I was using &lt;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.&nbsp;&nbsp;<br><br>1) Is there a way to stop this??<br>2) If not does anyone know of any good Credit card...
  12. Shlomo

    Samba and WinNT Network

    Thank you very much.
  13. Shlomo

    Continuing script after function is done

    I have a function in the middle of a ColdFusion page which makes sure tht email is good.&nbsp;&nbsp;It works fine except that if the email is good it doesn't continue processing the form.&nbsp;&nbsp;I think the reason is because on the &lt;form&nbsp;&nbsp;&gt; line the onSubmit brings the email...
  14. Shlomo

    Setting and Retrieving Session ID's

    see the threads on the same topic from last week and two weeks ago.&nbsp;&nbsp;Basically, in the application.cfm page on the &lt;application name = whatever line include the following - <br>SESSIONMANAGEMENT = &quot;yes&quot;&gt;<br>then on the page that has the variable you want to save...
  15. Shlomo

    CFPARAM not working

    OK!!! <br>All working,now.&nbsp;&nbsp;Just needed some fancy footwork with cfparam and cfif.
  16. Shlomo

    Attention philcha: postscript to remembering passwords thread 5/11

    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>&nbsp;
  17. Shlomo

    CFPARAM not working

    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>&lt;cfset sessionX=...
  18. Shlomo

    CFPARAM not working

    CF says that it wasn't able to determine the value of the NULL parameter:<br>&lt;cfparam name=&quot;Session.userid&quot; default=&quot;&quot;&gt;<br>&lt;CFIF len(Session.userid) IS NULL&gt;<br>&lt;cfinclude template=&quot;pass.cfm&quot;&gt;<br>&lt;cfabort&gt;<br>&lt;/cfif&gt;<br>Are these the...
  19. Shlomo

    Samba and WinNT Network

    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&nbsp;&nbsp;MCSE
  20. Shlomo

    CFPARAM not working

    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>&lt;CFIF #ParameterExists (variable)# IS &quot;no&quot;&gt;&nbsp;&nbsp;&nbsp;after a cfparam for the same variable<br>&lt;cfparam name=&quot;...&quot...

Part and Inventory Search

Back
Top