Hi and thanks for your help, I am trying to select a radio button based on an ASP vari开发者_Python百科able.This variable directly correlates to the value field of the radio button.
My application consists of a VB6 DLL that is called from ASP. It needs to manage a pool of connections to a (non-standard) database. I implemented this by using a global variable, but this is being re
Is it possible to return to the web client a page named differently than the original classic asp page read from the web servers folder ?
In ASP: Server.URLEncode(\"+&(). -*<>/\\|\") \' returns %2B%26%28%29%2E+%2D%2A%3C%3E%2F%5C%7C
I am trying to fix a function which returns the number of weeks in a given year. Here\'s how it looks:
Recently I had to get an old ASP application working in IIS 7.5 on a W2K8 server. Almost everything works fine, except that I can\'t seem to get it to accept uploads larger than ~200kB. I did find a s
What is the correct way to comma delimit this line, I keep getting javascript errors: <a href=\"javascript:doSubmit(<%= pound & rs(\"AdvertiserID\")%>, <%=rs(\"AdvertiserName\")%>)
I have a small problem. I am busy trying to get messages from a classic asp website to twitter, but I can only find examples of how to do this using php and all other kinds of different languages exce
I\'m moving a Dll (built in c++) from windows 2000 server to a 2008 server but im have some trouble registering it. In 2000 all you normaly have 开发者_如何学Goto do is a \"regsrv32 name.dll\" but thi
We have extendeda legacy app, however the existing login and user management mechanism doesnt seem to work with the new module.