Web-Based Email.

I currently have a web-based email for my site for users. Is there any way that I can make this so that it can be accesable from Outlook Express? It would have to call the database for the emails.I would need it written in ASP.It also needs to be free!

View Replies


ADVERTISEMENT

Building A Web Based Email Client

My ISP provides a web based email client, but it is not brandable and the features are not that extensive. I'd like to build my own. Has anyone done this, or is anyone aware of any tools out there to do this?

View Replies View Related

Web Based Email System Like Hotmail

I have been looking for some time now, for a web based email system like hotmail, where we can set it up on our LAN. Have found some but all are a bit expensive ,would like to find as free ASP script if possible.

View Replies View Related

Embed Web Based Images In Email

I know there is AddEmbeddedImage but does this only work only for images on your hard drive - can it be used for images that are web based? If not is there a way to embed an image in an email on the fly before sending - all web based?

View Replies View Related

Login Script Based On Email, IP And Sql Server Backend

My questions concerns building a login system based on checking for the
existence of the user's email address only....

1. Is it ok for me to use IP address to allow user to bypass all login and
registration systems if IP is present in database? I wish to save the user
time....if the IP is not present I will present the LOGIN email screen....

2. I am consideirng using Session variable on each page I wanted I
protected...I think I know how to do this but I am not sure on whether I
should be using the global.asa to handle loggin in or logging out or whether
I should so all the code on the secure page itself.

3. I wish to use a sql server backend to house my tables: tblProspect,
tblProspectPageSelections......is it okay to use the following branching
code to switch between my test and production server with regards the
physical database path as I have multiple sites on our remote server which
need to feed off the same database....I am thinking about something like
this:

If InStr(Request.ServerVariables("SERVER_NAME"), "publicserver.com") > 0
Then
' Set Public Server Paths
Else
' Set Private Server Paths
End If

Can this work?

View Replies View Related

Need To Do 2 Tasks Based On User Click On Email Link

My app lists jobs for a recruiter. He wants to track members who have
replied directly to job postings. So instead of simply making the client's
email address an <a href="mailto:...> link, I need to do 2 things:

- add a record of their posting to a database table
- open the email client to the job

Howe do I do this? The first part is easy, but I don't know how to open the
email client in an ASP command (I don't really want to auto-sed email, just
open the client and let the user attach their resume and add their cover
latter). Do I have to get my Web Hosting company to install CDO, or is that
standard with all IIS? I get an error when I try to run 'Set MailObj =
CreateObject("CDONTS.NewMail")'

View Replies View Related

CDONTS Text Based Email Message Not Working

I'm trying to send email through a form I created and everything works except the email portion. It's not sending the text message. Code:

View Replies View Related

Web-based Sql Db Mgr

it appears that my ISP is blocking port 1433 which means i can no longer connect to my sql db on the web. had been using an access project or another program called WinSQL. so i'm forced to go with a web-based solution and i don't really have time to build one from scratch. the host this site is on still hasn't installed the .net framework so i have to go with a classic asp solution.

View Replies View Related

How To Redirect Based On The Url??

I want to do on my site and if anyone can tell me it can/can't be done that would be great. If it can be done, is it difficult or is there already code available and I can just *plugin* the info that pertains to my site? Code:

View Replies View Related

Recorset Based On Some Value

I need to open recordset and select one record based on some value?
I need some script which will select random record based on the some percent or some number from 1-10, for example.

Its banner rotation system i have made, and it select randomly record, but I need some percent or some number(1-10) for selecting recordset based on that number.

banner1 10
banner2 70
banner3 40

...so every will be selected based on value from DB.

View Replies View Related

Xml Based Mp3 Player

i found a flash based mp3 player for my myspace that pulls the playlist from an xml file. my question is this... i want to be able to change the playlist (add, delete songs, change play order, etc...) without having to change the xml. here's my idea and i'm not sure how exactly to do all of it, but let me know if there is an easier way.if i create a db that stores the information i need (filename, song title, and track number) i can create an html form that will allow me to change the track number (i know how to delete and add songs). my question is how to i update the xml file at the same time it updates the db. in other words, how to i send the data in the db to an xml file.

View Replies View Related

Web Based Install

How ca I write a asp page that will handle web based Install? Is it possible
or I need to go for some 3rd party Software for this, If Yes what is the
Best to use with ASP?
My requirement is: I have one Software that I wanted to install in Customer
PC directly from Webpage instead of allowing the user to download the
Software and Install.

View Replies View Related

Based On Temperature

I have dynamic weather on my site based on the users' zipcodes, but the feed takes much too long to load; therefore I would like to see if it is possible to query a site for a temperature only based on zip, and then use an "if...then" to display 5-6 different gif weather images. I know it can be done... www.dogears.net does it. Or if anyone out there has a good source for dynamic weather and or movies that can be used

View Replies View Related

Keyword Based Ads

i want to develop a small application which will generate a list of
product from a database based on a user web page contents. something
like google adsense but not that extensive. any help or resource
available?

any guidelines. i want to use ASP , access or SQL server .

in short a script page, when called, read the contents and search a DB
for products and diplay it .

View Replies View Related

ASP-Based Forum

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

View Replies View Related

Day-based Web Loader

