Posts by Gustavo Ponte • 135 points
5 posts
-
8
votes6
answers41250
viewsQ: How to prevent Submit from an empty form?
I have a custom search form for Google Search, and I want that if the search field is empty, Submit does not happen. You can do this blocking via Javascript?
javascriptasked Gustavo Ponte 135 -
1
votes1
answer1808
viewsQ: How to open an image in a new tab by clicking it and locking page without parameter?
I’m with the CSE research on my website, and I even asked this question: How to change URL objects via Javascript?, and wanted to know if you have how to create a script that the images of the page…
javascriptasked Gustavo Ponte 135 -
3
votes3
answers1590
viewsQ: How to change URL objects via Javascript?
I have a search system on my site using Google Custom Search, and to set the search by images, it is added in the URL: #gsc.tab=1. How I create a JS system that can be run via link that adds this to…
javascriptasked Gustavo Ponte 135 -
1
votes2
answers780
viewsQ: How to add parameters in the html action?
Now I just asked about the topbar links of my site. Well, now the problem is another: add parameters to a url. Follow the code: <script type="text/javascript"> function web(){…
-
0
votes1
answer138
viewsQ: How to change the color of links with the user’s click?
Hello! Well, I have a Topbar on my mini search site: http://isearch.baloon.url.ph, And now I’ve got a Javascript form action exchange system, which switches between "web, images, videos and news".…