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...
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,...
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...
... 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...
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...
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...
... 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...
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...
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...
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@...
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 ...
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...
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...
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....
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...
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: 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...
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. ...
... 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...
... 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: 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....
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,...
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"...
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...
Pleasure. Dave S ... From: "Dian Chapman" <dian@...> To: <active-server-pages@yahoogroups.com> Sent: Sunday, May 09, 2004 4:15 PM Subject: RE: [ASP]...