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 TouchToneTommy 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: *

  • Users: georgeous
  • Content: Threads
  • Order by date
  1. georgeous

    Help: American Dates

    Everytime we reboot our webserver, it seems to revert back to american dates. Any idea how to stop this.???
  2. georgeous

    Help - American Dates!

    Hello, We have a webserver(win2k) that points to a database. There is an application on the website that records todays date and saves it into the database whenever a user performs a certain function. Problem is, the date going into the database is American format and we want it to be in...
  3. georgeous

    Date Settings on Webserver

    Hello, We have a webserver(win2k) that points to a database. There is an application on the website that records todays date and saves it into the database whenever a user performs a certain function. Problem is, the date going into the database is American format and we want it to be in...
  4. georgeous

    I want to create the illusion of a frame but without using a frame

    Basically I am writing a long web form, and I want a picture to permanently remain at the bottom of the screen. So users can still scroll down the form but the picture will always be there. I know I should just use a bottom frame, but i'm not allowed to. Is there any way I can do this?
  5. georgeous

    automatically insert blank rows in excel

    I have a spreadsheet looking something like this. I want to automatically insert a blank line after every row with 'Step 3' in it. How can I do this? xxx123456........STEP 1....etc etc xxx123456........STEP 2....etc etc xxx123456........STEP 3....etc etc xxx789101........STEP 2....etc etc...
  6. georgeous

    Adding a timestamp to form data

    I have a web database that users enter data into via a form. When searching for data, I want them to be able to view what they have put in, and I also want some kind of timestamp at the end of the text so they know the date that the information was put in. How can I do this?
  7. georgeous

    multiple forms

    I have a html page with a form. I would like to nest another form within this, but i'm not sure whether it is possible. is it? Alternatively, i could keep the forms seperate, but I would like to only have one submit button. Is there anyway of doing this? Thanks Georgina
  8. georgeous

    pc keeps crashing

    please can anyone help me. My machine is only about a year old, and I'm running windows ME The problem is, everytime i turn it on and try to load a program, any program, my whole system freezes up, and won't work. If i do ctrl alt delete, I get a box popping up saying that the program is not...
  9. georgeous

    else if statements in cgi

    I have an if statement with 3 options in my cgi script. Is the correct syntax like this if (condition one) { do this} else if (condition two) { do this} else (condition three) { do this} I've got this implemented, but it keeps throwing up error messages. am i doing something wrong?
  10. georgeous

    forms and cgi

    I have a form which passes variables to a cgi script which then prints out the values on the next page. How can i get the cgi script to print to a set format. at the moment, it just lists the form parameters in a big list, but i want them to be spaced nicely on the page. this is my code so...
  11. georgeous

    server.mappath

    I am using the server.mappath command to locate my asp files. I'm on the university servers, and when i did <%=Server.MapPath(&quot;\&quot;)%> to see where they were, the page returned d:\inetpub\wwwroot\mydir\mypage.asp this must be wrong since the d drive is a cd drive how can i get it to...
  12. georgeous

    browse button

    on my web site, users can download documents and things. I'd like a browse button to pop up so they can choose the directory where they want to download to. how can i do this
  13. georgeous

    fso: create text file,then copy file

    I have this problem with file system objects, and its driving me barmy basically what i want to do is to create a text file on the server and then copy that file to a users directory. I have set up the createText file and it works fine ( it takes records from a database and writes it to a web...
  14. georgeous

    update query with data from other tables

    Is it possible to update a field in one table with data from fields in another? If so, how would the syntax go: would it be UPDATE stuff set fileid = (the field from the file table) where stuffid = ....... any help would be appreciated thanks in advance
  15. georgeous

    updating a record

    I have a table with records. Everytime a new record is inserted, 3 of the fields are left NULL - which is fine, cos i get them later from 3 other tables using this code: select max(file_id) as mf, max(detail_id) as md, max(cat_id) as mc from fil, detail, cat what i want to do is update a...
  16. georgeous

    radio buttons and asp

    Hi, I was wondering if anybody could help me. I have a simple html page which has a form with radio buttons that links to an asp page. When a user a selects a button and clicks submit, I would like to run a piece of sql dependent on the value of the radio button. can i use if, then and else...
  17. georgeous

    giving an sql database an html interface?

    is it possible for me to give an stand alone sql database an html interface and search for records etc without needing a web server?
  18. georgeous

    database with a html interface

    can I still request data dynamically from my database using html/asp if the database is stand alone. i.e without a web server, or do I have to have a static page linking to every product in my database??

Part and Inventory Search

Back
Top