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 10816 - 10845 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10816
Dear Gibbon M. P. Tamba, Sure it is possible, and from my experience there are three ways of doing it. First, by using JavaScript. You can go for this option...
M Kamran Adam
mkamranadam
Offline Send Email
Aug 1, 2005
8:37 am
10817
I really appreciate all of the help with this problem. I tried the code suggested, it still is not working. I'm not getting an error just not updating the...
Madòrick
madorick
Offline Send Email
Aug 1, 2005
11:44 pm
10818
You need quotes around WeightID and StarID. Dan ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of...
Dan Powderhill
danaspelite
Offline Send Email
Aug 2, 2005
8:12 am
10819
hi all i have an excel file of 387KB containg 8 columns and about 4000 rows. i want to put it on a webpage. i do use Frontage and sometimes Publisher. cut &...
great1der
Offline Send Email
Aug 2, 2005
8:44 am
10820
What exactly are you trying to accomplish? You can use a hyperlink directly to the file: and Excel will open the file. If this is not the solution you are...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Aug 2, 2005
11:38 am
10821
Try this: <SCRIPT language="JavaScript" type="text/JavaScript"> function checkWeight () { if(document.forms(0).Weight.Value != ""){ ...
Bob Filipiak
bobfilipiak
Offline Send Email
Aug 2, 2005
12:50 pm
10822
The value true does not have a capital T. Star.checked = true; Dave S ... From: Madòrick To: active-server-pages@yahoogroups.com Sent: Tuesday, August 02,...
David Smart
smartware_co...
Offline Send Email
Aug 2, 2005
1:07 pm
10823
No you don't. Dave S ... From: Dan Powderhill To: active-server-pages@yahoogroups.com Sent: Tuesday, August 02, 2005 6:06 PM Subject: RE: [ASP] Updating a...
David Smart
smartware_co...
Offline Send Email
Aug 2, 2005
1:07 pm
10824
I can't say I've tried passing getElementById an unquoted parameter. If it wasn't quoted then by the nature of Javascript it'd need to be a variable, constant...
Dan Powderhill
danaspelite
Offline Send Email
Aug 2, 2005
2:22 pm
10825
Just a quick question... Does anyone know whether it's possible to control and update the source parameters for broadcast streams on Windows Media Services? I...
Alex Clough
alex_blueparrot
Offline Send Email
Aug 2, 2005
5:01 pm
10826
Thanks everyone, I got this working. It's pretty slick. This is to prevent entry errors. Here is what I got working: <SCRIPT language="JavaScript"...
Madòrick
madorick
Offline Send Email
Aug 3, 2005
2:01 am
10827
weightID and starID were the parameters of the function checkWeight. The quoted strings were in the call to checkWeight. Dave S ... From: Dan Powderhill To:...
David Smart
smartware_co...
Offline Send Email
Aug 3, 2005
11:21 am
10828
Using your code I can put a blank in your weight field and the checkbox will get checked. ... From: "Madòrick" <madorick@...> To:...
Bob Filipiak
bobfilipiak
Offline Send Email
Aug 3, 2005
11:49 am
10829
I know there is no real validation on this yet. I just wanted to get the function to work. Now I know it will work and if it stops I know where to go (the...
madorick@...
madorick
Offline Send Email
Aug 3, 2005
12:38 pm
10830
Hi folks... I'm trying to create a page for my sis to so can add captions to pictures, without me doing the work for her. The DB will contain one caption for...
Dian D. Chapman
dianchapman
Offline Send Email
Aug 7, 2005
11:38 pm
10831
Hi Dian, ... The easy way would be to filter the results in the SELECT statement. "select comment where id = n" Regards, Shawn K. Hall ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 8, 2005
5:09 am
10832
Thanks. That's the way I've been doing it (before and now for this page)...but I just thought I'd check to see if there is some better/more efficient way to do...
Dian D. Chapman
dianchapman
Offline Send Email
Aug 8, 2005
5:22 am
10833
... If you want to have a page with a number of pictures on it, in the SQL order by picNum, then loop through the recordset (the usual proviso that you should...
Paul Manzotti
heronoseven
Offline Send Email
Aug 8, 2005
8:29 pm
10834
I have a client who needs to upload 3 dbf files to update their website. The only problem is that they are 10mb, and they have a slow dsl connection. When I...
zerokoo149
Offline Send Email
Aug 8, 2005
8:34 pm
10835
Thanks for that, Paul. I did actually find the GetRows code and was messing with it, but was confused from the example I had and finally tossed up my hands and...
Dian D. Chapman
dianchapman
Offline Send Email
Aug 8, 2005
9:53 pm
10836
I am trying to populate an images alt tag with info from a database, but when I do it, it just displays the first word, not the entire sentence. I tried...
Darth Mikey D
darth_mikeyd
Offline Send Email
Aug 8, 2005
9:55 pm
10837
Try this..... Response.Write "<img src=" & chr(34) & "orchidsgold/" & rs("pic_name") & chr(34) & " alt=" & chr(34) & Server.HTMLEncode(rs("desc")) & chr(34) & ...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Aug 8, 2005
10:04 pm
10838
... If you want some arrays code... ;-) ' **************************** ' * DECLARE ALL THINGS ARRAY * ' **************************** dim arrParts...
Paul Manzotti
heronoseven
Offline Send Email
Aug 8, 2005
10:07 pm
10839
Very cool...thanks! Dian ~ ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Paul Manzotti Sent: Monday,...
Dian D. Chapman
dianchapman
Offline Send Email
Aug 8, 2005
10:40 pm
10840
Hi Russ, ... You could create a client-side active-x that has compression abilities. There's some sample vb code for using the free info-zip libraries at ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 9, 2005
12:26 am
10841
Or an easier way than using chr(), this :- Response.write "<img src=""orchidsgold/" & rs("pic_name") & """ alt=""" & rs("desc") & """>" Which escapes the...
Dan Powderhill
danaspelite
Offline Send Email
Aug 9, 2005
10:39 am
10842
... I've had good success with ' instead of " so far. Of course, if any of the data in the recordset contains a ', then it will need to be scrubbed. [Non-text...
Chris Hagwood
chris_hagwood
Offline Send Email
Aug 9, 2005
11:52 am
10843
All of which bypasses your original problem, post the code generating the statement and the generated html if you want help. If you just want to fix it...
Ben Sauer
bensauerdupl...
Offline Send Email
Aug 9, 2005
6:02 pm
10844
YOu can also use the HTML &quote statement ie; Response.Write "<img src=" & &quote & "orchidsgold/" & rs("pic_name") & &quote & " alt=" & &quote &...
madorick@...
madorick
Offline Send Email
Aug 9, 2005
7:37 pm
10845
I don't believe it does bypass the original problem. The original problem was only the first word being displayed in the alt attribute. This was caused by the...
Dan Powderhill
danaspelite
Offline Send Email
Aug 10, 2005
8:23 am
Messages 10816 - 10845 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