I am trying to parse some html to switch out values of various element attributes. I decided that the most reliable way to parse the html was to use an xml parser (msxml.)
Set rslistings = my_conn.Execute(strSQL) Do while NOT rslistings.Eof description = strip(rslistings(\"description\"))
I am working in a classic asp application that requires functionality that will modify code that the user copy and pastes into a form. The user is considered a trusted user who is not familiar with ht
Server side VB asp code on a Windows 2003 machine, asp.net 2.0* installed. We\'re having a weird issue where the first time a user connects to the web site, the Session_OnStart in the Global.asa fires
I\'ve got a crappy legacy chat script running in an iFrame on a page. It shows the logged-in user and logs all the chat back and forth. Simple messaging only.
I\'m coming from classic ASP and I did: myVar = request.querystring(\"ID\") response.redirect(\"lol.asp\");
Ok, I\'m new to the asp/vbscript world. I am working at a new company and am trying to reproduce a script I use on almost all projects when developing under php.I have two functions one called showHea
How to validate given URL is valid , it checks the URL validity and retuns the status of the URL like status 200 OK.
I have a Wordpress install on a domain, and I am setting up my rewrite rules now. The old site runs on asp and the new site php.
I have this code and something odd happening when I\'m running it. I have field number like 101512 up to 101520. I\'ve used LEFT function to get rid of last two digits and keep the 1015. When i runn