Εισαγωγή Δεδομένων





Αποτελέσματα

Ημερομηνία Ποσό
document.getElementById('dataForm').addEventListener('submit', function(event) { event.preventDefault(); const amount = document.getElementById('amount').value; const date = document.getElementById('date').value; let entries = JSON.parse(localStorage.getItem('entries')) || []; entries.push({ amount, date }); localStorage.setItem('entries', JSON.stringify(entries)); addEntryToTable({ amount, date }); }); document.addEventListener('DOMContentLoaded', function() { const entries = JSON.parse(localStorage.getItem('entries')) || []; entries.forEach(entry => addEntryToTable(entry)); }); function addEntryToTable(entry) { const resultsTable = document.getElementById('resultsTable').getElementsByTagName('tbody')[0]; const row = resultsTable.insertRow(); const cellDate = row.insertCell(0); const cellAmount = row.insertCell(1); cellDate.textContent = entry.date; cellAmount.textContent = entry.amount; }
Our Location

304 North Cardinal St.
Dorchester Center, MA 02124

Blog

Το ελληνικό προϊόν είναι ένας όρος που αναφέρεται σε προϊόντα που παράγονται στην Ελλάδα. Η Ελλάδα διαθέτει μια μεγάλη ποικιλία προϊόντων υψηλής ποιότητας που είναι δημοφιλή σε όλο τον κόσμο. Από τρόφιμα και ποτά μέχρι καλλυντικά και είδη ένδυσης, τα ελληνικά προϊόντα έχουν αποκτήσει φήμη για την ποιότητα και την αυθεντικότητά τους.

Ένα από τα πιο γνωστά ελληνικά προϊόντα είναι το ελληνικό ελαιόλαδο. Το ελληνικό ελαιόλαδο θεωρείται…

When it comes to establishing a strong online presence for your business, having a well-designed and functional website is crucial. In today’s digital age, a website serves as the virtual storefront for your brand, allowing potential customers to learn more about your products or services, make purchases, and connect with your business. In this blog post, we will discuss the importance of website design and development, as well as the key steps involved in creating a successful website for your business.

A well-designed website not only attracts visitors but also keeps them engaged and encourages them…

When it comes to building an online store, there are a lot of factors to consider in order to create a successful e-shop. From choosing the right platform to designing a user-friendly interface, the process of constructing an e-commerce website can be complex but rewarding. In this blog post, we will explore the ins and outs of building an e-shop and provide valuable insights for anyone looking to start their own online store.

One of the first steps in creating an e-commerce website is selecting the right platform.…

When it comes to expanding your business and reaching a wider audience, having an online presence is essential. One of the most effective ways to do this is by setting up an e-commerce website, also known as an eshop. In today’s digital age, more and more consumers are turning to online shopping for convenience and accessibility. By having an eshop, you can tap into this growing market and increase your sales potential.

Setting up an eshop may seem like a daunting task, but with the right guidance…