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!

Recent content by uconn1981

  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 have more than 4G disk space. The InstallAnywhere from ZeroG extracted more than 20 folder (such as C:\temp\I1128084338). I checked and they are the same. Is the installer correct? Thanks, Tim
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. uconn1981

    Response.Redirect does not work

    Thanks, DNG. Your first option works perfect. Tim
  15. 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...

Part and Inventory Search

Back
Top