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...
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)...
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...
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...
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...
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?
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.