I am working on a script for a client that will switch a web element every Monday at 0:00:00 time. I have the entire website finished, however I now need to add a VBScript that will rotate between elements ONCE on every Monday.

If I am being too vague, here is an example:

<img src="puzzle1.jpg" />

I now want to rotate through puzzle1.jpg, puzzle2.jpg, puzzle3.jpg up to 12, then start again (a loop), but only make this change once each week on Monday mornings. So, this week it would be puzzle1, then starting Monday, it would be puzzle 2, etc.

I hope I am being clear enough, if I could provide further code, I would, but I am unsure as to how to start.

View Replies View Related

Web Based Front End

iis runs on win2k3.i need to have a web-based app that among others does something like this:

1. login - validate against the local user database.
2. user must belong to a certain group (say backup operators group).
3. create a web-based front end to the task scheduler. create, modify, delete schedules.

i dont have a starting point with regards to the three requirements

View Replies View Related

Day Value Based On Month Given

I'm looking for asp functions that can do the following:Based on the Month (& year) given I'd like to find out:

1.) The # of days in that Month
2.) The day of the Week the 1st falls on.

View Replies View Related

Web Based Dopewars

preferably in ASP, but perl would be better than nothing. I have seen one vers which connects through telnet - this isn't what I'm looking for. I'd like it to send html to the client, and hopefully support for logging in and updating high scores etc.

View Replies View Related

ASP Based WIKI

So far I've only found one, and the site for it is down.

View Replies View Related

ASP Based Web Forums...?

like we can put php based forums in our web , so is there any asp forums available for ur web.

View Replies View Related

Run Code Once Based On Date + Asp

i was wondering if anyone could tell me how to run code once based on date. I have an application that i want to update a database based on the particular month. Any ideas?

View Replies View Related

New ASP Page Based On Template

As creating folders after a form submission is quite easy (as pointed out in my last post - thanks again) I was wondering If it was also possible to create a new permanent ASP page based on a template .

All that needs to be changed is the title of the page and the file name. However the new page must be a copy of the template (only with these changes in it.

View Replies View Related

ASP Based Tree Script

I really need a Classic ASP based Tree Script in which we can add,edit,delete parent,child or sub-child name from the tree

View Replies View Related

Date Based Criteria

i'm looking to select records based on date, the database
stores the date as mm/dd/yyyy time am/pm ie: 08/11/2004 2:42:28 PM and
unfortunately the field is called date

this much I know if i want to select based on date:

select from table where [date]=

it's my understanding that i need to put the name of the date field in
[] in order to prevent it from confusing it with functions etc...
however my problem is this

how do i get it to select records from the month of december i have
tried [date]='12/*/2004' and [date]='::12/*/2004::' and many other
variants that i have read about on various web sites, but it never seems
to work once again the answer is probably not as complicated as i
believe it to be,

View Replies View Related

ASP-based Newsgroup Reader

Does anyone know of any ASP-based newsgroup reader (probably based upon
ASPNNTP)? I'm looking for a full-featured reader that I can host, similar to
Google Groups.

View Replies View Related

AJAX Based Applications

Time is changed and you see almost all ruling companies in INTERNET are using AJAX Based applications. Something that is named CallBack Event in ADP.NET 2.0.Here in this topic i want to start introducing step by step an AJAX-Based application development.

The target is implementing a professional AJAX Grid in ASP. So at the end of this continuous tutorial i will put the source code free. Be in touch to find out how AJAX concept improves our ASP applications.

View Replies View Related

Time Based Redirect

am trying to redirect users based on time using following.It sends no matter what to first url.Code:

if now() > 23 or now() < 08.00 then
response.redirect url1
else
response.redirect url2

Its something simple but I just cant get to grips with it.

View Replies View Related

Redirect Based On A Param

I need to redirect based on a param and here is what I am using:Code:

If Request("catid") = "9" Then Response.Redirect "ClassCatRealEstateSales.asp"

my guess is that there is a syntax problem, I am not getting an error because I have other lines that will catch blank ids and the like and redirect to a main page and that is working.

View Replies View Related

Web Based File Editing

Is it possible to write a web based text editor? For example, is there a way to edit an asp file using an asp file? Here is what I have so far but instead of displaying the asp code it just displays the output html, Can I display the asp code so I can edit files without being at my computer and not using FTP?

Here is the current code:
Code:
<textarea name="editor" rows="35" cols="120">
<!-- #include file="default.asp" -->
</textarea>

View Replies View Related

Query Based Report

I have a MS SQL database on a server which is [ublished on the web (ASP pages) I need to give the user a button to click on it and print a stored procedure based report. I dont know how to generate the report in ASP ?

View Replies View Related

WYSIWYG JS Based Editor

I got 2 ASP/Javascript based WYSIWYG editor scripts which have insert table functions. But aftyer placing the text or Image in the table it is not possible to set the table boder 0. If set this first, as you know I am unable to view the coloms. If there any why we can bring the table outlines(like in front page or dreamweaver?).

View Replies View Related

Cookie Based On Domain Name

I have multiple domains all pointing to the same generic dynamic webpage. Depending on the domain used, I want to query my database and retrieve certain display settings such as certain graphics, background colors and so on. What would be the best way to do this without using any redirects or Request.ServerVariables(*"http_referer") or anything like that? Is there any way it can be done server side or something really completely transparent to the visitor.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved