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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 9156 - 9185 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9156
How the hyperlink has been specified in the calendar? Anyhow, the below JS example fits to any hyperlink. <p><a href="Javascript:returnit(<% =numCalendar_value...
ILyas
iluilyas
Offline Send Email
May 2, 2004
1:35 pm
9157
Hello Guys: I hope you don't mind an OT question, but how do you guys stress test your ASP applications? Microsoft has a program that is supposed to do this,...
Andy and Kim Mills
historynut13
Offline Send Email
May 3, 2004
12:16 pm
9158
Hi, I have PHP installed on win2k and am trying to test a custom 404 page. 404.php IIS refuses to run the PHP if it is called by a missing page. Object not...
Thierry Lavallée
synerginov
Offline Send Email
May 3, 2004
8:28 pm
9159
... Try using a relative URL from the web server root, "/404.php" instead of "404.php" (note the "/"). Then again, I haven't tried this myself, so standard...
Manas Tungare
ManasTungare
Offline Send Email
May 3, 2004
8:43 pm
9160
It finds the page if it is named 404.txt, 404.html, 404.asp, but not if named 404.php. Changing the path structure does not seem to change anything. Thanks...
Thierry Lavallée
synerginov
Offline Send Email
May 3, 2004
9:06 pm
9161
... What happens when you type in the URL of the 404.php by hand? -M....
Manas Tungare
ManasTungare
Offline Send Email
May 3, 2004
9:15 pm
9162
... It's there, IIS serves it, it runs as expected. -- Thierry...
Thierry Lavallée
synerginov
Offline Send Email
May 3, 2004
9:25 pm
9163
Seems like IIS is trying to make some type of server.transfer within it's routine, and it cannot deal with PHP as being part of server.transfer. Possible? Can...
Thierry Lavallée
synerginov
Offline Send Email
May 3, 2004
9:39 pm
9164
... Yes! Just to be sure the script was actually being executed (not just pulled from disk) I used phpinfo() and did a setup somewhat like this. Inside the...
Manas Tungare
ManasTungare
Offline Send Email
May 3, 2004
10:26 pm
9165
Very odd, It works from another computer but not from the local computer. So if I call a missing page on the local computer, I get the following: HTTP/1.1 404...
Thierry Lavallée
synerginov
Offline Send Email
May 4, 2004
3:59 pm
9166
Hi folks... Please...what do I need to add to a redirect to delay it for a couple seconds? After entering data, I'd like the confirmation page to display...
Dian Chapman
dianchapman
Offline Send Email
May 4, 2004
4:24 pm
9167
What about the good ol' META refresh ? ... From: Dian Chapman [mailto:dian@...] Sent: Tuesday, May 04, 2004 7:03 PM To: Group - ASP Subject: [ASP]...
Moshe Tapnack
tapnack
Offline Send Email
May 4, 2004
4:36 pm
9168
Hi Dian ~, You can do a meta refresh or a javascript redirect like so: Meta refresh: <META HTTP-EQUIV=Refresh CONTENT="10; ...
Costanzo, Ray
rcostanzo@...
Send Email
May 4, 2004
4:47 pm
9169
Thanks...I thought about that, but wasn't sure if that was the best way? Dian D. Chapman Technical Consultant, Instructor Microsoft MVP & MOS Expert Certified ...
Dian Chapman
dianchapman
Offline Send Email
May 4, 2004
5:32 pm
9170
Thanks...done the meta refresh a lot, just usually at the top of a doc, not after a DB input, so I just wasn't sure if that was how or if you add some delay to...
Dian Chapman
dianchapman
Offline Send Email
May 4, 2004
5:34 pm
9171
Don't use an .asp Response.Redirect, rather use a Meta-HTTP Refresh tag and specify the time delay. <META HTTP-EQUIV="Refresh" Content="10;...
Eric Goforth
e_goforth
Offline Send Email
May 5, 2004
2:21 am
9172
Aloha gang Newbie asp guy here. In fact I just bought ASP for dummies. Why the heck the cover said that means you Rick I'll never figure out. Anyway I'm just...
Tutor2000
Offline Send Email
May 5, 2004
5:36 am
9173
Dear friends, I am using Crystal reports 8/9 - Use Sub reports. The sub report is being refreshed or reimported for fresh data when i print the report from VB....
Dilip SK
dilsaharaonline
Offline Send Email
May 5, 2004
6:43 pm
9174
Hello Guys: I was wondering: is it possible to create files using the FSO object onto a different server than the one running the ASP Page? We currently have...
Andy and Kim Mills
historynut13
Offline Send Email
May 7, 2004
3:15 pm
9175
Yes, you can do this, but you have to do one of the three things to handle the permissions. A default setup will not work, because computerB does not know the...
Ray at work
ray_at_place
Offline Send Email
May 7, 2004
3:51 pm
9176
Ray: Thanks for your help. I was able to get this work, except for one thing that I just can't seem to figure out. When the code is ran to create these files...
Andy and Kim Mills
historynut13
Offline Send Email
May 7, 2004
6:00 pm
9177
Does the domain account have NTFS and share permissions to the share on the other server? I'd turn off the basic authentication and just use anonymous access. ...
Ray at work
ray_at_place
Offline Send Email
May 7, 2004
6:20 pm
9178
... Yes, the NTFS does have the share permissions to that folder on the remote computer. ... When I turn this off, I get the "You are not authorized to view...
Andy and Kim Mills
historynut13
Offline Send Email
May 7, 2004
6:43 pm
9179
... Ah, okay. You changed the anonymous usage to use this domain account now instead of the IUSR account. If the user doesn't already have access, this new...
Ray at work
ray_at_place
Offline Send Email
May 7, 2004
6:48 pm
9180
Ray: In a round about way: I think I understand. Just something we will have to live with (it works so that is a good thing). Thanks for taking time to help....
Andy and Kim Mills
historynut13
Offline Send Email
May 7, 2004
7:05 pm
9181
ROFLMAO! Umm, okay, so I'm not a math person! You guys gave me the help I needed to realize that I could use AVG to get an average for a bunch of numbers,...
Dian Chapman
dianchapman
Offline Send Email
May 9, 2004
5:20 am
9182
ROUND(AVG(RatingNum),1) should do the trick (to 1 decimal), or just ROUND(AVG(RatingNum)) should give you a whole number. Dave S ... From: "Dian Chapman"...
David Smart
smartware_co...
Offline Send Email
May 9, 2004
5:54 am
9183
Cool...thanks! I THOUGHT it would be like that cos' I believe that's how I've done it in VBA, just not always sure that my VBA codes will work in a similar...
Dian Chapman
dianchapman
Offline Send Email
May 9, 2004
6:12 am
9184
Worked beautifully! Thanks so much, Dave! Dian ~ ... From: David Smart [mailto:smartware@...] Sent: Sunday, May 09, 2004 12:54 AM To:...
Dian Chapman
dianchapman
Offline Send Email
May 9, 2004
6:15 am
9185
Pleasure. Dave S ... From: "Dian Chapman" <dian@...> To: <active-server-pages@yahoogroups.com> Sent: Sunday, May 09, 2004 4:15 PM Subject: RE: [ASP]...
David Smart
smartware_co...
Offline Send Email
May 9, 2004
6:47 am
Messages 9156 - 9185 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