Posts by Guilherme S. Santos • 61 points
7 posts
-
0
votes3
answers327
viewsQ: External HTML in div without server
I own a page Index.html is a series of other html pages. I need to make sure that by clicking on a link the specific document appears in a div. In detail, I can’t use PHP include because I can’t…
-
0
votes2
answers45
viewsQ: Error in image gallery, return random button
Hello, I have a js that makes a list of images move forward and backward based on a variable, it advances perfectly, but to return it returns randomly. Can anyone help me solve? the code is below:…
-
1
votes1
answer1806
viewsQ: How do I embed one HTML page into another without iframe?
I have a common page but inside a body in a div want for a li or a p other html, so I have a main page in case I need to make changes and have external content. No need to change all pages when I…
-
1
votes1
answer532
viewsQ: how to change an image by clicking on a link
Hello, how do I change the src of an image when I click on a link next? I have a long list of images and I would like to advance according to the amount of images in this folder, rather than by one…
-
1
votes1
answer161
viewsQ: how to change an image src from another page
Hello, I have an input where it serves as a search bar. By entering a name and pressing enter, a function is activated and performs the following function: function verificaValor(){ var valor =…
-
0
votes1
answer88
viewsQ: Change src of an action-based image on the previous page
Hello, I need help to do the following pq I’m not getting at all: When I click a button (for example) I need to go to another page. So far ok. I need on this page the image to be displayed is…
-
0
votes1
answer160
viewsQ: How to access page according to input text field?
Hello, I have an input field in my HTML, I want to make that depending on the typed text, it goes to page x or y. I also need that depending, go to a page and on this page change the src of an image…