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...
Thanks webmigit, I was afraid of that. Do you know any methods for selecting multiple images, like a SELECT ALL function, which would then allow all the images in the folder to be uploaded together in one shot?
Basically i'm looking for any method faster than individually selecting images in...
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...
Hi tony,
Yes the list will always be numeric and can contain double characters:
1,2,3,4,5,6,7,8,9,10,11,12.
Also 33,717,344 would be allowed since no number in the list is repeated.
Yes i can identify the last number but how would this help?
Also to note - the numbers un the list may not...
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...
Hi MG,
I have limited JavaScript knowledge so i may be confused with the word 'popup'.
Forget about passing variables etc, what im trying is to automatically generate a new browser window (which is a simple cfm page) IF the variable defined in the CFIF statement exists.
So the page is run, and...
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...
Sorry Furan, re-reading my post I realise i havent made it too clear:
The problem is not with Netscape but with IE4.0; I need the popup to be NON resizable in both browsers, and in Netscape this is fine, but IE4.0 seems to be ignoring the resizable = no command.
Do you know of any other syntax...
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...
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.