HTML - Attempting To Publish An Online Application Form; Please Help
Well, this is the 2nd time I'm having to write this, because the forum logged me out before I could post the last. -sigh-
I really need to publish an online application form that job-seeker's can submit to our company website. Problem is, my knowledge of HTML, JAVA, ASP, etc. is VERY limited. I've put together this form from bits of code I pretty much copied from other sources, along with the header and menu designs, logos and links, that are defaults for the whole site. The form LOOKS exactly like it should, and most of the rules for the fields you fill in (dates, names, etc) also seem to be functional. What I really need help with is getting the form to actually WORK. When you hit the submit button, it needs to actually generate all the information inputted into that form into an email that it sends back to me, or something similar. I need to be able to actually GET the info that's inputted into the form. Portions of this code will be VERY sloppy I'm sure. I would DEEPLY appreciate any help getting this page to work. Thanks in advance for anyone kind enough to help. Here's the URL for the page: http://www.sudsmotors.com/templates/employment.html Similar TutorialsHi, I have a template with an online form already installed but I need help creating a contact.php file to get the form working and linked to my email address. Here is the code to my online form: PHP Code: <img src="images/sym2.jpg" style="margin-right:5px "><strong class="yellow">Online Contact Form<br> </strong><br> If you have any questions at all please contact us and we'd be glad to help:</div> <div class="yellow" style="margin-left:7px; margin-top:10px "><strong>Name:</strong><input type="text" name="n" style="width:128px; height:19px; font-family:tahoma; font-size:11px; margin-left:7px " onFocus="if(this.value=='Your message')this.value='';"></div> <div class="yellow" style="margin-left:7px; margin-top:4px "><strong>E-mail:</strong><input type="text" name="n" style="width:128px; height:19px; font-family:tahoma; font-size:11px; margin-left:4px " onFocus="if(this.value=='Your message')this.value=';"></div> <div class="yellow" style="margin-left:7px; margin-top:4px "><strong>Your message he </strong></div> <div class="yellow" style="margin-left:7px; margin-top:4px "><textarea type="text" name="n" style="width:169px; height:63px; font-family:tahoma; font-size:11px; overflow:auto"></textarea></div> <div style="margin-top:10px; margin-left:68px "><input type="image" src="images/clear.jpg" style="margin-right:6px "><input name="" type="image" src="images/send.jpg"> Any help or advice would be most appreciated. I am a bit of a novice so please have patience. I want to embed an operational spreadsheet formula on a web page that a user can enter data on and solve the equation. I can create it in Excel 2007 Thanks! Im not 100% sure if this belongs to the html section or php section. Im not pro in html coding , but what i have is multiple html files for a site, I would like to publish content on each file at the same time without having to edit each file one by one. Example: Lets say i have a news section on each page, i would like all pages to be updated automatically when news is publish on one page. How would i go about achieving this? ASP? or will PHP be needed for this function. i don't want to use CMS - Anyone understand where im coming from? Hi Everyone, I am seeking help with a corrupted .htm file. Navigate.htm This file was created using DreamWeaver and then uploaded to the internet. Since uploading the file the original site went dead, and I am now hoping to reupload, however whenever I attempt to use the afore mentioned .htm file I am met with garbage characters. I really want to "unscramble" the contents of this file. If you have any suggestions on how I can recover the <html> contents of this file they will be greatly appreicated. Thanks Davo i am using megaupload for the first time, and so far i am totally confused in how im supposed to use it. that is beside the point, however. When i embed the player, my song does not play as it is supposed to. it does nto play at all, even when i tell it to play manually (even though it is set to autoplay). here is the code i embed into my site: ~~~ <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="http://www.megaupload.com/03-30_seconds_to_mars-the_kill-h8me.mp3"> <PARAM name="autostart" VALUE="true"> <PARAM name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="true"> <PARAM name="ShowDisplay" VALUE="true"> <EMBED TYPE="application/x-mplayer2" SRC="http://www.megaupload.com/03-30_seconds_to_mars-the_kill-h8me.mp3" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="1" ShowDisplay="1" autostart="1"> </EMBED> </OBJECT> ~~~ i believe the problem is the link to the file. did i write the link correctly? how do i find the direct link to the file? can megaupload be used for this? i am having problems using megaupload, and so i think my problem is more about finding the correct link for my file and not so much a problem with the html itself, as i think i did all that correctly except for the 2 places the link to my file should be. if no one knows how to use megaupload, someone please tell me a good site to use to upload music files. Hi all, Is it possible to make iPod application in HTML/XML. If it is possible then how can I make an iPod application using HTML/XML. With Regards, OK, I figure this CANNOT be as difficult as I'm making it..... I do database design and implementation: RdB, Oracle, SQL Server, even MySQL if I have no choice... But I don't do extensive web pages..... A club to which I belong would like to move an application from Access to the web. I created a MySQL database and now need to create forms that look, feel, work, and have capabilities similar to those currently implemented in Access. Something like: First Name: ________________ Last Name: __________________ Street: _____________________ Street2: ___________________ City: ______________ State: _____ Postal Code: ___________ Email Address: ________________________________________________ I'm finding doing something this trivial amazingly difficult since even VWD attempts to either push everthing into a single column or for side-by-side fields shoves them together. Even if I get things working in VWD it appears to push asp.net and I"m not certain the club's web server even supports this (it doesn't support any Microsoft products as near as I can tell). I've spent days rummaging the Internet looking for "simple html forms" and even "complex html forms" without finding the magic answer to doing simple form formatting... It cannot be this primitive. So, is there a special set of tags or something that I need to do this type of simple formatting? I'm looking for simple web forms attached to a MySQL database to do data entry, searches, editing, and so on. And, of course, this club has no money so buying additional software (and spending the time to master it) probably isn't an option. So how do I do this? Can you guys tell me what you consider to be the best best visual HTML programming application(s)? I'm talking about a program that has a GUI (graphical user interface), something similar to MS Word, which you could use to design a web page layout, and when you finish the program will spit out your layout in HTML code. Thanks, any help and advice is appreciated Hi, i am developing an embedded webserver on a microcontroller to perform low level hardware monitoring. My webserver got the GET, HEAD and POST methods. I need to moniotor some inputs of the microcontroller. For now i am using a GET method to every 200ms to check its status and the server retreive the information of the inputs. Thats is consuming too much of my band as i have to constantly poll the line with GET. Is there any possibility to creeat a webpage where a webserver can update some data (without reloading the whole page) when the webserver wants and with no need of some request from the webpage? Inside the microcontroller side this is kind easy to perform with interruputs. But i dont know how to implement that on a WebPage. Thank you Can we port a flex application completely to HTML5? Thanks, Simi. I'm creating a RPG, using Unity 3d game engine, the game is called Venturo Online, the project was started on the 20th Jan, we have setup the site we are going to be using, we need some html help with the site, can anyone offer their help? Please leave your details below, or email : community@venturoonline.com, thanks. I have this website that i run for a person selling select products. Everything is going fine, but it would really help if i could make an adminstrator's page for the client, that would let them input a picture, name, description, price and have that posted to the product listing page. Ive seen some related posts in different places that mentioned use of php and mysql, but i havent found the right combo for what im looking for. If someone could help me out, it would be very appreciated. I'm helping a friend who has set up a website to market ebooks. The page is fine, we have a Paypal account to receive payments but what I don't know how to do is automatically allow the purchaser access to the book once payment has been made. The easier way is email it after confirmation of the payment but there must be an automatic way of doing this? Any help would be appreciated. Ok so I am trying to create an online registry where people with rare diseases can register their name what disease they have where they live and it will email them of those around them with the same thing. Can someone please tell me how to do this or where i can go to learn how to do this. Thanks A client needs to edit one page of their site remotely using a browser. I'm not sure how to proceed. Do they need a page with form fields that are password protected so only they can provide content? Is there another way to edit wysiwyg text online without using a separate application? Any help would be appreciated. I want to add an interactive form to a charity site I maintain. I used Zisp in the past, but we changed our Webspace provider recently and Zisp won't work there, (It's pretty limited anyway). I'm pretty good with HTML/CSS but I don't have a clue about PHP, CGI, Java etc. Can anyone suggest where I might start looking? (Being a charity, we don't have too much money to spend). Can someone please explain how forms work please. I know how to set them up and send them to another file to be processed. How do i set up the file to process it? Example: My form: Quote: <form action="http://www.music-web.org/webmail2.php" method="post" name="webMailLogin"> <input type="hidden" name="submitted" value="y" /> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFFFFF"> <tr> <td colspan="2"><img src="http://music-web.org/images/clearpixel.gif" width="1" height="12"></td> </tr> <tr> <td class="black12" align="right"><b>Login: </b></td> <td class="QuickDomainCheck"><input type="text" tabIndex="1" name=" login_name " size="20" value=""></td> </tr> <tr> <td colspan="2"><img src="http://music-web.org/images/clearpixel.gif" width="1" height="12"></td> </tr> <tr> <td class="black12" align="right"><b>Password: </b></td> <td class="QuickDomainCheck"><input type="Password" tabIndex="2" name=" passwd " size="20" value=""> <input type="image" src="http://www.music-web.org/images/webmail/login.gif" align="absbottom" value=" Login " tabIndex="3" ></td> </tr> <tr> <td colspan="2" align="left"> <BR><BR><div class="text" style=" color:000000; font-family:arial; font-size:10px; padding-left:124; padding-top:5">Login using your email address and password.</div> </td> <td class="black10"><br><br></td> </tr> </table> </form> It gets sent to: Quote: <script language="JavaScript" TYPE="text/javascript"> function submitMe() { loginName = ' I need the value of the form in here '; //find @ atPos = loginName.indexOf("@"); //check >=1 if (atPos >= 1 ) { //get the domain name length domainLength = (loginName.length +1) //get the domain name domain = loginName.substring(atPos +1, domainLength ); //get the username user = loginName.substring(0,atPos); //set up the username to post to the mail form document.implogin.loginuser.value = loginName; document.implogin.imapuser.value = user; document.implogin.pass.value = 'I need the value of the form in here '; document.implogin.maildomain.value = domain ; document.implogin.maildomain.realm = domain; document.implogin.url.value = 'http://webmail.'+ domain + '/horde/login.php';document.implogin.action = 'http://webmail.'+ domain + '/horde/OWH_Logout.php'; document.implogin.submit(); } else { alert('Please enter in your full email ie. someone@yourdomain.com'); } } </script> I hope this isn't too confusing and someone can help. Hello everyone, I want to know how to put the html code into my web of an television channel. Example: abc tv online. Greetings! I am a beginner! (I thought I would warn you.) Can someone here please tell me how to do the code for being able to see how many viewers are online at a particular site. For instance so all shoppers can see how many people are shopping in that store at the same time? I hope that makes sense. Many thanks in advance!! |