Upload File and Place in working directory
I am a relative beginner to angular and I am trying to create a web-page that allows users to upload a file, which is then placed within a folder in the working directory.The upload page component is...
View ArticleWhy Does W3schools Icons Not Animating
I have followed the instructions and even tried copy and pasting. (https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_menu_icon_js), however the animation doesn't play out fully? the bars...
View ArticleGetting the value of Input and inserting the value to
when I pressed the button, the data from the input is not changing inside the . please help. I am using Jquery for the function thank you so much in advance.I'm new in HTML and Jquery. I include the...
View ArticleUsing tag key to insert text and change the size of text in Web application
I am making a basic online editing interface for coursework and i want to use keyboard events. The tab key should insert text, this works, but it should also reduce the size of the text on that line....
View ArticleDisplay text with two language in webpage with different fonts with font-face...
My web page displays Persian text using the Yekan font as expected. Why does the English text incorrectly use a font other than Alger?@font-face { <!-- Persian Font --> font-family: Yekan; src:...
View ArticleHow can I open a file into Ace text editor?
How can I use Ace text editor to open local files with extensions such as HTML, CSS, and js? I imagine there is a way to set up a button that opens your file selector, you can open one, and it opens...
View ArticleHow to make href anchors in iframe `srcdoc` actually work
I have some html content that I am loading in an iframe. I'm loading the html content through the srcdoc attribute. Unfortunately, when following anchor tag links inside the iframe it loads the entire...
View ArticleHow can i adding post inputs to database and get that in other file
How i can create script, who adding (name,access,and a few inputs) to database. And get this name in domain example domain.com/name. Without create file with that name. I mean when i write in inputs...
View ArticleHow to vertically center text from image overlay
I'm trying to recreate the google image row layout because I can't find any library that can help me. It doesn't matter how many images you add or the size, the row will auto adjust. I'm pretty close...
View ArticleJavaScripr filter for input options that can filter by any...
I have a code:<form> <p>Filter by category<br /> <input type="text" id="searchz" name="search" value="-- " style="margin: 10px;width: 165px;" onkeyup="filter(this.value)">...
View ArticleOccasionally missing "selected" option in dropdowns after reload a form...
There is a large form with a list of 100-300 events per day / date. Each event in the list have 3 dropdowns for day, month and year. They are "simple" select fields, without javascript. Days, month and...
View ArticleDjango: How to log out a user using Javascript's window.confirm()
I am making a web app using Django/Python. There is a navigation at the top of the web app, and if a user clicks on the 'logout' link a pop-up window using Javascript's window.confirm() asks them if...
View ArticleText box to appear when a radio button is selected
I want to get a text box to appear when a radio button is selected yes . This is what my code looks like; Care of Address? <br> Yes<input type="radio" name="radio1" value="Yes"...
View Articlehow to send a flask base_url to js file through html
I have to send a base_url of an flask function to js file since the url would be dynamic.I was able to create the base_url for a particular flask function likeurl_of_this_function = request.base_url...
View ArticleConvert a javascript board array into a html tictactoe board
Im making a tictactoe game. It's not the traditional one which the board is only 3x3, but infinity in sizeIm trying to convert an array of a board that looks like this: [[0,0,0],[0,0,0],[0,0,0]] into a...
View ArticleHow to hide/disable buttons controls in videojs?
I have application with video.js and vue.I try to find a way to hide or disable those controls: play button, playback rate, and make the progress bar readonly.I the video.js docs there is controls:...
View ArticleBeautiful soup finding the first sibling of a known object with a known...
I have the following code to select a certain cell in a table element:tag = soup.find_all('td', attrs={'class': 'I'})as shown in the attached image 1, I would like to somehow be able to find its first...
View ArticleHow to submit form after countdown
I'm kind of stuck in my project i have been able to get a function for a countdown using JavaScript , the problem i'm facing now is i don't know where to set a function that's say's once it's 0:00...
View ArticleAligning textboxes in HTML
I've been trying to align the textboxes but i can't seem to get it right. i also tried to google it but i can't figure it out.<form name="salary" id="salary"><b> <tr> Name: <input...
View ArticleUsing CSS to set scrollbar Width
I am adding the following CSS style to set the scroll bar width in my DIV element. My question is in some part of the div tag of the same page, the width is adjusted but in other part, the div tag is...
View Article