Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? 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 8292 - 8321 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8292
Thanks to everyone for their previous responses. Now I have 2 more questions. 1. I want to have some textboxes on my site that are hidden until someone chooses...
Darth Mikey D
darth_mikeyd
Offline Send Email
Jul 5, 2008
5:07 pm
8293
1. Best way to do this is with javascript. Use the onclick event of a radiobutton to show / hide things. You can use jquery (jquery.com) for some easy...
Mischa Kroon
aemca_san
Offline Send Email
Jul 6, 2008
12:23 pm
8294
I have been searching for the error, and have found plenty of suggestions but nothing that works. The problem seems to be with just sending from any address...
Darth Mikey D
darth_mikeyd
Offline Send Email
Jul 6, 2008
4:10 pm
8295
Are there any special characters in the email address ? Silly hack would be to just replace comcast.net with comcast.com if both work. Van:...
Mischa Kroon
aemca_san
Offline Send Email
Jul 6, 2008
7:43 pm
8296
Thanks for the responses. I figured it out. I had to configure it so that the .from looks like this: Mike <any@...> No idea why, but who knows. Just...
Darth Mikey D
darth_mikeyd
Offline Send Email
Jul 6, 2008
7:47 pm
8297
I use Classic ASp on my website - www.ProBowlUK.co.uk - to provide msAccess databases. I will be re-writing the layout of the website in CSS instead of tables....
Bob Sharp
bobsharp_uk
Offline Send Email
Jul 7, 2008
2:11 am
8298
Why not go with asp.net instead, which is a more advanced platform. If you already know asp go with that. If you want to learn something else then go with...
Mischa Kroon
aemca_san
Offline Send Email
Jul 7, 2008
2:19 pm
8299
Hi All, Could any one help me in this where I want to extract first N words, say 5, from a string. Below is what Im able to write: <% Dim str str = "Sarah says...
javediq_143
Offline Send Email
Jul 7, 2008
4:07 pm
8300
I think you should go with something like: . .Pattern = "(\w)" . For i = 1 to 5 Response.write Expressionmatch[i].value Next . Van:...
Mischa Kroon
aemca_san
Offline Send Email
Jul 7, 2008
8:01 pm
8301
Hi All, Could any one help me in this. I want to store user's text in mysql database. The text may contain only these special chars like ` ' ' " ... ? I've...
javediq_143
Offline Send Email
Jul 9, 2008
1:20 pm
8302
Hi Javed, What about using the HtmlEncode function on those strings when writing them into links? Cheers, Peter ... [Non-text portions of this message have...
Peter Brunone
peter_brunone
Offline Send Email
Jul 9, 2008
2:13 pm
8303
You're probably hitting a mail server that uses a blacklisting service. Some of the big providers get labeled as "spam from" domains since they're well-known...
Peter Brunone
peter_brunone
Offline Send Email
Jul 9, 2008
3:03 pm
8304
For links use: urlencode not htmlencode. Van: AspClassicAnyQuestionIsOk@yahoogroups.com [mailto:AspClassicAnyQuestionIsOk@yahoogroups.com] Namens Peter Brunone...
Mischa Kroon
aemca_san
Offline Send Email
Jul 9, 2008
3:14 pm
8305
True -- shouldn't have stated it that way -- but the problem is manifesting itself as a Javascript error, and the only Javascript is for the window.status...
Peter Brunone
peter_brunone
Offline Send Email
Jul 9, 2008
3:16 pm
8306
Right, a single quote will blow that if one is in the string being displayed on the status bar ... so do a replace on the window.status.value to handle these. ...
mallard
ttmallard
Offline Send Email
Jul 9, 2008
3:48 pm
8307
I am populating a repeating table with a web address from an access DB. It creates the hyperlink in my table however when you hover or click on the link it is...
sysman64
Offline Send Email
Jul 24, 2008
3:19 am
8308
I'd just response.write that value by itself to debug, that gives you what the string is. If it's correct, then the inserted code is messing it up, so try the...
mallard
ttmallard
Offline Send Email
Jul 24, 2008
7:21 am
8309
Check your values coming back in the recordset to ensure it's correct.   Also - the first link doesn't work for me.   Mark ... From: sysman64...
Mark E
meckeard2000
Offline Send Email
Jul 24, 2008
11:18 am
8310
I am working on a website that requires some of its pages to be password protected. If the user clicks on a protected page and has not logged in yet, they are...
Julie Reese Bookser
jrbookse
Offline Send Email
Aug 4, 2008
9:44 pm
8311
http://learnasp.com/freebook/asp/security.aspx will probably explain what you want....
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 4, 2008
10:06 pm
8312
Where you check for their being logged in or not, send that page's name as a querystring value to the login page to use when it redirects. If...
mallard
ttmallard
Offline Send Email
Aug 5, 2008
1:51 am
8313
Hi Julie, You can implement this by following method: 1. When user click on protected page, keep the page name in Session variable and redirect user to Login...
Papak Mondal
papak_mondal
Offline Send Email
Aug 5, 2008
3:02 am
8314
This is correct. You can do this with cookies, session or hidden fields. http://learnasp.com/freebook/asp/hidden.aspx ...
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 5, 2008
3:16 am
8315
Hi All, Im having a doubt about QueryString passing method which I've seen recently somewhere on the web. I dont know the language used to build the page like...
javediq_143
Offline Send Email
Aug 5, 2008
3:57 pm
8316
Hi Javed, The page name has nothing to do with the querystring. Whatever parameters come after the question mark, they don't affect the name of the page. ...
Peter Brunone
peter_brunone
Offline Send Email
Aug 5, 2008
4:37 pm
8317
Hi Apart from W3 <http://www.w3schools.com/ASP/> , are there any good ASP tutorials on the internet ? [Non-text portions of this message have been removed]...
Bob Sharp
bobsharp_uk
Offline Send Email
Aug 6, 2008
10:08 pm
8318
Apart from W3 <http://www.w3schools.com/ASP/> , are there any good tutorials on the internet ? Either online or downloadable. [Non-text portions of this...
Bob Sharp
bobsharp_uk
Offline Send Email
Aug 6, 2008
10:08 pm
8319
4GuysFromRolla.com has some excellent ones....
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 6, 2008
10:20 pm
8320
Don't tell me http://learnasp.com isn't running anymore... Well looky here! http://learnasp.com/freebook/asp/ Cheers, Peter ... [Non-text portions of this...
Peter Brunone
peter_brunone
Offline Send Email
Aug 7, 2008
3:22 am
8321
Hi Any page links ? Did not notice any on the Homepage. Not interested in ASP.Net...
Bob Sharp
bobsharp_uk
Offline Send Email
Aug 7, 2008
10:06 pm
Messages 8292 - 8321 of 8655   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