Jump to content

vebdeziner

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by vebdeziner

  1. vebdeziner

    ASP Login page

    hi,could any one provide, asp login page scriptthanks in advance
  2. Hi friend,how r u doing? hope u r 5n nd coolll.Plz help me, i need ASP sample website for help.... could any one provide me.... or give the link on net so that it will be very help full to me...thanks in advance......... :)
  3. hi, first create the html form and give the values for example if u have suppose three things likename : email Id : comments : or u can add many things now give the Id's to each field ex : name="fname", emai id="email", comments="comments"this all shoudl b in html or asp no probs.. then create one asp file with this codeDim name, Title, company, address, city, state1, zip, country, phone, fax, email, comments, NewMailObjname=request.form("name")email=request.form("email")comments=request.form("comments")Set NewMailObj=Server.CreateObject("CDONTS.NewMail")NewMailObj.From = "name@domain.com"NewMailObj.To = "destination@domain.com"NewMailObj.Subject = "New message sent.." NewMailObj.Body = "the sender's name is : " & name & _"<br><br>the title is : " & email & _"<br><br>the company is : " & comments & _NewMailObj.BodyFormat = 0 NewMailObj.MailFormat = 0 NewMailObj.SendSet NewMailObj = nothingResponse.write ""%>asp file finish here....hope this is simple..
  4. hi there!i have been learning through w3school, now i have got some error and i m not able to solve that problem, the error is like this : no update permissionhere is the script which i have used to create the asp files...... obviously i have changed the database path, and rest is same ............Plz check it out..http://www.w3schools.com/ado/ado_add.aspwaiting for reply
  5. Hello buddy, how r u doing? hope everything is well......i m beginner to the ASP, I want to know that how to store the information from user in database and how to retrieve from database...hope this is easy for expers...thanks in advance:)
×
×
  • Create New...