I have a database which stores moviereviews. I have a list on my site containing all movietitles,linking to the corresponding review. A movie like 'The Matrix' can ben found under the letter 'T' (the), but it should be placed under 'M' (matrix). Let's say I get a title from the database like this:
I'm looking for a class or a library of functions for classic ASP 3.0 (no .NET) to manage matrix (bi-dimensional arrays) with simple math functions such as sum on the row/column, shift of row, shift of columns and so on...
Does anybody know if there's something available on the net?
I set up a small program for people at work to enter in information in one screen and then when they click 'Submit' it takes them to a screen that merely displays the info in the format required by the dot matrix printer. They then have to hit the IE print button to print the page.
What I would like to do is when they click the 'submit' button, it automatically takes the data from the fields and sends them to the printer (no longer displaying the info in another screen). Is there a way to do this using asp? The printer is an OKIData ML 320.
I am trying to construct an application that will take you through a scenerio and based on the outcome of the scenario, will give you a variety of answers. Is there anybody who has done something similar who can point me in the right direction. Using ASP with SQL backend.
Is there any easier way to send some page to email (like in Outlook Express) ? Or I just create a html email (I'm using CDONTS) ?I'm considering the second way, just in case users haven't setup their email. But I'm wondering how to send the images. Should I use absolute path <img src="http://www.mydomain.com/images/bullet.gif"> ? Is there anyway I can send the images too by CDONTS ?
I have created simple .asp page and i would like to send my page as email using my outlook. is it possible to send form body as new email outlook body using mailto command or any other way.
I have a html form which allows the user to select add, delete, update or view from a drop down list. Their choice is sent to an asp page.
My problem is how to send them back a form from the asp page depending on their choice and send the resulting input to the same asp page again for processing.
So if they choose 'add' from the html page then that is sent to the asp page and they are sent back another form, to fill out the new record details which is in turn resubmitted to the same asp page to carry out the 'Insert' statement.
This is my first post hope it makes sense. I have learnt how to send emails from forms passing variable etc and it works, but I am lazy so here it goes:
I am writing a set of intranet based asp reports for which the underlying asp code can get quite complicated (tables nested in tables, all sorts of calulations and parameters etc). I would like users to be able to send that report (neatly formated in his browser) by pressing a form button. (by the way, we use Outlook)
1. either as an .html attachement (which would of been saved automatically either locally or on the server)
2. or as an html email (as you would do when doing File > Send > Page by Email in IE 6.0) Code:
how to send a web page that uses Session variables in an email. The session variable that is used by the page I'd like to send contains a three dimensional array so cannot be passed easily in a querystring.
How would I send an email to someone from a webpage with a link to the current page? I've seen this where you can put in your email, the person's email that you are sending teh page to, a subject for the email, and a message along with the link.
Is that possible that I can send request to IIS Server after a .ASP page is displayed? My Requirement is:
Clinet will Fill the Details in one Request Form after the details are filled then the Request Files will be shown to the user as Link in Another page. (Currently before Sending the Link Page to Customer I am updating DB in Different Servers Located Different Palces - So It takes Time).
So What is My Requrement is After the user gives his details - I will directly display the Link Page and After the Link Page is Sent to Browser then I will Execute / Update the DB.
im tryin to secure my application. i want the application to send the user back to the login page if they have not logged into the system. do i use the global.asa file or is there a simpler way to do this?
The following "Send Page" Script Breaks w/Win 2000 & Outlook XP with the error ""The command line argument is not valid. Verify the switch you are using." However, it does work with win98 and Outlook Express. Any ideas on the problem? Code:
I created a feedback form for my website that has only 2 required fields. When you submit the form it calls my asp page which puts the information in a database and then sends me n email with the information that was entered into the form. The problem is that the form only has two required fileds, and if the remaining non required fields are left empty when the asp page is called it does write to the data base, but does not send me any email. However if I go back in and put somethng in every field in the form then when I submit the form and my asp page is called it writes to the data base and sends me an email with the all the information I entered in the feedback form. Is there a way to tell my asp page that it is ok to send the email even if the non required fields are left empty? I really do not want to have to go back through the form and put default values in for each area of the form? Also is there a way to have an error displayed if the email is not sent? My asp code is below....
I have an ASP page, whisch generates dynamic report for a SQL server DB. Now the users want to have the content in PDF format (not HTML page). The server machine had "adobe acrobat destiller" installed.
How can I print the content of this ASP page to acrobat PDF destiller and send PDF file to browser?
I'm need to open a popup window from an asp page that calculates a value. This value must be returned to the input box on the asp page. I have managed to get the popup window to open and display a value so far but I am not getting the value back into the asp page.
This seems a very complicated task, so I welcome any input. My boss wants a data grid or matrix of the top 6 orders with ordered items, and products, for a particular customer and he wants to see it like this:
products down the left side orders across the top number of items under the respective order number column across from the corresponding product.
I hope that makes sense. I have three tables. Products, Orders, Orderitems. I don't even know where to start. Many thanks in advance for any input offered.
i am trying harder to mix this 2 solutions... but without success... the below on seen to be grabing a template and replace the data with the values posted in a form Code:
I need to replicate the code that is found in Internet Explorer File->send page by e-mail. Can someone tell me how to replicate this code or just call this function. I need to program it to be activated by a button on my .aspx page......
I've been researching how to send text messages and ringtones to cell phones. I've found out that one way is to use ASP which I can handle a bit. Thing is that it seems that you have to subscribe to a pretty costly service that will transmit your messages. The only exception I've found so far is http://smsonweb.www1.dotnetplayground.com/ksms.asmx?op=SendSMS but it doesn't seem to work. Does anyone know of any other free services for this or where I can find more info.I'm not looking to develop any commercial software just to learn something new.
Does anyone have an example of ASP streaming XML? Can I set content headers to indicate the page returns XML? Can this XML be a string or must it be prepared with DOM? I need to create an ASP that queries Access and Oracle,combines the data and returns it as XML.
I want to know something about how to send sms trough ASP,Any help regarding this very much appreciable,If some one have the Sending SMS Script then let me know.
I have the code for the sending mail but i do not know to loop it. I have been given specification saying that i should send mail after registration and deregistration.
so i have a asp page given the action function of the register form so the page updates the registration done. so i given after registration the send mail code and want to have the loop or condition for the mail to be sent to the person who updates registeration and code is as follows....
I'm 99.9999999999999999999% sure there haven't been any code changes, since the date stamps of the code are older than any email 'failures'
The email piece quit working using the mail.send. If there haven't been any changes made to previously working code, where do I look for the problem now? I restarted the SMTPservice in IIS. Our real email is hosted remotely, I checked with the admin and she said no changes were made, i.e., not blocking port 25 traffic from the gateway.
I guess this isn't ASP specific, but any ideas how to troubleshoot this?