HTML - Html On Forum Page - Calculate Formula
im not so familiar with html editing. i want to make a page (html) in my forum to calculate a formula. the user need to input only 1 value . the value is numerical type ( its from 1 to 50). Should be a submit button , so after the user click submit button, the value will be inserted in the formula , calculate it, then a popup box should appear and tell the answer.
can someone show me an example of this? the formula will be something like (value + b) + value/c = x. the popup window should return the x ty Similar TutorialsHi gurus, Excuse my rookie question. I am trying to build a small HTML page which has a formula in it . Please see attachement. Its something like: M = nth Root of ABC ----------------------------- - 1 _____________ XYZ I am trying some combinations of and √ but cannot make it work. Is there a way to do it other than using the image tag. THanks, KOn I made my own local page and it's for a game's stats (Wins:Losses record), on which I have a fields with numbers. What code should I add if I want to make calculations like: Let's I have I have a field for Wins: and a field for Losses:. On another place in the page I have Total Wins, Total Losses, Win % (win:losses ratio). I dont know how to make typeable fields, so I have to type the numbers manually in TXT format, to edit the HTML code. But still, even if I have to type the numbers for fields Wins: and Losses: I want the Total fields to automatically calculate so: Total Wins = Wins (whatever number I type in Wins it appears in Total Wins) Total Losses = Losses (whatever number I type in Losses it appears in Total Losses) Win% = Total Wins/((Total wins + Total losses)/100)) Say I type 12 wins and 5 losses in the first fields. Thus, when opening the page, the same numbers should show for Total Wins = 12 and Total Losses = 5 without me having to type them in TXT format for the 'Total' fields. Win% would be 12/((12+5)/100)) = 12/0.17 =~ 70% In other words, to clarify in HTML, there where Total Wins and Total Losses have some numbers to be typed, instead of me writing manually the numbers e.g 12 and 5, can I instead write these formulas and how should they look in HTML? Hello people really need help, i am familiar with coding and scripting, but never did a forum for a website, this company asked me to do a place where people can just simply post comments your help would be kindly appreciated Please can suggest me something? I'm not really the best at this. I'm making a web site in notepad for fun and was wondering if there was a forum that I could add. Is that only PHP that you can do that or can you do it with HTML? Hey guys ive made my first design for myself Here and i was wounder is there any good tutortials for forums / user list on site ? Ive now learnt how to make a site wanna learn how to use the database with login / forum and show user list. any help would be greatly appriciated Could anyone tell me how or what I need to know to make my own forum. Not using some Free, or expesive service. If I can make myself a forum. Or either way, I would also like to know how I can get a website so I can start my own Free forum hosting service. It seems easy, you know? Not much to do once you can create 1 forum. If anyone can give me lessons through MSN or AIM, or give me a website where it walks me through this, that would be the awsomenessest thing ever . Hello! I would like to request that someone can help me with html help build a code example where I want to build a platform and forum code I have to start ai want code, I want make forum it when I have a forum section two, em, and then under sub-section you can create! Who helps me and give me Simple Forum code? hi there. im needing to post html in a myspace group forum. is there a tag you put at the beginning and end of a code so it shows up as code and not as the browser reads it? Hello, I was wondering if anyone has HTML code that I can use to make a forum for my website? Dustin www.ke5rpv.org Webmaster / Owner i need a html script that shows the nick of the guy who view it. for example if my nick is yahavx, than ill see "yahavx" and whoever named killer will see instead "killer" not sure if thats html script but i think so... its for vb forum. example: http://sleepywood.net/forum/showthread.php?t=1523448 (its off right now for some reason) thanks. I was just wondering, is there such thing a a forum in HTML? We all know that you can get things such as HTML codes for chat rooms, etc, so If thats possible, I was just wondering if you could get a code which you can put on your website to have a forum. Doesnt have to make accounts or sign in or anything. If you know anything, please post! Thanks! can you hack the password on this forum? http://www.hiddenforum.net I'm not trying to advertise but more to improve my html based password protecting code because, as far as I know, no one has created a proper one I'm looking to write a form with input fields which, upon submitting, would post to a specific forum. Now, I'm not sure if this is some kind of javascript trickery or something (I am far from familiar with JS). Here's an example of this page: http://www.violentrevolution.net/e10...y/survey.php?2 Now, what happens upon submitting that forum, the information is posted to a forum where clan members can discuss the application. I'm looking to replicate that function, but I've gone over the code and I can't seem to see the modularity of it (i.e. changing the forum to which it posts). Thanks for any help in advance. hey guys. I need help again! Well actually its a question But before that question - You see I play a game and in that game I want to make a list of things. Here is my noob website - http://heroonline.synthasite.com/ The Question -I guess what I'm asking is how do I post a forum directly onto a page of mywebsite with separate moderator accounts? I need forums that can be added to sites like myspace, and my website, that you post with a html code, and editable by multiply accounts? On that forum I just want one thread where i can post names of people. And I want some other people to be able to post names on that one thread. Kind of like the cbox I have on there but more like forums, and changeable by other people/accounts that i choose. Hope you guys understand what I am trying to say here... I'm a noob and i tried my best to explain. Hi there, I am currently making side, which needs a contact formula. My problem is that the formula needs MS office to work. I don't have a server (which means I am currently making the side offline), so I don't know if that's the problem. My code is: Code: <link rel="stylesheet" type="text/css" href="css/websted.css"> </head> <body> <form METHOD=POST ACTION="mailto:My_email_here(secret..)"><table> <tr> <input type=hidden name="Fulde navn" value="Fulde navn"> <td><p style="font-family:Calibri;color:white;">Fulde navn</p></td> <td><input class="inputfelt" type="Text" name="Fulde navn"></td> </tr> <tr> <input type=hidden name="ign" value="In-game name"> <td><p style="font-family:Calibri;color:white;">In-game name</p></td> <td><input class="inputfelt" type="Text" name="ign"></td> </tr> <tr> <input type=hidden name="proffesion" value="Profession"> <td><p style="font-family:Calibri;color:white;">Profession</p></td> <td><input class="inputfelt" type="Text" name="proffesion"></td> </tr> <tr> <input type=hidden name="email" value="email"> <td><p style="font-family:Calibri;color:white;">E-mail</p></td> <td><input class="inputfelt" type="Text" name="email"></td> </tr> <tr> <td> </td> <td align="right"><Button TYPE="submit" class="inputknap" value="Send">Send</Button></td> </tr> </table> </form> 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! Hi, Background: I have a small page that need to be embeded into a bounch of other html pages. Help needed: 1. Please provide the html chunk that I can use to embed the small page in to other html pages. 2. Is there a way of not using iframe? Can I use <Object> or <embed>? How? --------------------------- mba colleges in london hospitality management diploma HI everyone, I am in process of creating a sample page. I need to pass values from one HTML page and i should get those values in other page. For example i have used two sample pages like, sample.html l<html> <head> <title> My first page </title> </head> <body> <a href="sample1.html" id="1001">Welcome to html </a> </body> </html> sample1.html <html> <head> <title> My second page </title> </head> <body> <a href="sample1.html">Sample HTML page values came here</a></body> </html> I have used those two sample pages and i need to get the value of id="1001" in sample 1.html page could anyone help me to solve this problem. Thanks in advance Regards, Martin I believe in thread titles that get to the point. I have a basic page, when the page loads I want people to see the top of the page for a few seconds while a flash starts to load but then I want the page to scroll down a bit so the visitor can see the flash load progress status. I just want code that I can copy into my page. I don't have access to the flash code. Greg (the page under design) www.mytcanada.com/designer.html I have a programmer in the US who starts pages for me and then I much around with them until it's looks like I want. He helps me when I get stuck but he's on holidays. Any help would be great. Hey all, me and my friend have a cleaning company and we deciced to make a webpage. It's been a good 6 years since i have worked on a website. My biggest accomplishment so far was getting the contact form to work properly on the site. It does, i feel like i've done alot lol. Anyway, the current design is a rough layout (suggestions are welcome). It still needs a lot of little touches to make it look more "full". My biggest concern now is when your clicking from page to page the table jumps around. In firefox, the Contact Us and Services page are perfect, nice and centered. The image i'm using where the navigation buttons are is in place as well. When you go to the other pages though the table moves a bit and it looks like the image i'm using where the navigation buttons are starts to repeat. In Internet Exploder, everything doesn't look centered. There seems to be more space on the right than on the left, but the image i'm using for the navigation buttons seems to be fine, it's not repeating. I dunno what's causing this. I know different browsers display stuff in different ways but i'm far from having a good understanding as to why (that's why i'm here). I even copied txt from one of the messed up pages and pasted it on one of the pages that is ok and that didn't work. I assume it's a CSS thing. Also, try and avoid saying things like "Table designs are for teh n00bz!11!" or "This is why CSS is better than using a table design!!!". This is how i did it. Im ok with CSS but i don't have a thorough understanding of it to design an entire website using CSS. I'm hoping this is an easy CSS fix, or maybe something else? The website is www.gocleantoday.com. Thanks. |