Hello Everyone,
I would like to know the opinion about this question:
Me,just like many of you, spend many hours coding our scripts using our favorite program,a lot of time reading about how stuff works,and that is a very hard, task as you know.As a programmer I like that a lot.But with the...
Hello everyone,
Simple problem:
I have a variable that is adding charges,but the result has to contain always 2 decimals.
Let'say:
charges+=0.254444444;
I use the following to get 2 decimals:
charges=Math.round(charges*100)/100;
The problem is when the sum gives a result such as 1 or 1.5...
Hello everyone,
First I have to thank to gerrygerry for the help in a post about updating a database.Thanks!
I have built an Intranet aplication using PHP and MySQL.
The user log into the system and a popup window displays the time he/she is using the system and charges according to that...
Hello there,
I'm trying my first steps in PHP,so this could be a simple question for the experts.
I have a simple HTML form which displays a Javascript clock,and other data in several fields.I have a little MySQL table where I need to insert the form data,but every 5 or 10 minutes.This HTML...
Hi All,
I'm not very experienced about Flash forms. :-(
I need to build a form similar to an HTML form.
1-How do I build a dropdown menu similar to the 'select' tag
2-Once the form is done:how do I retrieve the forms fiels values,let's say in a PHP page?
I do know how to get the values from a...
Hello All,
This is a very simple question.I have seen this effect in many web sites:
How can I open a pop up window and then minimize it?
Very simple but I don't know how to get the effect.
Any help very much aprecciated.
I tried once the pop up window opens using
newwindow.resizeTo(1,1),but it...
Hello All,
I would appreciate if anyone can help me.
I bought an Intel 850 MD motherboard.I read the Intel specifications about the compatible AGP cards and they report that the motherboard only accepts AGP 2.0 compliant cards,those that work 1.5 volts.
I am just about to buy an ATI Radeon Dual...
Hello everyone,
I have this problem:
I installed Apache on Windows 98 for personal development.
Then I installed CF 5.I followed all the instructions detailed for Apache.I copied ApacheModuleColdFusion.dll to Modules folder in Apache.Later I edited httpd.conf and added the coldfusion module in...
Hello everyone,
I have this problem:
I installed Apache on Windows 98 for personal development.
Then I installed CF 5.I followed all the instructions detailed for Apache.I copied ApacheModuleColdFusion.dll to Modules folder in Apache.Later I edited httpd.conf and added the coldfusion module in...
Hello Everyone:
Simple question here:
How do I pass CF variables from one page to another.I am not referring to a value entered in form.
For instance:
<CF SET VARIABLE1="FIRST NAME">
This is the variable in the first page.
How do I pass the value of the variable to a second page to...
Hello Everyone;
I use a script to write HTML in a new window,but I have a problem about the correct syntax.
For instance:
<script language="javascript">
function showwindow()
{
properties="toolbar=no,scroolbars=no,width=200;height=100,
top=100,left=100"...
Hey everyone,
I installed CF server in a Windows system with PWS already running.The install procedure detected PWS.
I tried to install CF server in a Windows systen running Apache.The install process dind't detect Apache.
Is something wrong?
How can I get that CF server work with Apache?
I must...
Hello Everybody,
This is my question:
I have a result page in CF that retrieve information from a database,displaying the results in a HTML table.(the HTML table has a border).
The problem is that sometimes there may be a table field empty,and the table cell that shows the content looks with no...
Hi everyone,
I must thank you for all the aswers I found in this forum and the kindness of the experts.
Now my questions:
1-I would like to open a new window with no title bar.I have seen this before but I don't know how to define the parameter that remove the title bar.
How do I do this?
2- I...
Hello Everyone:
This is a simple question.
I would like to print a html page using a javascript link.
I define a typical function including the following code:
<script language="javascript">
function printmypage()
{
window.print()
}
</script>
This works just fine but, the browser open...
Hello Everyone,
I hope that you can solve this question:
I have to show a presentation made if Flash and then published as an Windows Projector.I recorded the projector and an autorun file(.inf) to a CD.
The presentation links to an HTML document that shows some information.As you can see this...
Hello Everyone,
This is the first time I enter to this Javascript Forum.I'm not an expert Javascripter,so these question seem basic to you,the experts:
1-I have a main page.I don't want to open another window,just I would like that the main page appears in the way I like,I mean with no...
Hello Everyone,
I don't know if this is the proper forum to ask this question but I hope that it will be:
I have developed an intranet aplication in CF.
The employees need to print results from a database.
It was built the results page that lists several orders entered by the employees according...
Hello everyone,
This is a simple question:
I have a table with a field containing tax values in each row.
I have to sum all of this field values to get a total value.
That's fine.The problem is when one particular field is empty.Of course I doing an aritmethic operation with an empty field and I...
Hello everyone,
I would like to know how to get that when I create a Flash projector,the projector window opens maximized and centered.
I am making this question because everytime I create a projector and I run it,the window is not centered and not maximized.That's all.
Any help welcome...
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.