Hi,
Im hoping this will prove simple to a JavaScript programmer however it is giving us a real headache:
We have a gift website and on the checkout page is a link to a popup calendar so users can easily enter a delivery date for their gift(s).
The link to the calendar is on the page...
I am looking for a way to upload a whole folder/directory of images to the CF server in one shot.
I have experience of multiple file uploads - using multiple input fields - with the CFFILE tag, but need to be able to upload a whole folder/directory without selecting each image individually...
For my purposes a valid list cannot duplicate values:
<cfset list1 = "1,2,3,4,5">
<cfset list2 = "1,2,3,3,5">
Therefore how can i check these to allow list1 but not list2?
Been looking at listfunctions all day and now im fed up.
Thanks in advance.
Hi,
I have a cfm page which calls a background image the in the <body> tag.
Within the template is a query which outputs data depending on a variable set on the page.
I have NEXT and PREVIOUS links on this page to either increase/decrease this variable, and the href of the links is the same...
A simple one i hope,
<cfif isdefined("variable")>
I want a popup window to be generated here (passing the variable into new window)
<cfelse>
Nothing
</cfif>
Is this possible using javascript seeing as the user wont be physically clicking a link or submitting a form?
thanks
Hi,
My site consists of 3 frames; a top frame, a lhs frame and a main frame.
The problem i am encountering is that if I click the broswers' refresh button, the whole frameset is reloaded and the user is returned to the index page (as defined in the frameset), regardless of the page they were...
Hi all,
I have the following code to generate a popup window containing the file terms.htm:
function topWindow4(){
popup = window.open("terms.htm","","height=500,width=600,resizable=no,scrollbars,screenX=50,screenY=100,top=30,left=50");
}
The problem is that in...
Hi all,
I have the following code to generate a popup window containing the file terms.htm:
function topWindow4(){
popup = window.open("terms.htm","","height=500,width=600,resizable=no,scrollbars,screenX=50,screenY=100,top=30,left=50");
}
The problem is that in...
Hi all,
Can anybody see anything wrong with the following code ?
I use it to create a single frame covering the whole page:
<html>
<head>
<title>Netscape Frame</title>
</head>
<frameset border="0" frameborder="0" framespacing="0">
<frame...
Hi all,
This should be a simple one for any Netscape experts out there.
I want to know if I have to do anything particular to the syntax when trying to include a Background image in a table.
Its the same old story: All works well in IE but when i come to view my table in N4.78 the background...
Hi all,
Hopefully someone can help me with a seemingly simple problem.
I have created a popup window using the following script:
function topWindow5(){
popup = window.open("about.htm","","height=450,width=600,scrollbars=yes screenX=50,screenY=100,top=30,left=50")...
Hi all,
Hopefully someone can help me with a seemingly simple problem.
I have created a popup window using the following script:
function topWindow5(){
popup = window.open("about.htm","","height=450,width=600,scrollbars=yes screenX=50,screenY=100,top=30,left=50")...
Hi all,
Im trying to pass the #SESSION.URLTOKEN# variable into a template, left.cfm, through a frameset.
The reason i am doing this is to test the case where a user may have cookies disabled.
The frames are set on my index.cfm page which contains the following:
<FRAME name="left"...
Hi,
Ive read many threads in tek-tips concerning session variables and CFTOKEN/CFID's etc.
From what i understand, if you wish to use session variables in an application, you must consider the case where the user may have cookies disabled on their browser.
This is because the session is 'tied'...
Im in the process of creating a Database driven online newspaper with an archive system so that a user can go back and view past issues.
I reached a stage where i was happy with the results:
1)User enters home page
2)I use an IF statement to see if a session variable named 'issue' isdefined...
Hi,
Is it possible to pass a variable from a CF template (via a hidden form field) into a JavaScript popup window ?
The name of the page with the form (and so the variable) in is story.cfm
The name of the page i wish to load into the popup is mail_set.cfm
I wish to refer to this variable in...
Hi all,
1)Firstly I'm submitting information through a form field (form.title) and a TEXTAREA box (form.content)
2)Then i am entering the information into a DB using the SQL INSERT INTO/VALUES combination.
3)Finally i am outputting the DB info into a section of a web page.
My problem is...
hi,
im trying to use a CFLOOP tag around a JS popup window function but it seems to be failing . Does anybody have any experience with this - is it possible?
My code is as follows:
<cfoutput>
<cfloop query="getnews" startrow="1" endrow="3">
<script...
Hi all,
I am working on retrieving news content from the 'Guardian-Unlimited' site.
If the URL doesnt work through technical problems,i want to be able to abort the retrieval and display previous news already stored in a DB instead.
Can CFHTTP 'test' the given URL prior to executing the...
Hi all,
I want to be able to tell a visitor to a certain page that s/he has logged in x number of times.
People log in with a username/password combination passed through form fields , which is verified against information stored in a DB, before each user session is initialized:
<CFQUERY...
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.