Re: [wdvltalk] Posting message from website 500 error internal server on wxp sp2 using ie sp2

2004-11-17 Thread Scott Glasgow
I've been running SP2 about 5 or 6 weeks now, and haven't experienced any problems whatsoever. As a test, I just went to the site you gave and entered all fields without a problem. I did everything except actually send the message (not a Qwest customer). From the look of the error, this appears

RE: [wdvltalk] Posting message from website 500 error internal server on wxp sp2 using ie sp2

2004-11-17 Thread Mary Rusinko
Thanks for your help! Here is the website address for the kb at microsoft I was referring to: http://support.microsoft.com/default.aspx?scid=kb;en-us;831167 This kb discusses the post action that I was referring to in my previous email! Cheryl wrote: To see a real message open Internet Options

[wdvltalk] ASP - Picture rotator

2004-11-17 Thread Todd Richards
Hey Gang - I have a website that I need to automatically rotate some pictures on the home page. I am using ASP with IIS 5/6. I set things up to use the AdRotator, but couldn't get it to work. Does anyone have any other suggestions, given the language and platform. I thought about doing Flash,

RE: [wdvltalk] ASP - Picture rotator

2004-11-17 Thread Ann Cook
I've never used AdRotator, but here is a Random Banner Generator using Case. Add as many Case statements as you need for your purpose. (I'm currently using 9 in the one I'm using, hence the 9*RND. % 'RANDOM BANNER GENERATOR Randomize Dim intRandomBanner intRandomBanner = Int((9*RND())+1) Select

RE: [wdvltalk] ASP - Picture rotator

2004-11-17 Thread Todd Richards
Hi Ann - Thanks for the info - it's just what I'm looking for. One quick question on the format of the banner/picture info here. I'm assuming I would enter regular img code as normal, as that's what would get inserted? Todd -Original Message- From: Ann Cook [mailto:[EMAIL PROTECTED]

RE: [wdvltalk] ASP - Picture rotator

2004-11-17 Thread Todd Richards
Hi Ann - Just wanted to let you know that I used the script and it was exactly what I needed! Thanks so much for your help! Todd -Original Message- From: Todd Richards [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 4:42 PM To: [EMAIL PROTECTED] Subject: RE: [wdvltalk]