The football goal with a 2 x 1 m ground anchored is the perfect accessory for professional or amateur club football pitches and handball halls. The sports goal is perfect for training sessions and matches. The football and handball goal complies with the MSZ EN 749 standard, i.e. it meets all safety requirements. The goal is made of 120×100 mm untreated natural square aluminium profile. However, on request, it can be supplied with RAL9033 (white) powder coated base with RAL9005 (black) stripes. The net can be attached to the football goal with plastic clips for easy mounting and removal.
The net is not an accessory, but the necessary nets can be purchased for all goals, as well as other accessories such as balls and training equipment.
Our staff will also be happy to assist with the delivery and assembly of the purchased products on request.
– Compliant with MSZ EN 749
– Made of 120x100mm square profile, untreated natural aluminium
– available on request in RAL9003 (white) with RAL9005 (black) stripes on a powder coated base
– the mesh support frame is 26,9 mm diameter steel tube with galvanizedx surface
– the ground sleeve for the gate is made of steel with galvanized surface
– the netting is fixed with plastic clips
Explore the BESTRONG site that suits your preferences!
// Function to set a cookie with the specified name, value, and expiration time function setCookie(name, value, days) { var expires = new Date(); expires.setTime(expires.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = name + "=" + value + ";expires=" + expires.toUTCString() + ";path=/"; }
// Function to check if the closing cookie exists function checkClosingCookie() { var cookies = document.cookie.split(";");
for (var i = 0; i < cookies.length; i++) { var cookie = cookies[i].trim(); if (cookie.indexOf("spu_closing_18961") === 0) { return true; // Closing cookie exists } }return false; // Closing cookie does not exist }// Function to handle the popup display function displayPopup() { // Check if the closing cookie exists if (!checkClosingCookie()) { // Show your popup code here // Replace the following line with your actual popup display code console.log("Popup should be displayed now!");// Set the closing cookie for 365 days setCookie("spu_closing_18961", "true", 365); } }// Call the displayPopup function on page load window.onload = function() { displayPopup(); };