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 SkipVought 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. puremm

    populating form from sql

    Category (cat) is basically a number for a criteria So in total there are seven categories, each requiring a title and a file (of text) to be uploaded...
  2. puremm

    populating form from sql

    I have a form with seven categories, each has a title and a answer, but one has three answers and another two... I have the data stored in a table, each entry is identified by a entry_no. I want to get each category and display them in the form here's the code I'm using at present; $entry_uid...
  3. puremm

    multiple jpg upload

    WE've had a slight issue over the last 24hrs and serach every where on google... We have a file upload script which uploads a array of image onto server via php... Now we can get teh correct variables across, but the basename($_FILES['Filedata']['name'], remains a blank... below is the upload...
  4. puremm

    Automatically highlight current page in flash

    Hi All, I have a flash navigation header located on each page, I want to be able to highlight the current page in the navigation... The flash navigation is embedded into each page with content listed below... Can anyone help?
  5. puremm

    calendar help needed

    I can't get my dates to land on the correct day, using the following code; <thead><tr> <th width=35>Mon</th> <th width=35>Tue</th> <th width=35>Wed</th> <th width=35>Thu</th> <th width=35>Fri</th> <th width=35>Sat</th> <th...
  6. puremm

    jfilechooser hangs

    Hi - not sure if this is the right forum - but Ive written a small applet ans singed it to select a few files and put them in a list . All initated by java script calls. The trouble is as soon as the jfilechooser dialog is shown the applet freezes for up to 10 mins maybe more ? I've downloaded...
  7. puremm

    Networking issue

    I have a xp pro box setup as a file server, which has been servering 10 xp home machines... I've recently updated 4 of the machines to xp pro, since which I have had issues with the network. None of the machines can see each other when browsing Workgroup computers, yet i can setup a mapped drive...
  8. puremm

    Trying to export data to excel but...

    If you're results are contained with a recordset then you'll have no issues to get that export as a spreadsheet. But you need to define a recordset in order for it to work; <% If Request.Form("exportexcel")= "true" Then Dim line, filename...
  9. puremm

    Divide a String into Words

    Thanks for the reply, you're suggestion was a valuable pointer... Many thanks
  10. puremm

    encrypt email address from database

    Does anyone how to encrypt an email address into ascii, to stop email harvesting from websites? All email address are in an Access Database, but as the clients can update there information I need something to do this on the fly. I've tried a few javascript solutions, but nothing seems to...
  11. puremm

    Divide a String into Words

    I have a client, who a the eleventh hour has asked for a tag word facility, something that's used on a few blog's. Where a field 'Keywords' has a number words in relation to the work, but they want to have the words highlighted, and then if that word is clicked to produces results in relation...
  12. puremm

    Hide null values in vbscript

    Thanks for the replies, you're advice helped me alot in getting the correct solution for the project.
  13. puremm

    Hide null values in vbscript

    Apologies if I've not explain very well; what I'm trying to do is hide a telephone fields that are not empty, for example in a directory some clients only have one telephone while other have two or three; but this on the page leaves a nb_return where the other fields should be. See code below...
  14. puremm

    Hide null values in vbscript

    How do I hide a null value in a recordset field? I've got a page that pulls information from a table, but certian fields have no values "NULL". When I create a detail page I want to hide that value if it has nothing or null data. Thanks in advanced... p.s. search not working, and already spent...
  15. puremm

    Insert Data from Form

    Works a treat, thanks very much....
  16. puremm

    Insert Data from Form

    I'm using Ms Access... unfortunately...
  17. puremm

    Insert Data from Form

    I wonder if anyone can help? I have a form which creates a record in a database, when the form has been submitted it takes the user to another page with a form on it. I'm basically looking to pass the ID of the record created on the first page, and have it inserted into the second form. Does...
  18. puremm

    Bad Word Filter

    Does anyone know of a Bad Word Filter that will replace specified words from a form, before submitting to a database? Any advice would be grateful...
  19. puremm

    QueryString's

    the client-side output is as follows; <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Elite Teens 13-17 :: Elite Teens Photo Gallery</title> <meta...
  20. puremm

    QueryString's

    tsuji, thanks that got me halfway there... But now I'm getting an unknown error on line 20 of the function listed above...

Part and Inventory Search

Back
Top