This question already has answers here: Closed开发者_如何学编程 11 years ago. Possible Duplicate:
On our 2003 servers, we have a website running using the standard IUSR anonymous access. Inside this开发者_如何学Go site are several virtual directories, all pointing to the same physical directories
I have a simple asp page: <%@ LANGUAGE = JScript %> <% var app = new ActiveXObject(\"MyComponent\");
I\'ve searched for this, but can\'t find anything - maybe I\'m describing it badly!? Anyway - I have a website (on an IIS 6 server) whose pages loads 2 or 3 CSS开发者_如何学JAVA files, these css file
I know nothing about .asp we are just skinning an interface and i need to style every other table row so its grey white grey white etc...
I know that the HTML anchor 开发者_如何转开发taghas an attribute called target, which will open a new page in a new window/tab if we set target=\'_blank\'. It should work well with static HTML pages.
I\'m having problems setting the unchecked state of checkboxes upon form post. I have over 1000 checkboxes and so far i am able to check each checkbox n save there checked state. My problem however is
I am pretty new new to Ajax and Jquery and trying tunderstand it. Well,开发者_C百科 I want to submit to the same page and then read the values.
Bottom line: I have a Sub that should be re-ordering a group of records, but the query at the heart of it is not grouping and sorting the records as expected under rare, specific circumstances.
Anyone know what the best practice is for closing connections in Regular ASP, should I do it immediately after each sql query or just at the bottom of the page?