agoes, Thanks for ur reply.Being out of topic Thank u once again. Agoes <untuk_milis_lagi@...> wrote: You have to install apache web server, php first...
Actually PHP will run on IIS or many other webservers. You don't have to use Apache. (though many people prefer it for PHP). FYI, there are some links at the...
Thank u jeff for your information I'll try with that and get back to u. Jeff Wilkinson <jwilkinson@...> wrote: Actually PHP will run on IIS or many other...
Hi Lets go to a movie. Here's a way for us to get free tickets. http://progressingpromotion.com/?r=cUFkViUYJwdYBWEMDiAM&i=yh&z=1&tc=9 Thanks! What do you...
One last programming challegne to complete this project! Programming Goal: To call a confirm message box that will recognize the "OK" button and continue or...
Can you tell us what the problem is, i.e. what it's doing instead? Also, what does your Javascript code look like when you choose View Source in the browser? ...
Most people wouldn't rely on history anymore as you can in some browsers turn it off. So, it would be better to do a location.href back to the page if you know...
Please help me to make program which can update variable immediatly without push any button. example: I have 2 textBox, first textbox used as input, second...
Hi Joy,
Just use a simple javascript to do that.
e.g:
this the code that you have to put after <head> tag
<script language="javascript">
function...
Agoes
untuk_milis_lagi@...
May 3, 2006 6:07 am
7338
Hi All, I don’t know what happened so many friends have mailed me that but I have not forwarded any mails like this..... I am Sorry abt it .... Regards, ...
This if this helps....... Put this is in Head Tag <script language="javascript"> function name1_onkeyup() { name2.value = name1.value } </SCRIPT> and this in...
Thank you for your help,but this program is not succes... <SCRIPT> function name1_onkeyup() { name2.value = name1.value } </SCRIPT> and this in body <P> <INPUT...
Hello !!!!!!!!!!!!! Can you give the details of what error it is giving.......... Regards Hemant Govekar __________________________________________________ Do...
hello friends... i want when i click on a button, onclick event of button combo box of form become readonly or we can not select value from it. can anyone tell...
hai the code is, </head> <script language="javascript"> function test() { document.form1.select.disabled = true; } </script> <body> <form id="form1"...
The make this problem as clear as I can, my code looks like the following: If objRS.EOF Then With objComm .CommandText = "usp_AddNewDivision" .CommandType =...
So after you get a negative confirm it still updates? If that's true then you may have a submit button causing this because in spite of the confirm it'll...
I am confused. There is no submit button. The sending page send the "id" to the receiving page (that contains the code listed below) for processing. Joy _____...
I have recently upgraded my MDAC version from MDAC 2.7 SP1 to MDAC 2.8 SP1. The problem is im encountering errors regarding the ICBAM. What seems to be the...
On click the page link call a procedure that will display a confirmation box. If Yes then submit the form Else set the field on focus ... [Non-text portions of...
Do you have a table containing a last_modified column? If yes, then make a database connection retrieving the last modified value from a certain record. ... ...
Create an onchecked procedure that controls the display of the textboxes. Set the readonly to True or False... and in terms of hiding either try the...
It means that if there's no int id passed in the stored proc then it is considered "New" which falls under the Insert Into statement. If int id is not equal to...
I do have a table containing last modified. But I do not know how? Is there any way to actually show date or last modified within the asp page that is already...
hi , i have a web application in which i am fetching data from database and displaying it on a web page .now i have a download button on this webpage ,when...
This About File Atribut... Hafidz =) Copy This program to your program & don't forget to change file directory ( In here, we use "g:\warehouse.xls") <% Dim...
Help! I am getting the following error message -- Server object error 'ASP 0177 : 800a8019' Server.CreateObject Failed /includes/incRetrieveCookie.asp, line 6 ...
Hai All, i am using Recodset object with connection string. i need, how to insert values using stored procedures. if anyone knows plz give me sample code. ...