Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11342 - 11371 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11342
Hi all, I want a piece of information, I have a HTML document and I want to send the whole document to someone in a mail by the click of a button.(I am using...
Abhishek Mall
titanic_1911
Offline Send Email
Jan 4, 2006
7:02 am
11343
I've designed a web appln.. where in the main page I've to add username and pwd .. and if they select a product without logging in.. they've to be redirected...
kalai_is
Offline Send Email
Jan 4, 2006
7:02 am
11344
If you access the html file via HTTP, you can take advantage of CDO's CreateMHTMLBody method. yourMailObject.CreateMHTMLBody "http://yoursite/yourpage.htm" Ray...
Ray at home
ray_at_place
Offline Send Email
Jan 4, 2006
4:14 pm
11345
Woops, made a little typo :-) Try something like this: <table> <tr> <td>This is the LEFT hand cell</td> <td><!--#include file="my_file.asp"--></td> </tr> ...
mark wills
markrobertwills
Offline Send Email
Jan 6, 2006
2:30 pm
11346
Try something like this: <table> <tr> <td>This is the right hand cell</td> <td><!--#include file="my_file.asp"--></td> </tr> </table> Mark. kalai_is...
mark wills
markrobertwills
Offline Send Email
Jan 6, 2006
2:31 pm
11347
Hi all, I've this strange problem to me. I've used my PC for months ago to test my web site. I use IIS 5.1 and XP Pro. My site programmed by ASP. Suddenly POST...
A. Alebreez
aboanas_elists
Offline Send Email
Jan 7, 2006
11:17 pm
11348
Are you authenticating your users with integrated authentication by chance? http://support.microsoft.com/?id=308074 Ray at home ... From:...
Ray at home
ray_at_place
Offline Send Email
Jan 8, 2006
4:39 am
11349
Not at all. It is just that simple POST form I've sent earler. Regards, ... [Non-text portions of this message have been removed]...
A. Alebreez
aboanas_elists
Offline Send Email
Jan 8, 2006
6:34 am
11350
Yes, I see the sample HTML you sent, but did you check IIS? ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On...
Ray at home
ray_at_place
Offline Send Email
Jan 8, 2006
7:36 am
11351
yes but is windows integrated login turned on in IIS under directory security?? I was doing something similar and this was the problem. As soon as I turned...
Rick Justis
rickj2
Online Now Send Email
Jan 8, 2006
8:51 am
11352
I see no I just checked it now !!!! I'm Sorry it seems something strange. Thanks for your support. ... [Non-text portions of this message have been removed]...
A. Alebreez
aboanas_elists
Offline Send Email
Jan 8, 2006
9:35 pm
11353
Hi I have a string "strHTML" in an ASP page I want to call the string in another ASP Page How do I do it? Request.Form works for HTM documents only Kindly help...
Abhishek Mall
titanic_1911
Offline Send Email
Jan 12, 2006
4:05 pm
11354
Hi all i was wondering what is involved in being able to have email content sent to a POP3 address, being read into a database automatically? is this doable in...
Moshe Tapnack
tapnack
Offline Send Email
Jan 18, 2006
6:49 pm
11355
Hi Moshe, ... There's a few ways to do it. The easiest way would be to be able to enumerate all the message files as they reside in the postoffice folder on...
Shawn K. Hall
shawn_ra
Offline Send Email
Jan 19, 2006
1:16 pm
11356
Hi Shaen, Many thanks for the info. will take a look at the links... Regards, Moshe ... From: Shawn K. Hall Hi Moshe, ... There's a few ways to do it. The...
Moshe Tapnack
tapnack
Offline Send Email
Jan 19, 2006
1:37 pm
11357
Hi Abhishek, Probably the easiest way to do it, without using silly tricks, is to use a hidden field, in your form, like this: <form action="next_page.asp"...
mark wills
markrobertwills
Offline Send Email
Jan 22, 2006
10:55 am
11358
I seem to have developed some sort of connection leak in one or more of my pages. Not sure where it is at this point, but am wondering if, in the meantime, I...
Chris Hagwood
chris_hagwood
Offline Send Email
Jan 30, 2006
6:43 pm
11359
No, there isn't really any sort of magical code to close all connections. Have you gone through your code to make sure that you are closing and destroying your...
Ray at home
ray_at_place
Offline Send Email
Jan 30, 2006
7:29 pm
11360
what about this - If IsObject(objCon) Then objCon.Close Set objCon = Nothing End If ... Home : http://groups.yahoo.com/group/active-server-pages ... Post...
Moshe Tapnack
tapnack
Offline Send Email
Jan 30, 2006
7:51 pm
11361
If that, put it in a "on error resume next/on error goto 0" block. Annoyingly, a closed and destroyed object will still come back true with IsObject. Ray at...
Ray at home
ray_at_place
Offline Send Email
Jan 30, 2006
8:31 pm
11362
... From: Ray at home Annoyingly, a closed and destroyed object will still come back true with IsObject. i hear you- that just solves a question i had... why...
Moshe Tapnack
tapnack
Offline Send Email
Jan 30, 2006
8:36 pm
11363
To see if I understand it correctly: I put in "on error resume next" at the beginning of the page. In the error handler, I close/destroy the connection and put...
Chris Hagwood
chris_hagwood
Offline Send Email
Jan 30, 2006
9:49 pm
11364
On error goto 0 won't stop the execution of further code unless an exception is thrown. If no exception is thrown the code will run as normal. Dan ... From:...
Dan Powderhill
danaspelite
Offline Send Email
Jan 31, 2006
8:53 am
11365
Hello Guys: I am having a hard time with this query, as it relates to Access. I have a database with a table called tblPhotos. One column in this table is...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 6, 2006
4:09 pm
11366
Are you darn sure the path will not have any variations of the word "locations"? If so, you can rs("path") = Replace(rs("path"),"/Locations/","/") ... ...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 6, 2006
4:53 pm
11367
Chris: Thank you, but I would prefer to make the change at the database level and not on the .asp page. Although I could write an ASP page doing exactly as you...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 6, 2006
5:08 pm
11368
Use an update query like so:- Update [tablename] set [path] = Replace([path],"/Locations/","/") where... Dan ... From: active-server-pages@yahoogroups.com ...
Dan Powderhill
danaspelite
Offline Send Email
Feb 6, 2006
5:16 pm
11369
OOOOOOOHHHHHHH....... Chris was talking using the Replace in the SQL Statement. I missed that part :-( I was VERY confused. Thanks to both of you for your...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 6, 2006
5:29 pm
11370
Are you running Access locally against the database? Just open the table in Access and use search/replace to do a normal global change. You can limit the...
David Smart
smartware_co...
Offline Send Email
Feb 6, 2006
9:31 pm
11371
Hello all, first post here.... I'm hoping it's possible to write a function that will let a client download their Access db, via an ASP page. The db is stored...
actsofshed
Offline Send Email
Feb 8, 2006
4:18 pm
Messages 11342 - 11371 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help