Forum: Graphics and Multimedia Nov 13th, 2008 |
| Replies: 3 Views: 618 Since I'm not sure what the getURL function does, here's the way I do this on an asp page.
window.location.href = url changes the url of the current window.
<%@ language="VBScript" %>
<%... |
Forum: Graphics and Multimedia Nov 12th, 2008 |
| Replies: 3 Views: 618 _self, _top or no target at all opens in the same window |
Forum: ASP.NET Jun 19th, 2008 |
| Replies: 3 Views: 5,814 Try this
http://keentiger.com/2008/01/22/sql-server-datediff-duration-between-2-dates/
or Google SQL server datediff |
Forum: ASP Jun 4th, 2008 |
| Replies: 13 Views: 3,915 If it is an ODBC connection, this may help. I don't use ODBC or SQL Server.
http://support.microsoft.com/default.aspx/kb/255765 |
Forum: ASP Jun 3rd, 2008 |
| Replies: 13 Views: 3,915 Should be strOptions = strOptions & " selected=""selected""" |
Forum: ASP Jun 2nd, 2008 |
| Replies: 13 Views: 3,915 In that case, I would forget the split. Keep in mind I can't test this because I don't have a table. In this example I assume the column name of "TYPE" for the data in table APP_TYPE. Hopefully it... |
Forum: ASP Jun 2nd, 2008 |
| Replies: 13 Views: 3,915 I'm not sure what happens next to this page, but if the page is posted, all selected options in a "multiple" select are in a comma-delimited list. in your example, if "Freelance" and "Self-Employed"... |