473,394 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

a webpage like excel sheet

I want to develop a webpage that works like an Excel sheet...

it has some textbox where the visitor can enter numbers inside them, then presses on a button "calculate"...then it gives the result in a textbox...

I feel this is easy,,but I dont know how to do it... I know HTML is only for designing the page...but how can i make a code and enter formulas like the ones i do in Excel (e.g. =(B2+B3)*C3)

also is there any software that will make this easy for me?... i am new to web development...
Aug 4 '09 #1
9 3958
Dormilich
8,658 Expert Mod 8TB
@totomalas
why do you want that? for Excel functionality you could use Excel (or open office or google docs, ...)
Aug 4 '09 #2
I need it because I want to place this page on a website and it will be used by old people...so they just need something to plug in their numbers and get their total expenses and a projection of their expenses for the coming ten years....
Aug 4 '09 #3
Dormilich
8,658 Expert Mod 8TB
so you have a fixed calculation formula? i.e. the user dosn’t have to insert the math?
Aug 4 '09 #4
Yes a fixed calculation formula, the user only insert his number...the formulas are fixed for every user...
Aug 5 '09 #5
Dormilich
8,658 Expert Mod 8TB
so you basically need some input fields in a neat layout?
Aug 5 '09 #6
Yes a neat layout with input fields...and a button that once presses on will excute a code that takes the inputs, apply the formulas i programmed and give the result to the user..
Aug 5 '09 #7
Dormilich
8,658 Expert Mod 8TB
so, which one is the problem (JS (the math) or HTML (the layout))?.
Aug 5 '09 #8
the layout is no problem, I am using web Expression and I am able to design it...but i dont know how to make the button work, and where to write the code, and how to link the button with the textBoxes....
Aug 5 '09 #9
Dormilich
8,658 Expert Mod 8TB
@totomalas
if you don’t do calculation on the server, you simply need an event listener, which executes a function when the button is pressed.

@totomalas
an external script file will be fine

@totomalas
you don’t "link" the button to the boxes, the button is rather a trigger to start some Javascript to do something (including fetching the text boxes’ values).
Aug 5 '09 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Allison Bailey | last post by:
Hi Folks, I'm a brand new Python programmer, so please point me in the right direction if this is not the best forum for this question.... I would like to open an existing MS Excel spreadsheet...
3
by: Jeremy | last post by:
Hi, I have a webpage that is taking input from a form and using it as criteria to select data out of an sql database. The page displays an html table with the results. The user can then click a...
5
by: sifar | last post by:
Hi, This is my first post to this Group. A] I am trying to create a escalation page which will mail an escalation report of a faulty product. Items needed on Page: -----------------------
3
by: nicholas | last post by:
What would be the best and easiest way to implement a web page that allows me to: - import an Ms Excel-sheet in a database on a Ms Sql 2000 Server - this should be done through an asp.net...
5
by: Narshe | last post by:
Is there a way to have an excel sheet inside a web page? I don't mean have it prompt for open or save, then open in the browser, but an actual mini excel sheet that can be edited. Maybe through...
5
by: Rishika14 | last post by:
Hi, Somebody pls tell me how to export data from webpage to excel sheet using java script. rishika
4
by: Rohit111111 | last post by:
Hello Friends I am using asp.net 2005 C#,I have to show a Excel Sheet on my Webpage,how can i do it.
2
by: anusow | last post by:
hello iam new to java can any one help me in extacting data from a webpage when i click on link in the page .the data has to be in the form of Excel sheet.
2
hemantbasva
by: hemantbasva | last post by:
Note We need to have a template on server for generating report in multiple sheet as we do not had msoffice on server moreover this require a batch job to delete excel file created by the...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.