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...
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...
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
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...
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...
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
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
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
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
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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.