Forum: Coder's Corner Lounge
Apr 2nd, 2007, 12:25 PM
|
|
Replies: 27
Views: 416
|
Forum: ASP
Dec 1st, 2006, 12:54 PM
|
|
Replies: 1
Views: 303
ASP RSS Reader
Hello guys,
Any idea where I can find the code so I can place an RSS Reader in an ASP page?
Do I just need ASP code to perform this or do I need something else? Most information I've found is...
|
Forum: Coder's Corner Lounge
Jul 20th, 2006, 11:16 AM
|
|
Replies: 49
Views: 844
|
Forum: ASP
Jul 6th, 2006, 5:40 PM
|
|
Replies: 7
Views: 459
Thanx!
Thank you all for your responses...
So far I've found a version of easyPDF that does work with W2k and 2003 server. I've tested it and it does exactly what I need! ;) The only problem I've found is...
|
Forum: ASP
Jul 5th, 2006, 6:20 PM
|
|
Replies: 7
Views: 459
Convert HTML to PDF in ASP Application
Hello,
I am currently writing a web application using ASP, and would like to give my users the capability of coverting some HTML documents (like reports, lists, etc.) into PDF "on the fly", so they...
|
Forum: ASP
Feb 2nd, 2006, 10:28 AM
|
|
Replies: 2
Views: 492
Help on Form Submit
Hello all,
I'm trying to submit the values in a form and put them into a string using the following code:
for each objField in Request.Form
str = str & objField & ": " & Request.Form(objField)...
|
Forum: ASP
Dec 14th, 2005, 6:47 PM
|
|
Replies: 7
Views: 522
|
Forum: ASP
Dec 14th, 2005, 3:29 PM
|
|
Replies: 7
Views: 522
How to send (automatic) daily e-mails
Thanx for your reply coldDeath,
The problem with this is: who (or what) would trigger that function? It needs to be some sort of "unattended" mailing list. (i.e. the "system" goes on its own and...
|
Forum: ASP
Dec 14th, 2005, 1:31 PM
|
|
Replies: 7
Views: 522
How to send (automatic) daily e-mails
Hello all,
I’m developing a site using ASP, but I’m sort of new with this. One of the things this site should have is a “mailing list.” It should work like this:
- People will register by providing...
|
Forum: ASP
Nov 2nd, 2005, 2:06 PM
|
|
Replies: 3
Views: 272
Thanx
Thanx for your help and thanx for the info...
I already changed the avatar...
:D
|
Forum: ASP
Nov 2nd, 2005, 11:01 AM
|
|
Replies: 3
Views: 272
Question about the SUM function in SQL
Hello,
If we have the following query (in ASP):
rs.Open "SELECT SUM(salary) FROM employees WHERE salary > 55000",db1
What is returned in case there are NO salaries > 55000?
Thanx for your help.
|
Forum: JavaScript and Client-Side Browser Scripting
Oct 25th, 2005, 9:26 AM
|
|
Replies: 3
Views: 276
|
Forum: JavaScript and Client-Side Browser Scripting
Oct 24th, 2005, 6:13 PM
|
|
Replies: 3
Views: 276
Help with onKeyPress
Hello all,
Let's say I want to copy the value of one text box into another as the user is typing the information. I was trying to do this using onKeyPress, but it is always one key stroke behind the...
|