If all you want is the form to be emailed to you then you don't need the processform.php. I don't remember exactly but in the action property I think you just...
Jen, Try this link out. And try posting this in a PHP list, this one is for Javascript only. http://us2.php.net/manual/en/function.mail.php Thanks -Nick ... ...
1. The topic doesn't describe the task. You're not creating a form, you're generating an email based on form data. You can't produce a solution if you're not...
I considered avoiding the PHP option by using the "mailto:name@..." option. However, does this allow me to add a redirect link that customers will be...
I am displaying and printing a PDF file that is generated by my Application server. The print dialogs comes up correctly for the small PDF for the larger PDFs...
Have you tried not to JavaScript the pdf file?. The browser status is complete when all the html code (including JavaScript) is retrieved but not if the code...
Hello All, I am developing a HTML page to extarct and insert DB2 records. I am using Javascript to drive the process. I have SQL script templates built...
In Brasilian portugues at least Ingles is correct. ... -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) jcharlesberry@... www.mindarc.com ... This...
Thanks. I tried the following. The print dialog is never invoked if do not have the print call in onLOad. I do not know why? <html> <Head> <script> </script> ...
<html> <body onload=printNow()> <script> function printNow(){ var x = document.getElementById("PDF"); x.click(); x.setActive(); x.focus(); x.print(); ...
Hi, Is it posible for me to execute an application on client side? If so please let me knwo the function to be invoked. For example: on click of the button I...
hi i am creating a utility which seems alike scroll bar ,can anybody told me what is the event by which i can drag scroll tab up and down?and it should be...
Why do you want to do that??? In Windows, client computer must have risky ActiveX options enabled. I am not quite sure that "windows scripting host" is the...
I have this regexp working ok but I need to validate it to *not* have more than 5 numbers. var validScreenName = /^[^0-9][A-Za-z0-9_.]{5,26}$/; What must be...
Hi all, I was wondering if anyone could answer a few questions about using javascript with firefox. I'm a beginner at all of this. Overall, most things seem...
Hi all I need to do something like this: I have a text field where the user will type some text, as it might be in Brazilian language he can type some...
Why do I get this error when I try to scroll an external iframe but not with an internal one? <html> <body> <iframe id="ifrmA" width="320" height="320"...
This approach would not work for key combination characters such as é or õ <input id="myTxt" onkeyup="replacechars()" /> <script> function replacechars(){ ...
This may be close to what you are asking for. <input type="text" name="TheField" onkeyup="JavaScript:ReplaceText();"> <script language="JavaScript"> function...
Fernando, It can get very tricky when different page encoding. You will need to use Unicode and regular expressions. Assuming that you have Latin-1 page...
... So you're saying that you want: 1. Length of string is 5-27 characters. 2. String may include letters, digits, and the the underscore and period...
Plugins and Java applets, maybe. But you're not touching any of my native executables. ... -- This message has not been scanned for viruses. Since I do not use...