I have a text area on my page and I have it set so that when the mouse rolls over a link on the page, it displays the related text in the text area. It works fine except...
If the text to be displayed is exceptionally long (a couple of paragraphs) it does not work. When the text is simple...
I installed IIS on my pc to work in conjuction with ColdFusion Server Developer Edition so I can preview web pages on my local machine before uploading to the live web server (hosting company).
Currently, the folder containing my web application is in inetpub/wwwroot/mysite
This works fine...
I installed IIS on my pc to work in conjuction with ColdFusion Server Developer Edition so I can preview web pages on my local machine before uploading to the live web server (hosting company).
Currently, the folder containing my web application is in inetpub/wwwroot/mysite
This works fine...
I have the following reference to an image file:
image src="/images/myimage.gif">
The file actually resides in:
inetpub/wwwroot/mywebsite/images/myimage.gif
When I load my page, the image does not load.
If I change the image src to "/mywebsite/images/myimage.gif" and it works but I want to...
Using the following to tilt text vertically and it works great.
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
is there a way to adjust this so the text displays at a lesser angle, say 45 or 30 degrees -- making it appear tilted
Thanks very much in advance.
Ya know, I tried:
<iframe style="background-color:#000000;">
The frame still appears white when loading. It's especially noticable because I have a few images on this screen.
Any other ideas?
I have two questions about IFrame. Greatly appreciate an answer to 1 or both.
1. I am calling a page within a page via the use of IFrame. The IFrame is embedded within TD tags of the calling page and I would like the IFrame to be the exact size in width and heigth of its source page. I set the...
I appreciate the suggestion but might there be a more accurate possibility.
I have seen some pages that, when you hit the back button, it will only refresh that page.
Thanks again.
I have a form on a cfm template that, after submitted, I do NOT want to allow the user to view as cache page.
In other words, once you submit the form -- if you hit the back button on the browser -- the user must fill the page out again.
I tried the following but it does not seem to work...
I have a zip file on our webserver. I am trying the following code to allow the user to save the file to the local machine.
<cfheader name="Content-Disposition" value="attachment">
<cfcontent type="application/x-zip-compressed"
file="myzipfile" deletefile="no">
Problem is that it appears as...
I have a userdefined sql function called propercase.
when I execute a query from enterprise manager,
select propercase(firstname) from names
it works.
When I try and use it in cfquery tag, it does not recognize the function.
What can I do?
I am using cfcookie in an app as follows. Also note that I am not using cflocation anywhere else on the page.
<cfcookie name="LoginID" value="#LoginUser.ID#" expires="NEVER" domain="DPP">
After setting I have the following line to output the cookie:
<cfif isdefined("cookie.loginid")>
cfdump...
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.