Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: uconn1981
  • Content: Threads
  • Order by date
  1. uconn1981

    URL parameters

    I want to pass a variable to the url parameter as following: <cfset ss = 1980> <a href="browse_biblio.cfm?refstart=#ss#&sortBy=Date">Date</a> when I clicked the link, it shows something like this: ....?refstart=#ss&sortBy=Date I wonder why the #ss# can not be converted into 1980? Thanks...
  2. uconn1981

    cfinput value problem

    Hi, I have the follow code. <cfinput type="text" name="dtLeave" label="Start:" width="200" required="yes" value="<cfif IsDefined('session.startdate')>1/2/2002</cfif>" validate="date" message="Please enter date format mm/dd/yyyy."> The problem is the cfif for value does not work. The "<cfif...
  3. uconn1981

    Keep text in input field

    I have a flash form to input two dates and submit to another page. When I go back, the text in the cfinput fields are not kept. How can I do that? Thanks, Tim
  4. uconn1981

    drop down menu problem

    I created drop down menus according to some samples. My problem is the following: When I change the resolution of the monitor, there is white space on either side. When my mouse move from the menu buttons to the white space, the menus do not hide. (Right now, we do not want the width to be...
  5. uconn1981

    Dynamically set cfinput text values

    I have two fields. One is cfselect. The other one is cfinput text for date. I want to do the following: Dependong on the item selected in the cfselect field, there should dynamically display the date range a user should input. For example: for item 1 selected display: you should input a...
  6. uconn1981

    Folder link problem

    My Inbox folder links to a copy Inbox (1).dbx in the identity folder, instead of Inbox.dbx. How can I change Inbox folder to link to Inbox.dbx? Thanks, Tim
  7. uconn1981

    Return whole record with max value on one column

    I need to select the whole record based on the max vlaue on one of the fields. How to do that? Thanks, Tim
  8. uconn1981

    Coldfusion MX7 installation

    I download the trial version of coldfusion from macromedia. when I tried to install it, it extracted to more than 4G when the disk space rans out. I wonder if there is something wrong or the it does need a large space to install it? Thanks, Tim
  9. uconn1981

    change the link

    I have two radio buttons and a hyperlink with text "Advanced Search". Now I want to realize the following function: When I select button 1, the link will go to page 1; When I select button 2, the link will go to page 2. Is there any javascript I can refer to? Thanks, Tim
  10. uconn1981

    Same name for images

    I know we can use the same name (ex. site) for HTML radio buttons and use "site[0], site[1]..." and so on to refer to each button in the group. How can we do that to a group of images? Thanks, Tim
  11. uconn1981

    Go back to different pages

    I have several HTML pages calling the same ASP page. I want the ASP page to redirect back to each HTML calling it. Is there a VBscript function which is used to do like "go history back (1)"? Thanks, Tim
  12. uconn1981

    HTML redirect

    I have 10 HTML pages, each of which connects to the same ASP page to save data into the database. Then the ASP page redirect back to the HTML page calling it. How can I pass the HTML file name to the ASP file so it can automatically redirect to the HTML page? Thanks, Tim
  13. uconn1981

    Response.Redirect does not work

    I have a HTML page for user to input email address. Then it will go to an ASP page to connect to a database. After that, I want to go back to the HTML page. No error for database part. However, my following code does not redirect the page back to the HTML page. Thanks for any help...
  14. uconn1981

    Database connection

    I need to write HTML page to add user input email address to the database. The restriction is that I can not use ASP page. Therefore, how can I write HTML page to connect a database? Thanks, Tim
  15. uconn1981

    Problems with CDONTS

    Just before yesterday, my ASP sending email with CDONTS on NT server was working great. Then it did not work. However, there is no error. I did not receive any emails. Is the sending delayed or is there a problem with CDONTS? Thanks, Tim
  16. uconn1981

    Using Remote SMTP server to sending email

    I can use CDO.Message to send email with remote SMTP server. Now I have a Win NT server and I wonder if we can send email with remote SMTP server using CDONTS. I read on internet it can not be done. Has anyone tried that? Thanks, Tim
  17. uconn1981

    What does &quot; : &quot; mean?

    Hi, I read some code like: IL = 0: IM = 0: IR = 0. What is ":" doing? Thanks, Tim
  18. uconn1981

    Upgrade oracle database while keep the old version

    Hi, I have oracle 8.1.7 and want to upgrade to 9.2. Can I install the oracle 9.2 on a different directory and do the upgrade while keep the 8.1.7 running? When later everything is checked to be ok, then switch to oracle 9.2. Thanks, Tim
  19. uconn1981

    Display results in Paged fashion

    Hi, all: I want to show the "SELECT" results from a database in several pages. So you can click "next" to go to the next 25 results. Appreciate if you have a sample code for me to refer to. Tim
  20. uconn1981

    Table Record Autonumber

    Hi, All: I have a Table with autonumber field. If i deleted some records, how can i reorder the autonumber field? The Access does not automatically do that. For example, originally I have records from 1 to 20. If i delete record number 3 and 4, the autonumber field will not reorder the number...

Part and Inventory Search

Back
Top