I have a Flash 5 Movie that I createda a zoom button it is working but the image is being pushed down every time I zoom in. I would like it to stay always in the center
I am using a tool to create dynamic graphics (gif). They display in the browser correctly but now I would like to save them to the local machine. Is there any tag that will allow me to take a graphic from a web page and save it locally?
Thanks
I am retrieving a text field from SQL db and I can not apply any text formatting to it no matter where I put the font tags (before the <cfoutput> or after.
any suggestions?
I have a field that has the city and the state in it.I wan to break it abart. There is a delimiter between the two ",".
I read on the crystal decisions web site that I can use
GetBefore ({PM Property Info.PROPERTY_CITY_ST},"," ) but the function is not there any one know if...
I have a cfinclude for my drop-down menus. I have a java applet playing under my menus and when the menues drop down they go behind the applet is there a way to bring them to the front or send the applet to the back?
I know this is basic but I can not find the answer anywhere. I want to play my flash movie in the browser if the user has the player. If the user does not have the player I want to display a jpeg. I do not want the user to have to download anything. Macromedia used to have an aplication called...
I have a form that has only one line but it is a <cfoutput> tag so it really generates as many rows as the criteria sets. The problem is that when I update the form it updates only one line not every record.
This is the section in the form:
<cfoutput group="de_occupant_name"...
I am creating variables:
<cfset index=1>
<cfoutput query="vacancy">
<cfset "var#index#" = #de_unit_number#& ",red&">
<cfset index=index+1>
</cfoutput>
I need to then aggregate them in a cfinclude so it will look like this:
<cfinclude url="file?var1...
My graphic desiger asked me to display a page where a picture and description is on the first row and the description and picture are on the next row. Like this it should alternate until the end of the query. I understand how to alternate colors in a table but how do I alternante the display of...
I am trying to point to a web logs directory provided by one of our ISP's but when I try to look at the fields it can not see anything and the files are not emty.
I'm creating a tool where the user can copy and paste text from a word document. Unfortunetaly the formating is lost and the user does not know how to put the html tags around the text he or she will need bolded or underlined. Is there a quick way to allow them to select text and bold or...
I am using
function newWindow2(images){
imagesWindow=window.open(images, 'imageWin', 'width=480,height=250')
imagesWindow.focus()
}
and i am passing variables in the URL.
what script do I need in the window that opens to close it with a button or automatically after it runs a procedure?
I have 2 drop down menus. The first one is hard coded and based on what you choose there the page refreshes and then populates a second dropdown dynamically. But when the page refreshes the second time to pull the relevant content from the db the second dropdown resets without staying on the...
I installed Microsoft small busiess server 2000 (exchange server). All clients managed to launch outlook with no problems. We had a technitian from bell south who installed our DSL and he changed the configuration on clients machine gateway and DNS. This was not what I wanted so I put the proper...
I have a formula that takes out a field from a database under a condition
if {PM Unit Info.VACANT_INDICATOR}<>"V" then
numberVar occupied_sqf :={PM Unit Info.SQUARE_FEET}
else 0
Then I use it in another formula
if {@convert sqf to number}>0 then
Sum ({@ocx qf}, {PM Property...
I have 2 sections to the application an admin and a live section. I am allowing a user to upload a file in the admin tool that has to be placed in the live section. I tried to use the relative path but it is ignoring the destination tag?
<CFSET thisPath= ExpandPath("*.*")>
<CFSET...
I have multiple drop downs so the user can select a month day and year to post a press release. I have to do this now in french. I created a dropdown with all the months in french and I am using the day and year from the original code. The problem is that when the user want to edit the field I...
I am built a site that is in English and now I have to make it available in French. I am having problems with the date format. The first letter is capitalized and it should not and some of the months are spelled in English not french. Is there a system varable for it or will I have to hardcode a...
I am new to Citrix and I have a dos based application sitting on an NT server. I am using citrix to distribute the application to our remote offices. The application needs to be mapped to drive F. I have drive F mapped on my citrix server but it does not work when the user logs on.
Ilan
I am using this code
<CFSET thisPath= ExpandPath("*.*")>
<CFSET imgDirectory= GetDirectoryFromPath(thisPath)>
<CFIF IsDefined("FORM.p_picture")>
<CFTRY>
<!--- Upoad File --->
<CFFILE ACTION="UPLOAD"...
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.