codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:



ASP Forum Script - CodeToad Plus!

Article by: CodeToad Plus! (2/4/2003)
Bookmark us now! Add to Favourites
Email a friend!Tell a friend
Sponsored by: FindMyHosting - Web Hosting Search
Summary: A comprehensive forum script include email notification, special codes & multi-forum capabilities Includes complete source code and demo database(Access).
Viewed: 60820 times Rating (30 votes): 
 3.6 out of 5
 Rate this Article  Read Comments  Post Comments

ASP Forum Script



View online demo

This ASP Forum script is available for free download to CodeToad Plus! members. For more information visit the CodeToad Plus! home page.

The download contains the complete source code and sample Access database (The coding is compatible with SQL server as well) for an ASP forum, features include email notification, special codes & multi-forum capabilities.

To get an idea of the scripts capabilities view the online demo.




CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
Rate this article:     Poor Excellent
View highlighted Comments
User Comments on 'ASP Forum Script - CodeToad Plus!'
Posted by :  FocusedYouth at 22:55 on Monday, October 27, 2003
Awsome
Posted by :  chaoban at 23:28 on Tuesday, April 06, 2004
a
Posted by :  vergani at 14:55 on Thursday, June 03, 2004
hey, how can i download this? please.
Posted by :  lohshu at 04:55 on Saturday, July 24, 2004
my asp file cannot work.
the error message "syntax error in insert statement" appear.
below is my source code:
<b>
<%@Language="VBScript"%>
<%Option Explicit%>

<%
set conn=server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath("project.mdb")
Dim conn,rs,sql,com,subject
com="shu juan company"
subject="a new member added"

sql="INSERT INTO mail(mail,to ,from)"
sql=sql & "VALUES"
sql=sql &"('"& subject&"',"
sql=sql &"'"&com;&"',"
sql=sql &"'"&Session;(loginid)&"')"

'response.write(sql)
'response.end
set rs=conn.Execute sql

response.redirect("content1.htm")

%>
</b>
but when i remove the ' beside 'response.write(sql)
all the values are inserted correctly.

may anyone help me to solve this problem?
Thanks a lot.


Posted by :  Syke at 19:58 on Tuesday, August 31, 2004
There's a space in your insert query
I dunno if that';s your problem though...

INSERT INTO mail(mail,to ,from)
here ^
Posted by :  vahid_m_d at 08:54 on Wednesday, October 20, 2004
ok
Posted by :  vahid_m_d at 05:11 on Tuesday, November 30, 2004
ok
Posted by :  saqwas at 11:42 on Thursday, January 06, 2005
not bade but where to download?
Posted by :  dtdung at 03:31 on Friday, January 28, 2005

I want to create a forum with ASP.
Could you help me?
Posted by :  minioli at 10:49 on Wednesday, February 23, 2005
[b]How can i download this?[/b]

<Added>

How can i download this?
Posted by :  idue at 02:26 on Friday, February 25, 2005
donno how to download these code... :-(
Posted by :  ashutosh at 12:31 on Monday, March 07, 2005
how can I download the code
Posted by :  luvi911 at 22:20 on Saturday, March 12, 2005
[u]In my search page [/u]

i try write this 'like'commend but it's dosen't work
<%
//assume database connection = rs
strserchtxt = request.form("txtsearch")


if strsearchtxt like rs.fields("ID") & then


Posted by :  Sly at 19:06 on Wednesday, March 23, 2005
The demo seems not to be working at all right now :(
Posted by :  alpha at 09:11 on Sunday, March 27, 2005
can i have the simple asp forum script???
just wanted to know how to create topic and posting message?
Posted by :  theharsh4u at 12:15 on Monday, May 09, 2005
I am completely new with the asp programming. I want to know as much as i can in ap programming, so please if anyone can give me any suggestion to get online manual for. Please send me.
Posted by :  kyves at 07:25 on Tuesday, June 28, 2005
In ASP/Win2000/IIS

I have a "login.asp" page, I login, then next screen is with
three frames, top,left, and right. In left frame, I am
showing <a href=index.asp>logout</a>

When I click logout, I stay in that page only, and that frame alone goes to index.asp . I would however, like to exit out of all frames, and go back to "index.asp" page.

Any help/code help.

Thanks.

Posted by :  0218 at 07:41 on Wednesday, July 06, 2005
hey!! mga dode,s pls help me, pano ba gumawa ng sub menu sa javascrift or sa asp.. kc gugawa ako ng online registration.....email erickcaraan@gmail.com
Posted by :  0218 at 07:42 on Wednesday, July 06, 2005
plss help me
thanks!!!!
Posted by :  itsmeaamir at 00:02 on Friday, August 05, 2005
its not working


To post comments you need to become a member. If you are already a member, please log in .

 











Recent Forum Threads
• Re: sorting and Linked list
• Re: need help linked list
• Re: Help with arrays
• Re: Reading from a file
• Re: Why Use Method?
• Re: Help with a simple program
• Re: need help with quiz
• Re: Help with filesystem object & displaying in a table
• Re: Genetic Algorithm Help


Recent Articles
Multiple submit buttons with form validation
Understanding Hibernate ORM for Java/J2EE
HTTP screen-scraping and caching
a javascript calculator
A simple way to JTable
Java Native Interface (JNI)
Parsing Dynamic Layouts
MagicGrid
Caching With ASP.Net
Creating CSS Buttons


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005