I want my site to show profile of registered users. But it should be of this format, like www.abc.com/username. But I do not want to create folder for each users. I want to display the user profile from a database and populate it in a display page according to the profile name typed in the address bar, after the site name.
I want my site to show profile of registered users. But it should be of this format, like www.abc.com/username. But I do not want to create folder for each users.
I want to display the user profile from a database and populate it in a display page according to the profile name typed in the address bar, after the site name. It should be something like in Yahoo Profile.
I am going to need to offer alternate index pages for each user that visits the site. So, I would have index1.asp and index2.asp. User 1 gets index1, user2 gets index2, user 3 gets index1, user 4 gets index2 and so on. how to do this?
When creating a new profile, I want my ASP page to look at a Social Security Field that is being submitted and compare it to the database to see if that Social Security Number already exists. How can I do this? Can I create a filter in the database itselft?
guys i am working on a profile page where there is a dropdown liste that contains all the countries in the world.How can i get this liste of countries?
after a member log in and he is redirected to the memberpage.as and there are a link to view his profile or details which is in the database in members table.
how can i view his details and he can make changes to it??? how many pages i have to do ? and the page which has his details should it be html with a form or should be asp page?
I am am building a simple friend collection website.I want to be able to collect the contact list from members and friends.They will enter their email and pasword for their accounts in MSN Yahoo or AOL and then the code (asp highly prefered) will get the contact list in their accounts and put into a database.I have seen this but I have no clue how to access the contact list of the accounts.
I wrote a web site in csharp and I'm using forms authentication for some of the pages in the root folder. The site is fully accessible from the web no problem, but when I request crawler Yahoo to index the site, it returns a '500 server internal error', and then Yahoo can't not index this web site at all.
Have anyone there experinced that already? I spoke to the ISP and they know nothing about it.
I wrote a web site in c# and I'm using forms authentication for some of the pages in the root folder. The site is fully accessible from the web no problem, but when I request crawler Yahoo to index the site, it returns a '500 server internal error', and then Yahoo can't not index this web site at all. Have anyone there experinced that already? I spoke to the ISP and they know nothing about it.
Ok, basically I'm trying to create a form, which when submitted, is emailed to a Yahoo! Email account. Unfortunately, it's not working for me. Here is my code:
i created one page like an yahoo address book. in this page i show the records from database using asp recordset paging. in this page i create dynamic check box for each record, if user select any record it will display in the same page under the selected items.and also it will be shown if user moves to another page. how its possible? if you cant understood this pls assume the insert address window in yahoo compose mail.
I have been struggling with this for ages and have seen nothing but brick walls! This is what I'm trying to do:
1. Read the information from this Yahoo weather feed: ptth//:xml.weather.yahoo.com/forecastrss?p=AUXX0040&u=c (i changed the http etc as it wouldn't let me post the link)
2. Pluck out selected info like weather status and temperature etc and display it using my own formatted text/icons on my website.
It seems so simple, I just cannot get it to work. Please can anyone help me with the parsing function? and then how to display the info?
I'm new to the Yahoo! Maps API and am interested in using their geocoding function for addresses that I'm processing.
However, I'm a complete novice with it comes to Web Service, SOAP, REST, etc. and am looking for some good examples of how to utilize this service (and the corresponding XML response) using classic ASP.
The end result of what I want is to display news headlines for specific stocks on my website. I adapted the below code (very unsuccessfully) from pulling data points from yahoo to news headlines. Code:
i will be launching a site on which i will have a birthday reminder service along with some other features. Site is being made with the help of ASP and MS-Access. its birthday reminder service is a bit similar to that of birthdayalarm.com. Now if you go to www.birthdayalarm.com you will notice that when it gives you an option to add birthdays to your list, it allows you to get access to your msn list on that very site..a user just has to enter his msn id and password on that site and then it shows his full contact list, and then with just one click it can e-mail all those users in the contact list. I want that kind of a system with which users on my site can have access to their msn and yahoo contact list...after they provide their user id and password. Similar system is also integrated at www.friendster.com to invite friends. Does someone has any idea on how that thing can be made available on my site...any help would be greatly appreciated as its a really important part of my site.
Im trying to save an ichart (image) from yahoo to an image file on the local disk.. I want to distribute this image to the whole local network as most local computers do not have internet access.
I have a very simple feedback form: Name, Email, Comments.
I would like it send to my Yahoo email. I just wonder it is possible to send it to my yahoo email …. without asking the users installing any components?
I cannot use "CDO.Configuration") because I don't know SMTP Server.
I am facing very weired problem that i am not able to solve so finally i give up. i use mailing application to send mails to my website members this script working fine with all e-mail services except yahoo.i cant figure out why its not working on yahoo only what probably i have done wrong Above is the script i am using....
Is it possible to find out if Yahoo or MSN messenger is intalled or running on a visitor machines thru ASP Script. Like we get IP Address, O/S version etc etc. Code:
Is it possible to notify your website when you log in to messenger?The idea is to show on the website which site opperators are available on the messenger services for a IM question and answer session.We has a rudementary chat option as an idea but many of the site opperators are on mobile devices.
Using IIS 5.0 and sometime some asp pages (absolutely randomly) showing as blank white pages. So far only one way of fixing it - restart whole server. Restarting IIS, or specific web server not helping, only whole server.
I enable server side and client side debugging, but no errors showing up...
In view source pages always look like this: ----------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1251"></HEAD> <BODY></BODY></HTML> -----------------------
is it possible to create pages using other pages. Here is an example... Can I make a page that has a menu on it, but the menu is actually a seperate page that I call with ASP?