HTML - Html Help Required
hey guys,
kinda new at this stuff... just wondering....lets say i am calling 2 different page in 2 frames (one page in each frame) in one html..and lets say those 2 pages require you to login through username and password....i want to create a applet that will allow me to enter credentials(username and password, if they are the same) in that applet(or dialog box) and which use that info and log in 2 both sites... please help me out.,.. thnx Similar TutorialsCan anyone help me with a HTML tutorial? I need a little bit advanced tutorial. Thanks in advance. I am attachinga a screen shot can anybody give me hints for developing the screenshot. I am new to HTML . Help me out in resolving this problem. Hi I need some help please. I am very un-educted person when it comes to anything www related but could design a bridge from scratch....: I have selected view source from a website and had a look at the HTML that makes it all tick. I have changed a few things (text size and colour) and would like to preview it and see if I have managed to change anything and see if I understand the basics of html. My problem is I copied the source file and pasted in into word from where I changed it. Can one preview the site with any word function or would I require other software?? When I select the "webpage preview" it still comes in html formatt. Could someone please explain (IN PLAIN ENGLISH) how to go about this..... Thanks Hello, just joined what looks like a great resource for HTML help. I am looking to have a form with two actions, "save as draft" and "do your thing". Both buttons would go to different scripts in the background which would perform different tasks, ie one saving the form data somewhere, and the other doing the work required. My understanding of HTML forms is that you can only have one submit action, but I am no expert. Has anyone had any experience of doing something similar? If so what would you recommend? Any suggested reading much appreciated. Thanks CKS Never mind! im using a simple mailto: type form and need some of the fields to have required entries. listed below is what i am using - any suggestions?
HTML Code: <form method="post" enctype="text/plain" action="mailto:someone@anywhere.com"> <table width="540" border="0" cellspacing="1" cellpadding="1" hspace="15"> <tr> <td height="20" width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Name</b></font></td> <td height="20" width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield" size="40" maxlength="200"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Address</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield2" size="40" maxlength="500"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Phone</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield3" size="40" maxlength="15"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Mobile</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield4" size="40" maxlength="15"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Work</b><br> </font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield5" size="40" maxlength="15"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Email</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield6" size="40" maxlength="200"> </font></td> </tr> <tr> <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Booking</b> <input type="radio" name="radiobutton" value="radiobutton"> <b>Enquiry</b> <input type="radio" name="radiobutton" value="radiobutton"> </font></td> </tr> <tr> <td width="127"> </td> <td width="404"> <input type="submit" name="Submit" value="Submit"> <input type="reset" name="Submit2" value="Reset"> </td> </tr> </table> </form> Hi, I have put together a HTML page in Dreamweaver for Mac to act as a listing page to sell on Ebay. When I copy this into the description box in Ebay the page appears well ove the Ebay boundaries. There appears to be a specific area within which your description must appear but I can't make it fit. I've tried removing the 'head' and 'body' tags as an Ebay guide says that these are automatically input for you but that then removes my page formatting, fonts, image placement, etc. Does anyone know if there is a specific code that you need to put in to your listing to make it fit the page or if there is anything else im supposed to be doing. Please help!!! Hi guys, Could you please help me in giving the code that takes data from the fields in HTML form and when submit button is clicked the mail has to go to the intended user through Microsoft office outlook. Please help me... its very urgent Thanks & Regards Karteek Challa Hi, I'm brand-new to the forum, and brand-new to html. I'm attempting to modify a form on my website. I had hoped I could avoid learning html by having someone else design my website, but it's becoming increasingly frustrating to go through him for every minor change (not to mention expensive). So, I'm basically learning html while changing this form, and I know it's not a real pretty script, but I just need it to do its job. After 5 hours of work on it, I thought it was just perfect. Every time I made one or two change, I uploaded it, and tested the form before saving it and moving on. It was going fine, until the last changes (removing the required validation on several fields)--now the form submits even when not a single field is filled in. Even undoing the changes and going back to the previous version doesn't help... Here's the original: http://www.cbellisfunding.com/capital_request_form.html And here's my edited version: http://www.cbellisfunding.com/capita...0modified.html Feel free to try the form out; I don't mind the docs in my inbox if it helps troubleshoot. I would greatly appreciate any constructive input! Thank you! ~Michelle~ oh, by the way, I ran the html validation software and it came up with 193 errors (!). All of them were my programmer's, not mine. (I change only a few very specific things) Many were closing code, and I hand-fixed those. The rest I haven't a clue how important they are to repair, since the web form has worked with them so far... I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! Hi, I have a niggling problem that I can't resolve despite googling it to death. I'm sure that it will be simplicity itself for those of you on the forum, so advice please. I have a page - just a normal .net page - the basic structure looks like this: <html> <body> <form> <div id="my-site"> </div> </form> </body> </html> Both the html and body tags have height set to 100%. The html tag has a tiled background-image #mysite has a fixed width set + margin auto to centre the site I also have another background image (currently applied to the body tag). This repeats horizontally across the entire width og the page. The problem occurs when I zoom using Firefox. The content expands as expected, and the image applied to the html tag expands, but the body image stops short of the right side, leaving a gap. I use a rest on my css so margins are set to 0. Any help or advice would be appreciated. Thanks John Hello everyone, I am attempting to use an <a href=".."></a> tag to access a .htm file. The problem is that the file that is being accessed is located in the folder above the folder in which the file is accessed from. Confused? This is where my file is: \htdocs\admin\index.htm This is where the webpage I want to access is located: \htdocs\index.htm I cannot figure out how to access that file!! How is it done? Many thanks in advance bassguru1234 Hi, I'm fairly new to all this and have never styles a table before. I have a small issue with this table below that I can't resolve as yet. HTML Code: <table bgcolor="Blue" cellpadding="0" cellspacing="0"> <tr> <td valign="top" bgcolor="Yellow" height="150" width="150" style="border-right:solid 1px #d2d2d2;margin-right:10px;padding-right:10px">Image</td> <td valign="top"> <table bgcolor="Aqua" width="400"> <tr><td>This is a title</td></tr> <tr><td>This is a description</td></tr> <tr><td>This is where the additional extras go</td></tr> </table> </td> </tr> </table> The issue I have is that the first td should have padding, then border, then margin before the next td. The border is showing but no padding or margin is applied. Whilst I'm here I'd like to ask a couple more questions in relation to the table above. Firstly, I have nested a table inside the table - is this the best way or should I have applied a rowspan to the first td? The reason behinf this is that the 2 first level td's both have independent content - the first one houses an image up to 150px high and the second with the table houses variable text, so either could be the longest. Secondly, is there anything you should always do when playing with tables, for instance resetting certain things? The table is to go inside an email, hence the table and inline styling. Please ingnore the color attributes as they are only there to help me with the construction. Thanks in advance. John Hi guys, I am having a little difficulty with the layout of the adverts on the following page: http://www.dynamic-xchange.com/DXSer...d_Personal.php I am trying to align them as they are on this page with the Ad Space and Pixel size headers directly above and below them: https://www.dxsynergy.com/adsXposed/...asp?DXAction=0 I have tried a few times now and am beginning to give up. Any assistance would be greatly apprecaited. Please help me to make the below design in html. Since I am generating PDF so i need to set footer for that so please make the design shown below so that I can assign that design as my footer... http://yfrog.com/kfqmc7p Regards.... I want to ask you ,guys that already know this things . How much time does it take to learn ? -html -css -javascript -php -mysql . Each of them ,and another question ,what else should i learn to be able to create any website that i want ? Having flash backs from a decade ago... have a check box for agreeing to rules of behavior. user must check the box prior to having the submit button active. Code: <label><input type="checkbox" name="rules" id="rules"><a href="#" onclick="javascript:window.open('http://siteaddress.com/rules_of_behavior.htm','Window1','menubar=no,address=no,width=640,height=300,toolbar=no')">I have read and agree to the Rules of Behavior</div></a> Have a basic login to a site. current submit button Code: <A id=loginActionId class=LoginButton tabIndex=3 href="javascript:void(submitLoginForm())" name=login><SPAN><INPUT id=Login value=Submit type=submit name=Login> User must click the check box before being able to submit their login id / password to get into the site. can anyone help? All, Sorry if this seems too stupid. This is my first question to the forum. If I use Paypal to create a BuyNow button, I paste the html code into my webpage. When I preview the webpage the link is just dead. Is this normal? How do I know the link works? Any suggestions? Hi friend i want to design my personal website,Please anyone can help me or suggest some resources. |