Forum: PHP Dec 23rd, 2008 |
| Replies: 6 Views: 798 First please look at this page
http://www.airedale911.org/e.php
Notice how the words ONLINE ADOPTION APPLICATION FORM
will not ge close to the top of the page. Any ideas why please?
Thank you... |
Forum: PHP Dec 22nd, 2008 |
| Replies: 3 Views: 691 Hi,
I'm not sure I understand. Would this be in the form script? Are you referring to changing something in the form?
Thanks |
Forum: PHP Dec 22nd, 2008 |
| Replies: 3 Views: 691 Happy Holidays!
Is it possible for a PHP FORM to send data from say...
dog@senddata.com (form user)
to
cat@getdata.com (data recipient)
BUT...
when cat@getdata.com gets the email with the... |
Forum: JavaScript / DHTML / AJAX Dec 18th, 2008 |
| Replies: 12 Views: 1,152 /(/([\d]{2,10}[\w][/s])|([\w][\d]{2,10}[/s])|([\w][\d]{2,10}[\w][/s])|[\d]{2,10}[\w]|([\w][\d]{2,10})|([\w][\d]{2,10}[\w])/
or would I have to specify without white spaces too? This epxression... |
Forum: JavaScript / DHTML / AJAX Dec 18th, 2008 |
| Replies: 12 Views: 1,152 I think I've mostly figured out the code
I've added white spaces to the ends of each option
/([\d]{2,10}[\w][/s])|([\w][\d]{2,10}[/s])|([\w][\d]{2,10}[\w][/s])/;
will the expression pass if there... |
Forum: JavaScript / DHTML / AJAX Dec 18th, 2008 |
| Replies: 12 Views: 1,152 Would it be asking too much to put in english waht this expression says...
/[\w\s][\d]{2,6}/;
Thanks. Oh, is there documentation that would further explain the options for the above type of... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 4 Views: 452 Not without some special software. Aspx doesn't work with any of the browsers I know of. |
Forum: JavaScript / DHTML / AJAX Dec 18th, 2008 |
| Replies: 12 Views: 1,152 Hi,
I tried out your code. What input did you use to test it. I tried
Tami 33
and it said I still needed two numeric values.
I'm looking to verify basically as much as possible at least one name... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 4 Views: 452 Happy Hoildays!
Does anyone know of an Integreated Development Environment for creating ASPX files AND being able to see the results in a WYSIWYG window?
I've tried Visual Basic, Visual Studio etc... |
Forum: JavaScript / DHTML / AJAX Dec 17th, 2008 |
| Replies: 12 Views: 1,152 Thank you. So this will not error out as long as one types alpha caracters and at least two number?
I'll have to give it a shot. Is this easily integrated into the big code that I showed you or... |
Forum: JavaScript / DHTML / AJAX Dec 17th, 2008 |
| Replies: 12 Views: 1,152 Not exactlywhat I mean...I think.
Heres the full code. You will easily see what I am trying to do.
In a nutshell, we have to ask form filler outer the names and ages of all in their household.... |
Forum: JavaScript / DHTML / AJAX Dec 16th, 2008 |
| Replies: 12 Views: 1,152 I have a field set as number (num) for validation. The code below will only allow numbers to be accepted in the field.
I would like to modify it such that is MUST have at least two numbers and as... |
Forum: PHP Dec 15th, 2008 |
| Replies: 5 Views: 1,438 Oh, also...where is the connection script placed? Is that PHP or Javascript or HTML? Can I place it anywhere in the code?
Thx |
Forum: PHP Dec 15th, 2008 |
| Replies: 5 Views: 1,438 Thank! Great response. How would you define the 'root' or do I leave the word 'root' as is. Where do I define the url to the server? |
Forum: PHP Dec 15th, 2008 |
| Replies: 5 Views: 1,438 Happy Holidays!
I have a one field form. Upon submission with the submit button, I wish to drive this field value into my SQL database table called MEMBERS and field called NAMES, thus adding a... |
Forum: PHP Dec 13th, 2008 |
| Replies: 5 Views: 598 In your first solution, could I not simply type in
http://www.mysite/yourpage.com and get to the page? |
Forum: MySQL Dec 13th, 2008 |
| Replies: 2 Views: 778 I'm using the Brinkster control panel Database Manager to investigate a database on a site I just took over. I don't know anything about the database. I tried a SHOW TABLES and got an error. I also... |
Forum: PHP Dec 13th, 2008 |
| Replies: 5 Views: 598 Hi,
This is a tough one!
Is there a way to prevent someone from typing in a url to get to a page YET that page IS accessible from a LINK on some other webpage.
Thx |
Forum: PHP Dec 11th, 2008 |
| Replies: 7 Views: 628 Let me see if I understand.
You are saying JS is better because you won't have to store data to be retrieved since the validation is done at the time the form is filled out on client side. So you... |
Forum: PHP Dec 10th, 2008 |
| Replies: 6 Views: 798 Thanks! Wonder why it's called header. What's it got to do with a header. It's a statement that will open a url inside php. Someone said it could not be done. |
Forum: PHP Dec 9th, 2008 |
| Replies: 6 Views: 798 Hmmm. Actually this is a form. Once submitted I would like to close the form window and open a thank you url.
Here's the area of the code I refer to. Thanks!
if(!$mail->Send())
{
echo... |
Forum: PHP Dec 9th, 2008 |
| Replies: 6 Views: 798 Good morning. I would like to replace line 178 with a statement which would simply open a new url and close out the page that calls the new url. Can this be done with one line of code? Thanks sin... |
Forum: JavaScript / DHTML / AJAX Dec 7th, 2008 |
| Replies: 1 Views: 1,433 Is there a way to see why this particular javascript validator is not affecting the submission of this form. It submits with all fields empty.
Here's the simple code
<?php
... |
Forum: PHP Dec 7th, 2008 |
| Replies: 7 Views: 628 Hi Gurus,
I have a form that works well. But there is no validation. Can validation be added on after the fact? I'm sure it's not ideal but can it be done. General suggestion appreciated on how.
... |
Forum: PHP Dec 7th, 2008 |
| Replies: 3 Views: 506 tried that it none of the data was in the email.
Here's what I ended up with that worked
$msgbody = "Referred by = " . $referredby
."<br>"
."Your Full Name = " . $fromname
."<br>"... |
Forum: PHP Dec 7th, 2008 |
| Replies: 3 Views: 506 Hi everyone: I have a form that will submit but won't show any data. No errors though. Does the syntax suggest anything right off the bat? It was working well until I broke up the $msgbody vertically... |
Forum: ASP.NET Dec 6th, 2008 |
| Replies: 6 Views: 777 One last question since I added to your reputation, please.
You know how I added the Iframe to point to the php like you suggested. The php is a simple php form.
There is a SQL database also. It it... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 6 Views: 777 Thanks Serkansendur
That works like a charm.
One way around aspx! |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 6 Views: 777 That's a great idea if it works.
Is it a complicated process or just a statement? |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 6 Views: 777 I have a template for web pages which is asp.net
Inside the content object or whatever it's called, it wish to place a simpe PHP form. I tried it and the PHP code doesn't seem to be recognized as... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 923 I think there is some critical form element crap in the compiled dll file called App_Web_i5ksdbwd and inherited into the form. Since it's a dll file, is there no software that will open it so I can... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 923 here's the original td with the copied td
can anyone see an error why this would not work to create a form element from an existing one?
<tr>
<td class="Listings" valign="top"... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 923 Thanks. Now that you understand the issue, is it possible for me to take a working asp form and add fields or am I screwed because I will still need to get at the compiled code-behind pages.
You... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 923 Hi,
I just checked the masterpage and found some <form> </form> tags but no real input this or input that stuff. What is the value of separating the <form> tags from the input stuff on aspx file? ... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 923 |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 5 Views: 549 Hard to day. I didn't write the program yet I have to troubleshoot a non working form. That's the trouble with code behind I think. There are three files it inherits from, a masterpage, itself, and... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 5 Views: 549 Hi 4advanced,
I have compiled the .aspx source code and underneath that the generated HTML code in one txt file. Anyway I could get that to you?
I don't know how to file tx on this site. I don't... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 5 Views: 549 I have an aspx form. It works. It submits.
Now, without going into ANY OTHER FILE, I would like to add a field or two.
Is this possible?
I've tried it but those fields never send their data
I've... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 13 Views: 923 Not sure I understand what you said. Here is the exact code for the aspx form. The html generated will send an email even though there is no real form statement in the code. Plus the copied fields... |
Forum: ASP.NET Dec 4th, 2008 |
| Replies: 13 Views: 923 Not sure. So do you have any idea why the field won't send data?
Thx |