I ran into a strange problem with checkbox groups. I am trying to get the values from a group of checkboxes, but I have to hit the submit button twice for it to get the values... I have no idea why. I
I have a email function which sends email. The thing is done in classic ASP/VBScript and uses Set objMail = Server.CreateObject(\"JMail.SMTPMail\"开发者_如何学运维)
Is it possible to test ASP websites locally on开发者_JAVA百科 a Mac?You could always run something like VirtualBox, and just run an instance of windows right on your mac.Then you can just develop/test
How can I get the values from a dynamically created checkbox group using asp classic? It seems that when I select my checkboxes and hit submit there are no values passed on the first click, but when开
I have a result string with the following structure <items> <item> <id> I must iterate through down to id and I have some other tags there also.
OK, I have a need to send a large request to a server running ASP::PERL and to have the s开发者_如何转开发erver post back progress to the calling page.Basically -> tell server to upload a whole bunch
HI, I have this asp classic app and I am trying to retrieve a single node, but I keep getting an Object Required error. The selectNodeBytags works but returns a node list I just want a single node.
now i saw a very good php script and i rewri开发者_开发问答te it to asp the script here:Fantastic Animation PHP/CSS/jQuery Error pages
I have a Windows 2003 server running IIS 6 and have some scripts that do automated setup and creation of websites.They are not working on a new server I cam commissioning (they already work happily on
I am working on adding a mulit-language feature to an asp classi开发者_如何学Goc site. I was trying to do this by using if else statements to select the include I want to load. After a bit of research