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: emissions
  • Content: Threads
  • Order by date
  1. emissions

    File Renaming with Fileup

    I wonder if anyone can help??? I currently developing a small application that allows a user to select a number of files (jpg) and upload them to the server. I want the files uploaded to automatically renamed, say something like - gallery01_01.jpg and the next file being gallery01_02.jpg but...
  2. emissions

    calling asp from javascript

    Help??? I'm trying to populate a textarea that is assembled using javascript for editor purposes, now I need to populate the textarea with information stored in a database. I have a connection and data from the database displayed on the page, just can't get it to display in the textarea/iframe...
  3. emissions

    populate with asp data

    Help??? I'm trying to populate a textarea that is assembled using javascript, now I need to populate the textarea with information stored in a database. I have a connection and data from the database displayed on the page, just can't get it to display in the textarea ready to be edited.,.. code...
  4. emissions

    dynamic tooltip

    I'm basically looking to have a tooltip with additional information related to object within a database, I've been using this 'wz_tooltip'; onmouseover='return escape(" & objRecordset.Fields("Message") & ")' contained within <a> tag. Nothing displayed. It does see something though as the...
  5. emissions

    Help with positioning...

    Anyone, Been at this for a few days, and seem to be beating my head agianst the wall... #content { width: 760px; height: auto; background: #ffffff url(../images/content.png) no-repeat top; margin: 0; padding: 0; } #sidecolumn { background : url(../images/side_column.png) no-repeat; float ...
  6. emissions

    Date Issue

    Hey all, I've got a slight issue, I hope someone can help... I have a date, that specify's and 'EventDate', what I looking to do, is work out from the 'EventDate', I want to work out what day is the first of that week. I've tried looking on the web, and even looked at some asmples but can't...
  7. emissions

    event calendar

    Help please, I've been working on a event calendar for my website, I've got thing working fine. The month view is great, but what I'm looking for is produce a week view, with a link from the month view. I've used the code below, which I found through another link on the forum (thnx to that...
  8. emissions

    Export data

    Help, needed with exporting data from a rs... I've got a page, that queries a table in the database, and displays the results in a table... Now I'm looking to export that data to a PDF file... I have a button that, passes the data to the file... but everytime, if returns BOF or EOF is true...
  9. emissions

    Help needed with recordset

    Hi, I have a page that sends a variable via a url link <a href="status.asp?status=PRO">link</a> this displays the correct results on the status, now when goto post the same results to an csv file, I get BOF.EOF error stating that there is no records or they have delete, can anyone help?
  10. emissions

    export recordset

    i have generated a table recordset in web page using asp code. i need to take this step further, and when the user click's a button to export to excel the report(recordset) in the web page should automatically export to excel file and it should save itself with filename having currentdate as...
  11. emissions

    Export RS as excel

    i have generated a table recordset in web page using asp code. i need to take this step further, and when the user click's a button to export to excel the report(recordset) in the web page should automatically export to excel file and it should save itself with filename having currentdate as...
  12. emissions

    Open application script...

    I'm currently developing a image archive, with a three tear admin area, in the admin area I have a page which allows you to modify the metadata stored in the image, and a form that deletes the image. Also on this page I'm looking to enable the picture displayed to be edited in photoshop. Does...
  13. emissions

    The dreaded error '800a0bcd'

    I've a messageboard, that works fine on three other sites, but of late on one particular site, we keep getting the following error, when trying to post a reply to the main thread; ADODB.Field error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted. Requested...
  14. emissions

    Submitting a Form

    I'm currently working on a intranet based application, that uses a number of forms to create, edit, and post information to a database. On one of the forms, I'm looking for the form to perform addtional objectives. If the user chooses an email address, and also chooses to FTP the form...
  15. emissions

    form Ojectives

    hi, I'm currently working on a intranet based application, that uses a number of forms to create, edit, and post information to a database. On one of the forms, I'm looking for the form to do two objectives, i.e. firstly update the information, and create a .txt file but only with a single...
  16. emissions

    form with two objectives

    hi, I'm currently working on a intranet based application, that uses a number of forms to create, edit, and post information to a database. On one of the forms, I'm looking for the form to do two objectives, i.e. firstly update the information, and create a .txt file but only with a single...
  17. emissions

    Recordset...

    It's alongtime since I've posted anything on here... Well, I'll get to the point. I've got a recordset, that I want to display the results only with the current date; SELECT * FROM CopyArchive WHERE CopyDate = CurrentDate ORDER BY CopyTime DESC Is there a Runtime value that I have to insert...
  18. emissions

    Linking CSV in asp

    Anyone know of a way to create hyperlinks using comma seperated values from a Access field. The hyperlink needs to create a new record to be submitted to the database.... Thanks in Advanced
  19. emissions

    Submitting a Form

    I need a form to submit itself, to two locations. Firstly to a cgi script, which adds the information to a online database, and the second to carry the same information to a second page for more information to be added. Thanks in Advanced
  20. emissions

    Radio / Checkbox issue

    does anyone know if you can do the following: If radio button/checkbox the list/menu must be selected. i know that you can do the above for a text field, but I want to do this for a list/menu Thanks in Advance.... 'Malice drinks it's own posion'

Part and Inventory Search

Back
Top