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 strongm 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. mattys

    Selection keeps feathering

    sorry, yeah, should have said that was weird i'm not a complete newbie to photoshop, although this will make me sound like one for some reason the selection was feathering, even though i wasn't setting 'feather', been doing it for ages i looked in all the obvious places, the most obvious on...
  2. mattys

    Selection keeps feathering

    i think i've sussed it cheers!!
  3. mattys

    Selection keeps feathering

    Hi I am not sure how this has come about, but every time i use the selections tool in Photoshop it keeps feathering edges - the edges are slightly faded and not crisp. Anyone know what this might be and how to fix. Help appreciated, cheers
  4. mattys

    javascript for form to retain details when back buttoning

    Hi I have a html form here http://www.saltrock.com/login/user.asp, on an ASP page. If you fill the form in, hit submit, then have to hit the back button to ammend the form, say, to use a different usename, or password, previously input details have dissapeared. Obviously this is a right pain...
  5. mattys

    javascript for form to retain details when back buttoning

    Thanks you lot! checking in asp forum right now. matt
  6. mattys

    javascript for form to retain details when back buttoning

    Thanks I appreciate your help. I am quite suprised by this as many sites I have used seem to be able to retain form info even after pressing the back button, and I feel that they haven't gone to the lengths you described. Anyway, I have absoloutely no idea how I would go about doing what you...
  7. mattys

    javascript for form to retain details when back buttoning

    Hi I have a html form here http://www.saltrock.com/login/user.asp, on an ASP page. If you fill the form in, hit submit, then have to hit the back button to ammend the form, say, to use a different usename, or password, previously input details have dissapeared. Obviously this is a right pain...
  8. mattys

    duplicate values in the index, primary key, or relationship problem

    Hi I have a membership application on my site, running off Access database with asp. It has been working fine, made a couple of changes and now all kinds of trouble have broken loose! I have even re-uploaded original files back up, but I am still getting the below error: "Microsoft JET...
  9. mattys

    Page number list nees <br>!

    Hi This is the ASP code that goes in the body: <%'Pages Navigation... if rs.PageCount > 1 then ' If pagecount>1 Response.Write("<p align=center class=MsgText>Pages:") if page > 1 then ' Prev Button Response.Write("&nbsp;<a href=users.asp?page=" & page-1 & "&sort=" & sort & " title='Prev...
  10. mattys

    Page number list nees &lt;br&gt;!

    Hi Does anyone knbow how to deal with page numbers lists that could go on forever and have your page scroll sidewyas!!? I have a database of users and a certain amount of users are displayed per page, the rest of the users can be accessed by htting page number links at the bottom. However, the...
  11. mattys

    Database generated list boxes

    FesterSXS Thanks for your help, it does work with -1 and 'Button' (not reset). Much, much, mcuh appreciated!! will rate highly. Matt
  12. mattys

    Database generated list boxes

    whoooa, getting crossed wires, will now try -1, not 1
  13. mattys

    Database generated list boxes

    FesterSXS Ignore last response, sent before I got your last response. Have tried with reset and if you select criteria, but don't search and then clear, it clears, but if you do a search and then try and clear it doesn't. Matt
  14. mattys

    Database generated list boxes

    FesterSXS Tried this and just does the same as before, but goes to critera 2, or nothing at all. Hmmmmm... Matt
  15. mattys

    Database generated list boxes

    Thanks FesterSXS Strange. What is happening now is that if nothing is selected and you hit 'clear', it selects the top two criteria. If you have critaria selected, before or after search, when you hit 'clear' it also selects top two criteria?? Matt
  16. mattys

    Database generated list boxes

    Thanks FesterSXS Seems to make sense, sorry for not submitting to javascript forum. I have tried the above and added the javascript bit, but it still doesn't seem to work. Can you let me know exactly where to place the Javascript? Cheers Matt
  17. mattys

    Database generated list boxes

    Hi I have a couple of dynamically generated list boxes on this page http://www.extremeboardshots.com/x-schools-search/south-west-devon-surf-schools.asp. If you select a criteria, in either, or both, but don't carry out a search and hit clear, they clear. However, if you select either, or both...
  18. mattys

    Apostrophe problems!!

    That worked a treat, thanks!
  19. mattys

    Apostrophe problems!!

    I am aware that this is quite a common problem. I am updating info from a form textfield, info sourced from the database using this code in the head Conn.Execute (&quot;UPDATE Property SET Property.PropertyInfo='&quot; & Request.Form(&quot;PropertyInfo&quot;) & &quot;' &quot; & strWhereClause )...
  20. mattys

    textarea input formatting to automatically replace spaces with &lt;p&gt;

    Hi thanks for that. Where would i place it on the page? Matt

Part and Inventory Search

Back
Top