I am looking for an asp-based bulletin board forum where users can post via email or the standard web interface. Similar to Yahoo Groups. I have looked an my asp forums, but most do not allow for message posting via email.
I have the following script that posts a message to the guestbook database just fine. Now what I need it to do is send an email to my email address that would contain a link to my edit page where I can click to go edit it. The link should have the message_id included in it because that is how I want to choose the record through the edit page, now how do I change the below script to do this?
<%@ Language=VBScript %> <% On Error Resume Next Dim oCat, strADOXTableName call GetADOXConnection message="" mypage=Request.Form("targetpagenumber") if mypage="" then _ mypage=1 myaction=Request.Form("todo") if myaction="" then myaction="add" if myaction="add" then _ myaction="added".........
I need a script that will allow users to select various answers using radio buttons and text fields and then able to submit to my email address. Any ideas?
I have to develop a news bulletin system for my website. Plz can someone help with suitable links or examples to develop this. Im using asp with vbscript and sqlserver backend.
I have made a messageboard using asp but when someone leaves a line gap or goes onto a different line like. this it doesn't save the gap and when it is taken out of the database to view the text is all together without the break.
I'm an amateur ASP programmer using ASP, VBScript, IIS and IE. On one of my websites (www.usaus.org) I have started getting lots of adverts on my message board. Things like free ringtones, used car sales, pharmacuticals, etc.
I delete them from time to time but its obvious now that my site is targetted by somebodies robot. Is there anyway to stop this?
I dont want code, I just want a few links and ideas I want to create a forum. I have noticed alot of the posts here are very long Yet access only allows for 256 characters max. Can you use ASP to create a forum? If so, what type of database is used to store the information?
i want to add a forum to my website, i don't have time to built one and i found a free php forum that call PHP-NUKE, i'm sure that some of you heard about it. unfurtunatly i can't use this system cause my windows server does not support it. does anyone know of a similar system in asp that i can use?
I am in the process of writing my own forum. It is gone fairly well so far. I been searching different forum scripts, both asp and php, and I can't find this answer.
How is it scripted to only show a forum post that hasn't been read by the current user? I feel it has something to do with the last visit, and or the date of the post.
But I am not sure how this is done. On my phpbb forum, I can go in and read something, go back to index, refresh, and that post is now marked as read. how is this done?
I have a service request form in asp, which takes a bunch of data (name, id, etc). it then has 2 checkboxes, either or both of which can be checked to request a certain service. depending on which box is checked, the other data collected is inserted into a corresponding database. what is the best way to do this?
can i just use 2 IF statements (not nested) to open the connections to the databases?
I'm building a wizard-type site and I have a form that has a fair amount of information being posted page to page until it reaches the end where it has all of the data from Page 1 - Page 5. For future reference more than anything...is there a way to post all of the data coming from a previous page to the next page? Basically I just wrote out all of the values I received on each page into hidden variables and then posted that to the next page every time. Is there a simpler way?
If you have an SQL error, response.write your SQL including all variables to the browser. If I had a dollar for every error that could be fixed in about 15 seconds after doing this, I'd have like at least 15 bucks.
I have been left a set of instructions. One of them is to post an XML string to an address. I have my XML string, but how do I 'Post' it? I'm using ASP.
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 looking for a ASP Forum which can be easily modified. This Forum also has to have very little "hard-coded" templates and styles, as I am making a ASP Forum for a Browser that supports HTML v3.1 and very little of all that fancy graphical styles out there. So the forums should be quite basic and in plain HTML. So in a way I am only looking for the "ASP Forum Engine".
I have been mostly frequenting the PHP forums but now my job makes it necessary to get my hands dirty with ASP. I am trying to find a Forum Software (Open Source or Commercial, doesn't matter) that has all the bells and the whistles. The following are some of the major requirements:Integration with existing Site and DB (including migration of data from current forum) Ability to apply the look and feel of the site (if various parts of the Forum can be broken down to components/panes/boxes/windows that can be included in other site pages as well as customisable through CSS) If anyone knows of any software that meets these requirements, please do let me know. Additionally, if you have experience in using that software, your opinions on it will be much appreciated. Currently I am going through some forum's that I managed to find through searching in SitePoint (ASPPlayground, Snitz, Web Wiz Guide, IdealBB). If are experienced with these
I am running an Access database driven website using ASP in IIS 6. Lately I noticed people can enter their messages into the Access thread table without login. And the web page couldn't display this particular post. The user name field suppose filled automatically once the user logged in. But the field is empty while the content of post is already in the table. I can see people has been trying funny things to my discussion forum. The forum works perfectly fine if people don't try anything funny. I've post and reply message in the forum, I've never had any problems. How can I fully test my website? People call it script testing and Quality Assurance?
Could somebody advise me on the best NG or forum to try and find help in developing a web app using IE's DHTML capabilities - especially the WYSIWYG editing aspect.
I'm really stuck on how to manipulate the rows and cells of a table once it is in my editor.