All Questions
1,566 questions
0
votes
0
answers
36
views
I get a popup menu reappear above the menu upon clicking hamburger icon. How can I get the menu to just appear only?
HTML and CSS is below, I have issues upon mobile view. Upon click the hamburger menu the popup automatically appears on top of the menu underneath.
I started with the HTML code, and then the css. I ...
0
votes
0
answers
60
views
Where to use parse_html=True for GeoJsonPopup(fields that contain html text?
I have the below code block so far that reads data from json where popups function as expected, except they are just string text. Possibly this needs a for loop listener to parse html text fields from ...
1
vote
1
answer
54
views
A confirmation popup and Subsequent action
I have a dataTables HTML table on Apache that is generated daily showing all the VMs in a proxmox cluster.
The table is generated dynamically everyday by API calls to Proxmox.
I want to be able to ...
2
votes
1
answer
147
views
How do I make a slideshow popup with next/prev arrows within the image?
I want to make a popup with a slideshow but I have a problem, I can't get the naviagtion arrows be placed inside the image container, so when the website is resized they stay in the same place.
I want ...
-1
votes
1
answer
65
views
Unable to open model even after setting display to none
I am trying to make a simple hello world page. I added a few css animations for it and also implemented modal to pop up when the user clicked the button. The button has a blinking animation and will ...
0
votes
0
answers
28
views
How do I go about making my popup element appear over the publications page, similar to how google scholar’s cite button popup works?
I was working on a publications page and wanted to have the bibtex be a popup, kind of like how google scholar’s cite button works (NOT their bibtex button which links to a new page).
The issue is ...
0
votes
1
answer
44
views
Popup message with PHP session flags problem
I would like to display a popup message on a HTML page only if I had clicked on a button and had sent successfully a form from another one. I tried to do that with PHP sessions (including JavaScript ...
0
votes
0
answers
27
views
I want to add a pop up on a page load in a Volusion based site
I have a Volusion based site and a Klaviyo code. I don't know where to add the code or how to add it so it pops up during the page load.
Here is the code:
<script type="text/javascript"&...
0
votes
0
answers
33
views
How to update a Chrome extension popup with server response using a loading page?
I'm currently working on a chrome extension that scrapes a website for it's recipe using llm and then uses open ai chat gpt to modify the recipe to user preferences. I'm working on the front end part ...
0
votes
1
answer
86
views
Need to show a popup that it is already started, when a start button is clicked in the duplicated tab
In my MVC application, I have a start button that triggers a timer when clicked. If I duplicate the page and click the start button again, the timer starts anew. How can I modify the code to display a ...
0
votes
2
answers
56
views
Popup HTML: The content is not showing when the button is clicked
The popup content isn't showing on click.
I will only put the shortened version of the code.
When the button is clicked, the content should be showed.
The html button will trigger the js code to set ...
0
votes
0
answers
52
views
popup not function in openlayer
write code for maps portal of the city. I have problem with my code. I thing that problem is in my js file. I didn´t find answer here and in youtube, but code still not function. When I click on ...
1
vote
2
answers
351
views
Open and close a popup window in javascript
I tried to open and close a popup in a simple HTML page with javascript, but maybe im missing basic knowledge of JS. First I tried to declare global variable myPopupHandle.
But hat is'nt populated in ...
-1
votes
2
answers
118
views
clicking JS popup close button refreshes page and displays popup again
I want the page to show popup when its loaded or refreshed. Upon clicking close button, popup should disappear and show me the page below. However, my code refreshes the page and displays popup again ...
0
votes
1
answer
224
views
Creating a Spell Check Feature with Underline and Popup in Textarea with pure HTML, CSS, JS
I want to create a textarea with a spell check feature similar to Grammarly. When a misspelled word is typed, it should be underlined. Clicking on the underline should trigger a popup like this.
Upon ...