Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? 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 8052 - 8081 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8052
Dear Friends Following is my code <tr> <td>Card</td> <td>:</td> <td> <input type="radio" name="C1" value="Master" onClick="hideElement('ds')"> MASTER&nbsp; ...
hemant
hemblast
Offline Send Email
Sep 3, 2007
6:43 am
8053
Dear Hemant, Please use <div id='ds'></div> what ever you write in this can be showed or hidden as you like with the code to hide ...
jubair Qazi
muhammadjuba...
Offline Send Email
Sep 3, 2007
12:14 pm
8054
Dear Mark: Thanks for your response. Sorry I didn't get back to you sooner. In answer to your question (as I understand it), the variable is in fact being...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Sep 4, 2007
3:01 am
8055
Hello everyone: Thanks for your help so far on my paging program. I've made definate progress, but my program still isn't quite working 100 percent. In my code...
mccurdy_czz_rob
Offline Send Email
Sep 4, 2007
3:06 am
8056
use this for next page button and soon document.location.href='productspage2.asp?curpage="& curpage + 1 & "'&selection="&selection; also use ...
jubair Qazi
muhammadjuba...
Offline Send Email
Sep 4, 2007
7:33 am
8057
Here is why your code doesn't work: Your code to get the drop down value depends on your form being submitted. However, your "next" button does not submit...
Mark E
meckeard2000
Offline Send Email
Sep 4, 2007
12:06 pm
8058
Try putting the table inside of a named division; <div name="divToHide"><table>.....</table></div> and hide the 'div' ... From: hemant To:...
Bob Filipiak
bobfilipiak
Offline Send Email
Sep 4, 2007
2:01 pm
8059
Another way would be to pass a comma-delimited string of elements you want to hide, so you could alter as many elements as you need with one function call: ...
Peter Brunone
peter_brunone
Offline Send Email
Sep 4, 2007
2:10 pm
8060
Thanks Bob/Peter /Jubair for your inputs. Used Bob's code & it's working fine . Thanks once again, Hemant ... Got a little couch potato? Check out fun summer...
HemantGovekar
hemblast
Offline Send Email
Sep 5, 2007
3:14 am
8061
Dear Jubair Qazi: Thanks so much for your response to my post. Forgive me for asking, but I believe there is some syntax missing from the end of the line you...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Sep 5, 2007
4:37 pm
8062
Robert, You exact line of code should be as follows: Response.Write("<INPUT TYPE=BUTTON VALUE=NEXT...
Mark E
meckeard2000
Offline Send Email
Sep 5, 2007
6:01 pm
8063
Thanks Mark: Now I've got the syntax problem cleared up. However with the code that reads: If Len(Trim(selection) ) = 0 Then selection =...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Sep 6, 2007
5:24 am
8064
You'll need to add a little error trapping to your code so that you don't get the BoF/EoF error. But we can do that later. The value for the variable...
Mark E
meckeard2000
Offline Send Email
Sep 6, 2007
11:15 am
8065
NE1 tell me if and how to run a batch file using asp? I'm wanting to run is the DOS "MOVE" command in a batch file using ASP....
jenksonu
Offline Send Email
Sep 11, 2007
12:32 pm
8066
... ASP. ... Have a look at: http://classicasp.aspfaq.com/general/how-do-i-execute-a-dos- command/batch-file/exe-from-asp.html Regards Anton...
Anton Damhuis
antondamhuis
Offline Send Email
Sep 11, 2007
12:58 pm
8067
Thanks to Mark for helping me with my paging program. I want to add some code which will allow the user to enter a page number, click on a button and go...
mccurdy_czz_rob
Offline Send Email
Sep 14, 2007
6:00 pm
8068
Dear All, I am developing a site where I have to manage the stock of the products. Problems I am facing are # How to manage if a user put qty more than the...
askvipinmails
Offline Send Email
Sep 15, 2007
6:54 am
8069
... Wait until they actually "place the order" if you know then update the database with a "message" field and send them that message via the browser. ... Wait...
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 15, 2007
9:21 am
8070
Dear Charles, Thanks for your kind response. But I am doing some real time stock management like in hotel booking site. If the admin alloted only 2 rooms for...
askvipinmails
Offline Send Email
Sep 15, 2007
12:31 pm
8071
The inventory would be in a database. You can "warn" people that the room may be booked and it is first come first served, but if Ted for example shops and...
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 15, 2007
1:57 pm
8072
Can you post all your code? Mark mccurdy_czz_rob <mccurdy_czz_rob@...> wrote: Thanks to Mark for helping me with my paging program. I want to add some...
Mark E
meckeard2000
Offline Send Email
Sep 15, 2007
5:23 pm
8073
Dear Mark: As you requested, I have posted my code below. It's the same program as before, only with a sub routine added near the end which displays the form...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Sep 15, 2007
7:16 pm
8074
pagenumber=request.form("form_pageno") should be pagenumber=request.querystring("form_pageno") ... [Non-text portions of this message have been removed]...
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 15, 2007
8:01 pm
8075
Hello Folks, I have a small query whether we can link crystal reports with asp to show the client charts as well as graphs like we show in excel If so can i...
mahesh kathiravan
maheshkathir...
Offline Send Email
Sep 17, 2007
5:30 pm
8076
It has been a LONG TIME since asp classic but I have a stored procedure that grabs 3 fields from a Table. I am used to iterating through a recordset in code...
mbelcher
AspClassicAnyQuestion...
Send Email
Sep 17, 2007
11:54 pm
8077
you can use something like this set conn = server.createobject("Adodb.connection") set rs1 = server.createobject("ADODB.recordset") conn.open "YOUR CONNECTION...
hemant
hemblast
Offline Send Email
Sep 18, 2007
12:51 pm
8078
I've been writing vbs for years, I write a lot of HTA's but want to start with ASP's. any good sites to start learning? I figure if I know HTML and VBS I...
robszar5500
Offline Send Email
Sep 22, 2007
2:34 am
8079
It is basically a query so plug it into: http://learnasp.com/freebook/asp/dbsimple.aspx and watch it go!...
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 22, 2007
11:55 am
8080
Thanks for the reply, but I don't know what your giving me here, that link is to some script for something with a db?...
robszar5500
Offline Send Email
Sep 24, 2007
1:44 pm
8081
I thought you were talking about HTX/IDC that script would have helped you. Now that I know you are talking about HTML Applications i.e. ...
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 24, 2007
2:01 pm
Messages 8052 - 8081 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