HTML - I'm Receiving A Form With Wired Text Format Is That Normal?
hello, i have a form located at: towone.com/quote.html
and it's work the customer fills in there info and once they submit the form i Receive and email with the information.. however once in a while i get a form that has wired text.. it looks like someone is writing it from another country or something... its stange any advice or any suggestions. here is the example of the form i get as you can see its not understable like the phone number etx. and i use natemail, as a matter of fact no one can submit the form unless the information is entered correctly.. please help i dont want to miss out on potentional customer ... NAME: hsecayxll EMAIL: zizbzj@drtanx.com Area: oki Prefix: xeF Extension: yPdG Year: vdnOBLgUkuHaVOCtAU Make: Lexus Model: xgsIhptRiKLkdmsjxXC Type Vehicle: Select Runs Drives: SELECT City PO: London State PO: KY ZIP PO: kZwswuriqwPyyUifeMf City DE: London State DE: MA ZIP DE: jtbvDdgUbylnLkBmtI Ship Within: Select Similar TutorialsI'm a beginner studying HTML. One item that I cannot find out how to do is to put a design behind the images/text in a regular text field. For instance, if I was on a social networking site and typed about myself in a specific box on my profile. Is it possible to embed or modify my text to have a custom design in its backdrop with something such as a specific code that I may add in? I've scoured the web for tutorials for this, but either there aren't many out there or I'm not entering the right keywords. I have (what I consider to be) a fairly secure knowledge of XHTML and CSS, but forms continue to baffle me. I've created a basic form: <form name="contact us"> <p>Name: <input type="text" name="name" /></p> <p>Email: <input type="text" name="email" /></p> <p>Subject: <input type="text" name="subject" /></p> <p>Content: <textarea name="comments" cols="40" rows="6"></textarea></p> <p><input type="submit" value="Submit" /></p> </form> How do I now receive the information the person has entered? I'd rather it didn't open their email client: I just want them to click the submit button and get a 'thank you, received your info' page. I don't mind how I receive the information, just as long as it gets to me! Thank you for your time. Amandine. On vettenut.com one word "Vote" is blue and I cannot see how to correct this. Code: <p align="center" class="auto-style2"><span class="auto-style3">↑</span><span class="style28"> Vote for my Site </span><span class="auto-style3">↑</span></p> Hi all, I'm trying to set up a website for a campus journal that features longish essays as its primary content. I'm struggling to find a way to format large checks of text without too much work. I essentially want to be able to copy and paste 6-10 page essays from word and have them keep the formatting. Is this possible? Do you have any other suggestions for working with text? I consider myself more of an artist and less of a coder so your help is much appreciated. Thanks, Nick All, I am trying to create a tool bar like we have in gmail compose or similar mails in HTML. Can we achive this on a TEXTAREA on html? what are the work arounds. Can you give me some suggestions. thanks Purushoth Hai All, I have an application which takes some input from user in an text area..The data given in text area is to be stored in MySql database..When I retreive the data and display it is not showing newlines or bold ..It is simply showing as simple lines eg:The input is This is for testing. This is all about text area box. When I display it is showing as This is for testing. This is all about text area box Can anyone please help me out. In databae I am storing the data in datatype text. Thanks in advance I have a donations form http://www.roycastle.org/tributes/tribute_input.htm, which anyone can fill in. Would like the date format to change autmatically when the country field is applied. For example country = United States date format =08/15/2007 How can I remove the font size Hello I trying to make somewhat of a database with HTML. I made a flash program that can send information using the URL for example. This forum site URL. http://www.htmlforums.com/newthread.php ?do=newthread&f=4 everything after the "?" is what I am talking about. I don't know how to create a HTML file to take that info and store it to a file of any type. Could any one tell me how to do this or just tell me where to go to learn about it? I've been trying to put together my musician's directory page, but I'm getting an error message in the status bar of my browser upon loading the page, and attempting to use the drop-down box I created to select a state-specific page. The drop-down box isn't working as it's supposed to immediately redirect the bisitor to the selected page, and this is what it the error says: Line: 16 Char: 1 Error: Object expected Code: 0 URL: http://www.geocities.com/josh*******...nections.html? 200618 What could be wrong? Hey guys, I recently setup a basic "intranet" for my family, since we have a number of computers, and it would be easy to leave messages for each other, attach files, etc. It may not be an intranet per se, but it acts as one. I have setup "Appserv" on a computer that is always on, which is a package that installs everything you need to turn a normal PC into a server, and I have installed "Wordpress" into a folder in "root/wordpress/". What I want to do is create a file, index.* in the root directory and force each computer's browser to head to that file. Now what I want is for it to open as a normal webpage (since we all use Google as our homepage, that would be preferrable) with a small thin bar at the top/bottom, which says "Go to Intranet Home" or "Close This Window". Now I have tried a variety of ways to do this, including frames, but the problem is that the URL will not change. If i point the file to 192.168.1.6/index.php, it will show that as the address even if you type something into google and go to links etc (as it is the frame's URL, not the browser's). What I need is for the browser to open into a page that acts normal, except has a hovering bar that can send the family members to the wordpress home page. I was thinking that maybe CSS could do it but I'm not even sure if this is possible at all. If the URL dosen't change, its not possible for anybody to bookmark sites as it will always bookmark the same address. Please leave feedback even if the idea is not possible, any help is greatly appreciated. Thanks again, Curtis Why is it that my button on IE looks like crap, with blurry corners and sadly rounded edges... http://unreal-deals.com/temp/ie-submitbutton.html But this guy's button in IE looks just perfect, with no blurry corners and sharp square edges? http://www.splittestaccelerator.com/1/?cnotes*18059868 Hi Can any one help. I have this form the user is ask to input a message and a number. I want to be able to add a line of text to the message, which the user can not delete. But is sent joined to the message. ie User input Message = "Hi Just would like to share this site with you" with added text: Message "Hi Just would like to share this site with you" + "mydomain.com" Can anyone help? =========================================== Here is my form so far <script language="javascript" type="text/javascript"> function limitText(limitField, limitCount, limitNum) { if (limitField.value.length > limitNum) { limitField.value = limitField.value.substring(0, limitNum); } else { limitCount.value = limitNum - limitField.value.length; } } </script> <html> <body> <form action="stext.php" method="POST" name="number" id="number" style="width: 384; height: 372; "> <input name="number" type="text" id="number" style="position: absolute; left: 123; top: 287; color: #FFFFFF; width: 154px; border: 1px solid #ACC61B; background-color: #000000" size="20" tabindex="2"><p style="margin-top: 0; margin-bottom: 0"> <textarea name="message" cols="17" rows="1" id="message" onKeyDown="limitText(message,countdown,140);" onKeyUp="limitText(message,countdown,140);" style="position: absolute; left: 120; top: 105; width: 162px; height: 154px; color: #FFFFFF; font-family: Agency FB; font-size: 14pt; border: 1px solid #ACC61B; background-color: #000000" tabindex="1"></textarea> <br> </td> <input name="Submit" type="submit" id="Submit" value="!" style="position: absolute; left: 121; top: 329; color: #D95503; width: 157px; height: 23px; border: 1px solid #D95503; background-color: #D95503" tabindex="3"></p></form> <p style="margin-top: 0; margin-bottom: 0"><font size="4" face="Agency FB">Maximum characters: 140. You have <input readonly type="text" name="countdown" size="3" value="140"> characters left.</font> </font></p> <p style="margin-top: 0; margin-bottom: 0">nmgnm,</p> </body> i am no html expert, but i have been coding my hyperlinks this way: <a href=http://www.example.com>Example</a> without parenthesis, someone pointed this out to me and said that is not the right way to code a hyperlink, they said you need to add parenthesis like this: <a href="http://www.example.com">Example</a> since the links have always worked just fine when i inserted a link on a page without parenthesis i figured everything is fine. if anyone can help me out and break things down and tell me what is the correct way i would appreciate it. and if coding it without parenthesis is the wrong way, then why does it still work when it is coded as such? thx in advance i am no html expert, but i have been coding my hyperlinks this way: <a href=http://www.example.com>Example</a> without parenthesis, someone pointed this out to me and said that is not the right way to code a hyperlink, they said you need to add parenthesis like this: <a href="http://www.example.com">Example</a> since the links have always worked just fine when i inserted a link on a page without parenthesis i figured everything is fine. if anyone can help me out and break things down and tell me what is the correct way i would appreciate it. and if coding it without parenthesis is the wrong way, then why does it still work when it is coded as such? thx in advance Hi. I am new to html and i am trying to understand how to link the text someone puts into a form onto another url. what I want more or less is for someone to enter a text, press submit, then find their text on the next page. So when they click "submit" they are redirected to a page with other users posts all stacked on top of eachother. Also, I have a radio button that is clicked before being able to submit the post. I want it so that they have to check the radio box before they can submit. Finally, what they checked in that box(either male or female) needs to show next to their post. Im sorry if this is a lengthy and hard to understand explanation of my problem. I really really appreciate the help. You're awesome Greetings y'all. I've been trying to get user input using form with the LINK method to recreate the user text on the next page to be at a slant 45 degree, using transform function of css. In my first page: <FORM id="userTextForm" METHOD="LINK" ACTION="text.html"> <textarea rows="5" cols="20" wrap="physical" name="userText"> Enter your thoughts here </textarea> <input type="submit" value="submit thoughts"> </FORM> Is there anyway for me to display the input on the next page with just css transform or do I have to do something else on the server side. Code: <form action="submitreg.php" method="post"> Desired Username: <input type="text"><br> Desired Password: <input type="text"> </form> This is just an ordinary unmodified form I have created. The problem is that the form positioning outputs like this: How do I make this look normal and aligned? Thank you Hi Guys I have a text input field in a form that has data in it from a previous entries. Is there something i can do that ensures the field is empty when the form is pulled up? Thanks everyone |