I manage one of our company's intranet sites. We're using RoboInfo software. I basically just publish documentation for our users. I want to add online forms to my pages so they can be filled in and I can receive in my inbox. I am looking at the best solution. I did have a basic html form online using POST, but the user gets those annoying popup warnings (one from IE, one from Outlook).
I wanted to create a php form, but my IT department says they can't install php on the server. Now I'm looking at an ASP form, which should work on the server. I've found scripts here that seem simple enough to set up. Do I need to know the smpt and port # to get an ASP form working? Anyway I can determine the smpt without contacting IT (they probably wouldn't tell me!). Any other solutions I can look at in creating online forms?
I need to design a form that does pre-retirement calculations and which I could post on my company website.I'm really not well versed at all with this language so my question is this:
1) Is this a type of calculator I can design myself? If not, what avenues do I have available? 2) If yes, what type of software/freeware is available?I only have MS Info Path on my PC, not really sure if this would be useful 3) What is the easiest way to develop such a form? asp alternatives? 4) The Form is not going to be pulling data from any back end source.Individuals will manually enter their own numbers,this data will not be saved anywhere,users will be able to get a rough idea of their retirement benefits.
has anybody implemented the functionality for users to fax an online form instead of emailing? Do I need to go through a third party (software or company) to get it faxed or is there some code out there which can do the conversion?
I run a small finance company and would like to add an online application form that potential customers could fill in.
at present all they do is email me asking for a loan, but if i could create some sort of form where they enter their details in each box, then click submit i think this would look alot more professional. Does anyone know of any tutorials or anything that may be able to help me along my way?
I have a database generated form that I would like users to be able to update by selecting a checkbox. Say the page displayed has six records on it and the user wants to delete one or more of the records. They would click the checkbox and hit a "delete" button.
Then the database would be updated and the user redirected back to the page that would now show all the records that weren't deleted. Sort of like Yahoo mail, you get a list of all the bulk mail, select the ones that you want to delete, hit a delete button, and the page is updated to show what e-mail is left. How do I do this using ASP?
I am trying to bind/link 2 text fields on my online form.
So they both should show the exact same text entered in them.
When text is entered in one of them I want to see it in the other text box and vice versa and when text is deleted from one of the boxes it should also be deleted from the other one aswell.
My company needs an online form that user's can enter information into and once submitted, will dump the user-supplied info into a csv file and email it to the person who heads up the project. Initially, I thought they wanted the form to save the data to a database, and after playing all weekend, I was able to do that. Today I learned that they prefer the emailing a csv file method instead. Any links to tutorials on this subject or sample code with explanation would be greatly appreciated!
After a member registers, he's able to access and download any file available. We want to avoid the end user being able to distribute an URL to these files thereby making it simple for other users to download them. Solution I'm working on: I have a variety of files (html, pdf, doc, xls, and others) sitting outside my "wwwroot" folder. I have an ASP script which checks the MIME type for the given file and now, my problem is, how do I use the FileSystemObject to grab those files and display them to the user? Let's suppose the user is requesting demo.html. I use the FSO to open the demo.html in the folder outside the wwwroot, and then set the mime type and then what do I do? Response.write? What about binary files which need to trigger a download action?
my client wants a forum integrated in his website. Ive found some existing forum solutions (snitz, carbon communities etc...). These are great, but my client wants the forum working whereby when a user posts, the post is sent to the clients who then confirms or denies the post. The forum is for a school, hence the very tight regulation of posts.
Does anybody know of an existing forum which allows this functionality (preferably a free forum).
I am trying to implement a printing to file solution of a html page on the server. What I have is a form with a IE control that loads the page I want to print to.
I am using execWB command for printing. Printer's port is set 'To file'. Everything works fine when I am running that component from a desktop apps. But when I call that component from an asp page nothing is happening. I dont see any dialogs popping up on the screen. BTW, if I print to a printer works fine either.
I'd like to know if there is any robust FTP solution out there that integrates well with ASP applications. In particular, it has to allow huge uploads over 3 gigabytes in size. It must have the ability to resume incomplete uploads by the users.
What's the best free method of getting attractive looking charts to display data from a DB.For example, in my next project i will need to show the change in someone's weight over time. The different weight in pounds(lbs) will be entered into the database along with the date that the weight was entered.
Whats the best way to show it? I can't install any 3rd party com's on the server.I have seen a website offering a flash based solution. Is this the best way? Ideally i would like a line graph, rather than a bar chart.
I need an ASP dictionary/glossary script. I saw a bunch of options online for PHP but almost nothing for ASP. I'm not a programmer....but can install working code and connect a database. can anyone recommend a tutorial or even better a finished working piece of code I can implement to create my own dictionary with custom definitions?
I am using adRotator to rotate some reminders on my intranet site. I have a redirect page name redirect.asp that recieves the querystring variable, 'url' and redirects the user to that page. One of the reminders should be redirected to a url that contains query strings itself. The url passes in the string up to the first '&'. What should I do. Here is the code on the page displaying the ad: Code:
I am looking for an asp change password solution. I know there are very efficient ways of doing it and perhaps you have some samples or ideas.
Basically I would like the user to be able to change their password. Then a link is mailed to their email address on file and when they click on the link, they are taken to a place to type in a new password.
i have a simple form in a html page. the form successfully sends data to my database using asp. currently sending details using <input type="submit" value="Submit"> which as you know uses the small grey box Submit button. what i would like instead, is that instead of using this default button to submit.. i could replace that with a roll over image, that is compiled of the 2 files submit.gif and submit-white.gif and when it is pressed, the form details are posted, how can this be done
I am in need of something like mod_rewrite or an alternate solution.
I have a client, who's website is all HTML files (200+ files) and was previously password protected by javascript only. Anyway, what I need to do is password protect the site using a better solution, which would be a server side scripting obviously.
I am familiar with apache's mod_rewrite and PHP, which would make this problem easy to solve by simply passing the HTML file to a php file, then after neccessary security checks, pass the requested html back to the browser..
The only problem is that its on an ASP server and I have no knowledge of ASP. I am not even 100% positive what kind of server it is, I just know that .asp files work in it and .php does not.
Anyone know of something like mod_rewrite for ASP or an alternate solution that would work in my situation?
Anyone have Idea on how to create Domain Parking solution. I have more than 150 domains which I want to park. I m expert in ASP . Kindly Reply with an Idea / Logic behind domain parking solution. I want something like goldkey dot com or Coolgoogle dot com
i recently started learning ASP and now i am trying to do some on my home computer.
After doing a few things in my ASP.Net application, i click Build -> Build Solution and then it says this in the output window:
Preparing resources.... Updating references.... Performing main complation....
and then it stays bugged at that section. Then i can go back in build and cancel the building process...
Anyone know what might cause this, my computer is fairly recent and i did re-install Visual Studio .NET to try and fix this problem without any success... I also tried making other applications and it does the same thing...
Look for wspwsp.dll in windowssystem32 and add IWAM_"computername" (ie IWAM_MYCOMPUTER if MYCOMPUTER is he name of your computer) account with read and write permissions.
The support person who helped me with this issue told me they will create a knowledge base article for it!
I have a certain Internet project to develop,and I'm Interested in advices Regarding good development tools available in terms of getting Maximum job done in minimum time and minimum investment in buying third party development software.
In general,the project is to turn a static HTML website to a dynamic ASP pages Enabling the site owner a friendly interface to change its contents.In addition it a required to have the possibility to change the Website into a "members only" website allowing A registration process and an automatic or manual billing.
i was thinking that the use of some Content Management Solution is the most suitable for this case.I would like to hear your opinions on the subject + references, links,Recommendations for the easiest, cost effective ways to implement that sort of project.
I'm looking for a sample ASP.NET enterprise web solution. There are many issues and questions I have about how a large web site is constructed with multiple developers. How global settings and constants are managed. How global navigation and other global page settings are implemented, etc., etc.
Is there a complete sample "REAL" ASP.NET web site project created in VS.NET/C# available anywhere for me to download and learn from?
I have a roster of people from a db showing up in a frame containing ans asp page. In order for the client to edit a record on the roster, I have an edit page opening up in a javascript pop-up.
I know how to edit the db but what I don't know is how to 'bind' the text boxes in the pop up to the correct record in the db (based on which record they selected to edit). Here is how it looks:
John Smith 12 123 Main Street Your Town State edit this
the 'edit this' is a link that opens the pop-up. How can I get the correct record to show up in the pop up?
I'm thinking of developing a relatively small news system for my website, but I'm wondering if there is a nice free file-contained database solution. Access would be great except for the screwy licensing.
I don't like these server-based databases because I'd like to just plop the DB in a dir somewhere and have the system portable.
i tried both code,but i get the same error each time..& when i try the code for one SELECT statement or INSERT statement it works, i think then that i've no problems in my DB field types.. so is there another solutionplz trace both code) Code: