Using Scripts to Generate Content in your Profile
The answer you entered to the math problem is incorrect.
Since the profile viewer supports HTML, you can use server side scripts to generate dynamic HTML pages. The server runs the script and returns an HTML page to the viewer. This is also how those AIM profile service web sites work.
You need to have a web site with a web host that supports CGI scripts (I don't know of any free hosts that do). Then you can just look for scripts to use and modify them so that they output HTML that the aim profile viewer can use. This is somewhat complicated if you don't know anything about CGI scripts. You can pretty much use any server side language, such as PHP or ASP, as long as it generates only basic pages. The profile viewer doesn't support Javascript or images or anything like that.
|
:)