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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 6055 - 6084 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6055
Hello, I had the similar problem today. But when I changed the expiry date of the cookie from some fixed date to an expression like: date + 1, the cookie was...
PINAR
pinar.geo
Offline Send Email
Aug 1, 2003
1:12 pm
6056
Hi, Is there a way to get rid of the toolbar (save this image, print, email this image, open my pictures folder) that appears on some large sized images, when ...
Asim Karim
AsimKarim
Offline Send Email
Aug 1, 2003
1:18 pm
6057
Hi Asim, ... For an entire page: <head> <meta http-equiv="imagetoolbar" content="no"> </head> For a specific image: <img src="image.jpg" galleryimg="no"> ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 1, 2003
1:38 pm
6058
Good morning, I have field that needs to contain text but there will be occasions when the text will exceed the 255 character limit that I understand exists....
Pam
pamspen1
Online Now Send Email
Aug 1, 2003
3:48 pm
6059
If you are using Access you can use a MEMO field to store large text, or in SQL Server use a TEXT field. ... From: Pam [mailto:ltf01@...] Sent: 01...
Adrian Forbes
aidy_forbes
Offline Send Email
Aug 1, 2003
4:00 pm
6060
We recently moved a site from our internal development servers to much faster servers in a newly acquired hosting environment. Even with all the horsepower,...
dweiss
Offline Send Email
Aug 1, 2003
4:31 pm
6061
I am using MySQL. I have the field set as a TEXT field. The 255 character limit I spoke of is not correct? Boy, wouldn't that be great if I didn't have to...
Pam
pamspen1
Online Now Send Email
Aug 1, 2003
4:39 pm
6062
Adrian's psychic abilities failed him today, so he did not know you're using a MySQL database. MySQL offers plenty of different text data types of varying...
Costanzo, Ray
rcostanzo@...
Send Email
Aug 1, 2003
5:17 pm
6063
Hi Ray, Thanks for the link! I mentioned a few weeks ago that I'm fairly new at this so I don't recognize all the pertinent data I should include with my ...
Pam
pamspen1
Online Now Send Email
Aug 1, 2003
5:33 pm
6064
Hi Don, ... Just a guess, but do you know if the production server has the 'document footer' turned on in the IIS console? This would append garbage data to...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 1, 2003
10:27 pm
6065
Ah, once you get over the first hurdle of knowing what questions to ask and what info to include, it's all easy from there. Don't worry. ASP people are very...
Ray at home
ray_at_place
Offline Send Email
Aug 2, 2003
4:55 am
6066
Hi All, I'm planning to use the ASP Upload component for uploading music files to be uploaded to the web server. The problem is that it takes a lot of time to...
Sam Chawla
samchawla2000
Offline Send Email
Aug 2, 2003
5:53 am
6067
Okay, so this is probably a pretty elementary question, but as I was just starting to set this page up when I just realized I don't know how to do it! I have a...
Dian Chapman
dianchapman
Offline Send Email
Aug 2, 2003
5:54 am
6068
DSL (typically) has a pretty slow upload speed. HTTP is probably not the best method for multi-meg uploads. Would your users be savvy enough to know how to...
Ray at home
ray_at_place
Offline Send Email
Aug 2, 2003
6:08 am
6069
You could call a javascript fuction on both the button onClick event and pass a value to identify whichbutton was clicked. The javascript fuction can check for...
Sam Chawla
samchawla2000
Offline Send Email
Aug 2, 2003
6:09 am
6070
I would go with FTP but the problem is that the information relating to the music file should be entered into the database like album name, singer/band etc.. ...
Sam Chawla
samchawla2000
Offline Send Email
Aug 2, 2003
6:13 am
6071
Hi Dian, While you can use client side code to change the action of your form, I personally stay away from relying on client side code for such things. What I...
Ray at home
ray_at_place
Offline Send Email
Aug 2, 2003
6:18 am
6072
Thanks...I was afraid it might be something like that. Okay...so separate forms it is!<sheepish grin> Dian~ _____ From: Sam Chawla...
Dian Chapman
dianchapman
Offline Send Email
Aug 2, 2003
6:20 am
6073
... So I've noticed! You guys are GREAT!<wink> Dian ~ ... From: Ray at home [mailto:listray@...] Sent: Friday, August 01, 2003 11:59 PM To:...
Dian Chapman
dianchapman
Offline Send Email
Aug 2, 2003
6:22 am
6074
Hi Dian, ... Doing so requires client-side script. If the rest of your site depends on it, go for it, if not, I'd shy away from it just because it could cause...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 2, 2003
6:29 am
6075
Hi Sam, ... Perhaps you should seriously consider building an activex component for your interface - you could have it do the FTP for you, and do the form...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 2, 2003
6:31 am
6076
Cool...thanks much, Ray! Now THAT I can do! Yeah...JavaScript...phooey!<snicker> I'd MUCH rather stick to server stuff so I KNOW it'll work for everyone. ...
Dian Chapman
dianchapman
Offline Send Email
Aug 2, 2003
6:32 am
6077
thanks for you input. Could you give me some direction in that regard as I've never programmed an activex componet for FTP use. Thanks "Shawn K. Hall"...
Sam Chawla
samchawla2000
Offline Send Email
Aug 2, 2003
6:34 am
6078
... Thanks, that's what I'm gonna do. I'm much more comfy with VB/VBA/VBS than anything Java. Dian ~ ... From: Shawn K. Hall [mailto:shawn@...]...
Dian Chapman
dianchapman
Offline Send Email
Aug 2, 2003
6:39 am
6079
Hi Dian, ... Good call. ... UCase converts the text to uppercase (LCase does lowercase) - just in case the client didn't send you *exactly* the text that...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 2, 2003
6:58 am
6080
Hi Sam, ... My pleasure. ... If you don't have VB yet, get a free version of VB 5 designed just for control creation here: ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 2, 2003
7:27 am
6081
... the client didn't send you *exactly* the text that appeared in the button. HA! Actually I KNOW what UCase means, use it in VBA all the time. What I *meant*...
Dian Chapman
dianchapman
Offline Send Email
Aug 2, 2003
7:55 am
6082
Thanks again Shawn. Please correct if I'm wrong. I need to create an AxtiveX Control using VB and embed it in my page. Plus would I use the Microsoft Internet...
Sam Chawla
samchawla2000
Offline Send Email
Aug 2, 2003
8:30 am
6083
Dear friends, I am facing a bit problem. An asp site was developed and hosted. The DB is access. in wrok environment is working fine. i used dsnless...
dilsaharaonline
Offline Send Email
Aug 2, 2003
8:57 am
6084
Do u host urself? Recommended ver is 4.0 But, which version of access was giving u the problem and what was the error? ILyas ... From: dilsaharaonline...
ILyas
iluilyas
Offline Send Email
Aug 2, 2003
9:09 am
Messages 6055 - 6084 of 12403   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