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

    URGENT!! Selecting text from an html page

    Is there any way of copying a portion of text from an html page and including it as a variable? I have a set of reports in html which I am using a web page to add to and update. When updating, I need to take text from two areas of the html page for the relevant report and insert it into two...
  2. walderr

    Creating Files From a template

    This should be fairly simple: I want to write variables sumbitted via a form to a template, which is then saved as a different name. I can get the basic principle to work, but I want to include a template file as the variable 'htm' rather than write the whole thing out as it's a large(ish)...
  3. walderr

    Dynamic Include Pages

    After thinking it was impossible to include .asp pages dynamically, I've managed to crack a way of doing it (this may be well known, but I thought it was good anyway!) On the main page you wish to view, use the function Server.Execute "Folder/"&Variable&".asp" This will...
  4. walderr

    Submit to self

    I've also posted this in the JS area, but someone here might have a suggestion as well!... Is it possible to have a page submit to itself (submit an asp variable) without refreshing it? I've got a treeview down the left side of a page, which browses down various levels until it hits a list of...
  5. walderr

    Submit to self

    Is it possible to have a page submit to itself (submit an asp variable) without refreshing it? I've got a treeview down the left side of a page, which browses down various levels until it hits a list of documents. When the user expands the last level to display the documents, I want to also...
  6. walderr

    Tabs to change sheets

    I have a javascript popup, on which I want to include tabs to switch between sheets (but only halfway down the page, the top should stay the same throughout), as you do on Excel. I assume there's some JS somewhere that will do this?
  7. walderr

    Treeview populated from database

    Hi, I'm trying to set up a treeview function which is populated via a database. I've got a script for the treeview, and I can sort of populate it with values from the database, but it's nowhere near right! The section which needs the work done (as far as I can tell) is below, and the problem...
  8. walderr

    Close Popup when new page loads

    I've got a form for uploading documents made using asp. As it takes a while to upload many documents, I've added a popup window with an animated gif which comes up on submitting the form, so that the user knows something is actually happening. That's all fine so far. Next, I need to close the...
  9. walderr

    Requesting data from a file field whilst uploading from it

    Right, this should be quick and easy in theory: I'm using a pure upload to upload documents and update a database at the same time. If the user chooses not to upload a file (ie leaves the file field blank), I want to either keep the database the same, or insert some other text if the field for...
  10. walderr

    Upload security settings

    I'm using a Pure ASP Upload script to transfer files to a server. The location I want to transfer to is restricted for security reasons, so the server cannot write there at the moment. The question is, who is it that needs access to upload files to the restricted location, the web server which...
  11. walderr

    I'm using the Pure ASP upload scrip

    I'm using the Pure ASP upload script provided on http://www.asp101.com/articles/jacob/scriptupload.asp I've got the script to work in that it picks up the filename/type and size to the confirmation screen, which also submits other data from the form to a database. However, it doesn't actually...
  12. walderr

    File upload over an Intranet

    Is there a fairly simple way for a user to upload files over an intranet to a standard location? I've just designed a website which allows the user to add the location of a document to a database, but that's not much use if the file is on their harddrive etc so I want to take it a step further...
  13. walderr

    Sending .asp variables to a Javascript open.window

    I have a search engine where the user submits a form, and the results are taken from a database and then a summary is displayed. The user then clicks on the summary to open a javascript window containing a form with the full results for that particular record. The problem is, that no matter how...

Part and Inventory Search

Back
Top