| Thread | Last Post | Replies |
|
| display popup text | 30 Jul 2009 01:38 GMT | 3 |
The website displays a very nice popup describing a feature when you hover over a feature. http://shop.lenovo.com/SEUILibrary/controller/e/na/LenovoPortal/en_US/catalog.wo rkflow:CompareByNeed?current-category-id=653343E0DE54435882FABC3CE1BC569A How can you do that (display such a ...
|
| asp.net? | 28 Jul 2009 22:23 GMT | 8 |
Hi, I see a lot of cool sites and frameworks for fast development on web. But it uses asp.net like the beautiful: http://www.coolite.com/ Do you know any good to classic asp? I tried converting my web apps to asp.net, but it's hard and will take much
|
| Checking a value of a recordset and seeing if a queried string value exists | 28 Jul 2009 19:21 GMT | 3 |
I have a field that is a char datatype in sql, and I need to see if that field contains a letter that I am passing thru a querystring. "rscatd" is my recordset/results, request.querystring("myquery") is the request object. My If statement needs to be something similar to
|
| Accents | 27 Jul 2009 11:13 GMT | 2 |
What is the command to replace the accents for the browser recognizing them? Because on "Response.Write(rs("FieldName"))" comes from the DB a word with accent like: "Vitória" But the browser shows a strange character on this word " ó "
|
| Writing a query ... | 27 Jul 2009 09:14 GMT | 8 |
I am looking to write a piece of code better. Lets say I have a table called CustInfo with CustID, FirstName, LastName, and Subscription Level for simplicity. How can I create a query that I would be to:
|
| How do I add 1 hour to a time\date stamp (using Now())? | 25 Jul 2009 18:34 GMT | 3 |
I have an ASP form with a form field that populates the current date by using the following: <%=Now()%> The problem is that the server is located in a eastern time zone and
|
| Encrypting? | 25 Jul 2009 10:59 GMT | 7 |
Hi, I saw a MS application to encrypt/hide the asp classic source code. But it was a long time ago. Do you know it? Do you use it? How do I download it? If you have the link please send me.
|
| Printing RTF files in Word using Response.ContentType | 23 Jul 2009 13:46 GMT | 5 |
I've got a legacy app that is creating rtf documents for printing from Word. The problem I have is that for some users (not all) the Page Size defaults to Letter, rather than their default A4. I was hoping to be able to add some actual RTF code inline to force A4 size,
|
| .vbs to ASP page | 20 Jul 2009 14:48 GMT | 11 |
How do I convert a .vbs script into an ASP page on the web ? For illustration, let's say the .vbs file is "test.vbs" which contains only one line of code: MsgBox "Hello World !"
|
| Saving an Image | 20 Jul 2009 09:22 GMT | 1 |
I have an image on the internet - let us pretend that it is at http://www.mysite.com/myimage.jpg How can I save that Image using VBS ? (similar to "CreateTextFile()")
|
| Paging with ASP Classic | 19 Jul 2009 15:54 GMT | 14 |
Hello all; I have ran out of resources and thought that I would try my luck here. Hopefully someone will have some information for me. I need to do a paging system.
|
| How can I type in the combo box <select> ? | 17 Jul 2009 03:24 GMT | 9 |
In VB if I use a ComboBox with Style = 0 - Dropdown Combo, besides selecting an item from the drop down box, I can also type in the combobox. In ASP, when I use <select>, is it possible to type in the combox box ? Thank you.
|
| Microsoft VBScript runtime error '800a01b6' Object doesn't suppor | 16 Jul 2009 16:50 GMT | 27 |
Hello Gurus/Experts, I could do with a little ASP CDOSYS help please. I have a page that accepts data from an external program, validates it and then inserts the data into the database.
|
| Deploying a web service configured under IIS 7 to one under IIS 6 | 16 Jul 2009 02:05 GMT | 1 |
Here is the question followed by the background: (I am not an IIS admin expert or developer, my only experience is creating web applications that run on IIS 6). Can a web service configured to run as web application under IIS 7 also run
|
| Deliver a Flash file from ASP - Curious Problem | 15 Jul 2009 01:35 GMT | 2 |
I've got a strange problem... I have a Macrome... uh, Adobe Flash file that needs to be delivered from an ASP page. Partial source: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
|