Click here to Skip to main content
15,908,112 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP Site Authentication...? Pin
David Wengier23-Apr-02 21:03
David Wengier23-Apr-02 21:03 
GeneralRe: ASP Site Authentication...? Pin
l a u r e n23-Apr-02 22:20
l a u r e n23-Apr-02 22:20 
GeneralRe: ASP Site Authentication...? Pin
alex.barylski24-Apr-02 8:26
alex.barylski24-Apr-02 8:26 
GeneralRe: ASP Site Authentication...? Pin
alex.barylski24-Apr-02 8:20
alex.barylski24-Apr-02 8:20 
GeneralRe: ASP Site Authentication...? Pin
Philip Patrick24-Apr-02 9:24
professionalPhilip Patrick24-Apr-02 9:24 
GeneralRe: ASP Site Authentication...? Pin
alex.barylski25-Apr-02 14:09
alex.barylski25-Apr-02 14:09 
GeneralRe: ASP Site Authentication...? Pin
David Wengier24-Apr-02 12:19
David Wengier24-Apr-02 12:19 
GeneralAIM & Error Loading Content; dealing with spaces in screen names Pin
mrhsean23-Apr-02 12:36
mrhsean23-Apr-02 12:36 
Hello!
If you are familiar with AOL Instant Messenger (AIM), you are probably aware of www.subprofile.com and www.imchaos.com. Well, about a year ago I created a code that works similar to the way the sites I mentioned above work. On my profile, I have a link. If you want to see message me. The link to look at the profile is:
<A HREF="http://SERVER/q.asp?sn=%n" TARGET="_self">Profile</A>
When a person clicks on a person's info on AIM that has a space in the format of their screen name (ex: "ExAm PLe"), the URL is changed to:
"http://SERVER/q.asp?sn=ExAm PLe"
After clicking on that link, a message appears: "Error Loading Content." And this is a result of the space. If I choose to open it up in separate window it does work with the space. But in AIM it does not work.

After pretty much after a whole year of testing, nothing has worked. I've re-written my code some times now, and still get the same error. After looking at the details, I could think of I still have this problem. I checked the logs of my server to see that after clicking the link if the request is made to my server. There is NO log entry for that attempt. So that concluded me to believe that AIM has a problem with that link. Subprofile.com and Imchaos.com have solved this problem somehow.

Any insight you have or ideas you might have... I would be must greatful. And if you need more information about this just message me or respond to my post.

Thanks Again,
Sean Confused | :confused:
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
Domenic Denicola24-Apr-02 3:46
Domenic Denicola24-Apr-02 3:46 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
mrhsean24-Apr-02 8:42
mrhsean24-Apr-02 8:42 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
Domenic Denicola24-Apr-02 16:43
Domenic Denicola24-Apr-02 16:43 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
mrhsean25-Apr-02 5:51
mrhsean25-Apr-02 5:51 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
nickt6-May-02 14:07
nickt6-May-02 14:07 
General"New!" icon the forums Pin
Toni Navarro23-Apr-02 1:09
Toni Navarro23-Apr-02 1:09 
GeneralRe: "New!" icon the forums Pin
James T. Johnson23-Apr-02 2:33
James T. Johnson23-Apr-02 2:33 
GeneralRe: "New!" icon the forums Pin
Toni Navarro23-Apr-02 4:50
Toni Navarro23-Apr-02 4:50 
GeneralIIS Question (warning: large post ahead) Pin
Domenic Denicola22-Apr-02 15:37
Domenic Denicola22-Apr-02 15:37 
GeneralRe: IIS Question (warning: large post ahead) Pin
Chris Maunder22-Apr-02 17:04
cofounderChris Maunder22-Apr-02 17:04 
GeneralRe: IIS Question (warning: large post ahead) Pin
Domenic Denicola22-Apr-02 17:09
Domenic Denicola22-Apr-02 17:09 
GeneralRe: IIS Question (warning: large post ahead) Pin
James T. Johnson22-Apr-02 22:52
James T. Johnson22-Apr-02 22:52 
GeneralRe: IIS Question (warning: large post ahead) Pin
Domenic Denicola23-Apr-02 3:27
Domenic Denicola23-Apr-02 3:27 
GeneralRe: IIS Question (warning: large post ahead) Pin
James T. Johnson23-Apr-02 3:40
James T. Johnson23-Apr-02 3:40 
GeneralRe: IIS Question (warning: large post ahead) Pin
estebanf23-Apr-02 11:55
estebanf23-Apr-02 11:55 
GeneralRe: IIS Question (warning: large post ahead) Pin
Domenic Denicola22-Apr-02 17:06
Domenic Denicola22-Apr-02 17:06 
GeneralRe: IIS Question (warning: large post ahead) Pin
Matt Gullett23-Apr-02 3:36
Matt Gullett23-Apr-02 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.