HTML - How To Publish Spreadsheet Formula On Webpage?
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! Similar TutorialsIm 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? 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 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> How do I display an excel spreadsheet in a html web page that dynamically changes when the spreadsheet is edited? The spreadsheet on the web page doesn't have to be interactive, it can even just be made of html tables. As long as it updates with the actual spreadsheet. Hi 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 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 Sorry if i posted this in the wrong location. So im a real estate agent making a website. Im no pro and most of the stuff ive been using to build has been through layouts/generators/help of others such as yourselves. So ive been stuck on finding/making this code for the past couple of days. So all my listings are on my agencys website, not my personal agent website. Is there a code i could have where in the listings page my my personal agent website, i could have a window maybe 600x900 of the listing page on my agencys website? To kind of clear things up, you know how when you google something you have the magnifying glass, how it gives that preview. How can i have that preview coded onto a webpage, but me say what webpage to preview and how big to make the preview box? Tried to explain it as best i could. If you dont know the code, if you can tell me what its called so i can try to narrow the google searches. So far everything that has been coming up in the search restults has been preview boxes to preview html codes you have already written. Fail Blog Thanks I'm a novice compared to the pros here and stuck on a couple issues. My website is uspsrealty.com There is some "empty" space on my home page below the horizontal line. I want to remove the horizontal line and have the ability to use that empty space without throwing my borders/margins off. I would like to add about 3-4 sentences in that blank area. Can this be changed so I can add a few sentences? I know why this is happening, just don't know how to correct it. Also want to change the copyright.jpg to 2010 from 2009. Might as well make up a few more jpgs with the years 2011, 2012, 2013, 2014, and 2015 Willing to paypal you money for your help. Hoping one of you pros can do this in 30 min and willing to pay $25-30. Contact me he galevin@hotmail.com Thanks, Gerald Levin Hi, i have a problem im not sure how to go about it . I have a webpage where the user enters there personal details . As they are fillign in details they click a link and another webpage is opened ( keeping the orginal open ) Where the do some other stuff on this new page and what is created is a javascript array of numbers I then want them to be able close this new window down and the javascript array data will be submitted with the rest of the personal information when the click a submit button on the first page . If this makes sense how do i go about this? Thanks how do i make a background image fit to the window. also i have a button on a page. how do i get it to close the window uppon clicking it. any help would be great. I've done a search on here, and have spent the last week or searching on google, I'm currently building a webpage up which integrates a forum, i want to put a feed on the home page of the site of the latest topics from the forum. The feed address is: feed://guitarprojectuk.forumotion.com/feed/ and the actual website address is: http://www.guitarprojectuk.com I've tried a few on google, and non seem to work, not sure wether its the feed or something i'm doing, so can somebody help me out? Thanks, Tom. Hey guys(and girls ), Here is my problem i would like to make a webpage like this: ---------------------HEADER--------------------- ---------------------php script------------------- ---------------------FOOTER--------------------- (Show Word) <-- When i click this, the page will be refresh so the php script will echo a random word, but if i do that every time i refresh the page i dont want to refresh the Header and Footer. My idea was to use iFrames... Is there any other way? Thnxs!!! Hi, Can anyone help me work out how to create a tab on the left hand side of the browser window, a bit like the Convotrack one he http://www.dannywhatmough.com/ Obviously I would want to use my own image/text and just link it to a webpage. Do I need to use javascript? Danny Okay that most probably didnt explain it very well but I am looking at putting a page together that will display a specific image at the top of the page dependant on where the visitor came from So if they came to my site from a link from abc.com then they will see the ABC logo on our page however if they came from 123.net then they will see the same page but this time with the 123.net logo. If we cant find where they have came from or we dont have an image for that forwarder then it will show a default image Anyone know if this can be done?? I would like to get data from a specific website (http://www.forex.se/rates.asp?sectionId=246). More exactly, I want to get the values of the actual currencies and have them printed on my website. So for example, I would like to have it like this on my webpage: Code: Currency buy - sell EUR : 9,3749 - 9,6410 USD : 5,8674 - 6,0745 Thanks in advice. Hi just to introduce myself My name Is brian Krause and i work for valley queen cheese factory, In Milbank SD. My problem is on our website we hav a page that is called jobs.htm. Is there a way i can get it so when you type in www.vqcheese.com/jobs the jobs.htm page will show up and no just error out? Thanks Hi, I am VERY new to web development and I am making a page for my friend. Here's what I am trying to do, I want to use an image that is about 500 pixels high for the background of my page, and then whenever the text grows past that 500 pixels I want to start tiling a different image. Right now i'm just using a table and I have the image as the background. But as expected this just tiles that image over and over again. Is there a way to have it tile a different image without splitting the text up into two tables? Thanks! Evan I have a project right now, but when I have finished the project, i'm wanting to recreate my Minecraft server website. But I have a question... I see websites that resize theirselves depending on the screen size.... How would you do this? I know of the % in css, but would I have to use that in each of my divs instead of using px? Hello, I remember something like this, which is you have an xhtml form, you have textboxes, buttons etc, then the user clicks on the submit button triggers the sendform feature element and sends it to the email address specified. How do you do that in html? i remember it was like send form, then the email address etc etc and anything between the send form tag is where it will email anything in the text box fields. if you can send me an example that would be great. Thanks |