HTML - Bit Of A Nooby Question (html Form)
so in the end of a form you normally have a submit button which sends it off to an email addy, but i want what the users put in the form fields to come up on their page instead
i think this involves editing the FORM ACTION="" part, but dont know what to do if what i'm trying to do is confusing you, what i mean is there's a few drop down menus and comment boxs, they fill them in, click submit and what it would normally create to email someone comes up in an html page for them to see what they put Similar TutorialsSo im on my way in building this gallery. Pleas look at it here. The problem is with IE (big suprise) In some weird way it wont place the pictures inside the designated place. AND .. i REALLY cant explain this one error, the first picture of the gallery.. and only the first one, IE displays is in a TILTED way?? I was like, huh??? Chrome and FF displaythe page in exactly the same way. The page isnt finished yet but on its way, I would like to see IE respond in a normal way for once.. thanks for reading! Hey, I am relatively new to html and had a quesiton concerning html forms. I am familiar with how to display the form on the site and have the user submit it, but how can i retrieve that data automatically (real time preferred) and post it on the page without doing anything else myself. specifically, how can i have a user input a link and have the html code automatically add it to a page? Any help would be appreciated. I have another HTML form question....when I used http://www.forms4free.com, neither they nor Freedback have information about adding javascript for format, do you guys no of any good tutorials on Javascript for form validation? I have very limited HTML training, but I'm trying to find out how to write some HTML code that will allow a website or blog visitor to: 1. Enter their email address in a form field 2. Select a choice from a drop down menu Once they've done that and hit a submit button, I would like to have the info emailed to me. I know this is possible, but is it possible to have this text on a blog like Blogger, or do I have to have my own webpage with specific settings or formats? Thank you so much in advance. I hope this is the right place to post this. Here is my question~ I want to send data from a radio button to another web page (apart of my web site), what kind of code do I need to learn to achieve this? Also, if this makes any sense, I want to take the code that I sent through a radio button and use that data for another function...I hope that I am as clear as possible... Thank you for responses in advance Hey Can someone please tell me how I can cushion the object on the right to the content in the center? I can't use fixed widths, since the width of the central content differs. If I remove 'float: right;' from .css, the object goes behind the central content. HTML: Code: <div class="breadcrumbs-container"> <div class="breadcrumbs-left"></div> <span class="breadcrumbs"> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <img src="{T_THEME_PATH}/images/breadcrumb_arrow.gif" width="8" height="9" alt=">" /> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a> <!-- END navlinks --> </span> <div class="breadcrumbs-right"></div> </div><!-- /breadcrumbs container --> CSS: Code: .breadcrumbs-container { background: transparent; margin: 0; padding: 0; height: 30px; width: 100%; } .breadcrumbs { background: url("{T_THEME_PATH}/images/breadcrumb-bg.png") repeat-x; height: 30px; float: left; vertical-align: middle; line-height: 30px; } .breadcrumbs-left { background: url("{T_THEME_PATH}/images/breadcrumb-bg-left.png") left no-repeat; width: 50px; height: 30px; float: left; } .breadcrumbs-right { background: url("{T_THEME_PATH}/images/breadcrumb-bg-right.png") right no-repeat; width: 50px; height: 30px; float: right; } Thanks script completed, thx Code: <hx:outputLinkEx styleClass="outputLinkEx" id="formPdfLink" onclick="return openPDFWord(this, '#{varsearchResults.targetURLForPDF}');" value="#{varsearchResults.pdfURL}"> <h:outputText style="color:red;" styleClass="outputText"styleClass="outputText" id="text7" value="#{varsearchResults.formIdAndEditionDate}" escape="false"> </h:outputText> </hx:outputLinkEx> Here i threw in the tag style = "color:red;" into my dynamic print code in my jsp file. I'm trying to get just these links to change color when clicked. Is there a way to use vlink? I tried style = "vlink:red" which didn't work. Any help on how to make that happen would be greatly appriciated. Regards, Will Hello, I run a videogame server along with a website for content management. Right now im trying to find a way to display a page with a box inside it that transitions pdf files located in a file on the server. The file would follow as so http://www.voidcraft.net/other/rand/...3681823623.pdf It would also have 4 buttons at the bottom one with a arrow pointing right that would transition to the next. one the the left which would make it go back to the one before. There would also be a approve and decline. The approve would email the email on the pdf or have a box pop up that asks for the email and then send the pdf to a approved folder. The decline would do the same except send a different email and send to a different folder. I have no idea what so ever how to do this. I am only partially experienced in Html and this just goes over my head. Is there a chance that anyone could help me out here? All, I'm having some serious issues using a tag to a website for one of my clients. I'm using the Code: <sarcasm></sarcasm> tag in some of my code, but it does not appear to be displaying properly in certain web browsers. Firefox and Opera seem to work OK, but IE and Safari ignore the tag completely. I have over 5 years of coding in experience in HTML5, CSS, and HTML, but none in MSHTML, which is what I currently must use. Has anyone else run into this problem in the past? Regards, -Dave Lawrence Microsoft A+ Certification Dell Certifiied Systems Expert Citrix Certified Administrator Hi Gang. I'm new to html programing and have what will more than likely be seen as a couple of dumb questions but here goes. What do I have to do to eliminate the need to include .html on links to new pages. What I am finding is that http://mydomain/list.html for example will not work if I type http://mydomain/list Also the links to html pages that I create will only work if I use lower case letters. What do I have to do to make this work with either upper or lower case. Thanks a bunch for any help you can supply. Hello! I have the following table of navigation links with a small image; here is the html: <table><tr><td bgcolor="#FFCCFF" width="830" height="15" align="center"><font face="Arial, Helvetica, sans-serif"><a href="index.html">Home</a> <a href="oneofakind.html">One of a Kind</a> <a href="gallery.html">Gallery</a> <a href="custom.html">Custom</a> <a href="about.html">About</a> <a href="customerservice.html">Customer Service</a> <a href="contact.html">Contact</a> <img border="0" src="images/pheart1.jpg" alt="pink heart"/>Shopping Bag</font></td></tr></table> My question is: I need to know how to incorporate the paypal button in the above image (the pheart1.jpg image). Here is the paypal button code: <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7----- "> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_viewcart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> If anyone can offer any suggestions, I would be eternally grateful!!!!! I have a small question about putting an image on my page, when i use the code
HTML Code: <img src ="ad1.jpg"> the image doesn't work, it just makes a weird icon with three colours. can sombody please help me? Hi, there I have a strange question about html site https://www.molten-wow.com/ I have created an account for you to try : Username - daozealot Password - gogogo so... the question. When you log in, you have "Vote Points : 13" when you go to "vote for molten wow" there are 5 Triggers (links to visit) which increment the Vote Points. Isn't there a way to make an html, which can connect to the site... and connect to the account... and increment the points ? Or I should find a way to make it with javascript ? Hi , how to add thick border for html table only for one side of the cell? Please let me know . Thanks Hey new to this thread a lot of useful help.. but i have a problem.. I am wondering if i can get some kind of code lets say from youtube of there top music vids... and make it post automatically into my website each time its the top? some kind of rss feed.but a link or video that updates with it? thanks in advance I would like to prompt for name & email address without using php. Possible and if so, how? hello guys! i have a question for you. i use this code to my blog (this is a media player made by photobucket) Code: <embed width="448" src="http://i171.photobucket.com/player.swf?file=http://vid171.photobucket.com/albums/u285/VBMAN/videaki.flv" height="361" wmode="transparent" type="application/x-shockwave-flash"></embed> and i want make this autoplay when i enter to my blog. Is there any code to help thank u I am an old COBOl guy so excuse the rookie nature of my question. I have an HTML document that contains Text and a .jpg image. After i changed the text, the image is no longer visible. What do i need to do to get the image back? I assume i am missing some kind of link or compilation? Thanks Hello, I want to sell something on ebay, and I want to make a thumbnail picture that when clicked, opens in a FITTED new window. As far as I know, eBay only allows basic html (I could be wrong). I already know the target="_blank" thing, but I want the new popup window to be the exact size of the photo that's popping up. How do I do that? Additionally if possible, can I take out the File Edit etc, and the scrollbars? |