Posts by Diego Queiroz • 128 points
13 posts
-
0
votes2
answers118
viewsQ: Method to capture trex of a URL with Javascript
I have a URL, https://meusite.com/q6uzeyln32td/naoquero.html, and I need to 'cut' the code between the bars (q6uzeyln32td) for a variable. I have tried the split() method with the following code:…
javascriptasked Diego Queiroz 128 -
0
votes2
answers319
viewsQ: Allow access to a URL by redirect only
Well... This may sound strange, but I need to block direct access to a url within my server, releasing it only when the user is redirected from another specific page. That would be the scheme I’m…
phpasked Diego Queiroz 128 -
0
votes1
answer59
viewsQ: Field for by subtitle file URL in Player
I’m working on a Webplayer and I need to create a field where the User can insert the URL of its legend and the same goes to the SRC of tag track... Think about input but I don’t know how to proceed…
-
0
votes1
answer94
viewsQ: Modify paging with JS to create link
I need to modify a page so that it offers a link to a run a video on an external play... My current script: (function() { 'use strict'; var tag = document.querySelector("video source").src;…
javascriptasked Diego Queiroz 128 -
1
votes1
answer47
viewsQ: Webplayer modifiable with JS
I’m creating a "Webplayer" page and I need two things on it: 1: A list with EPS that when clicking change the link inside the embed "video" 2: Function to manipulate the embed "video" and redirect…
-
1
votes1
answer515
viewsQ: Catch SRC value from Source tag with JS
I have to get the SRC value of the Source tag of this code: <video id="vp1_html5_FC" preload="auto" width="100%" height="100%" controls=""><source…
javascriptasked Diego Queiroz 128 -
0
votes0
answers271
viewsQ: Grab link contained in a JS script
I need to create a function that locates and places the value of a link contained in a javascript in a variable for another function to use this variable later. Let’s go to the real example: The…
javascriptasked Diego Queiroz 128 -
1
votes4
answers281
viewsA: CSS - How to manipulate Div’s?
Good friend, put the following code in your css: #pequeno { background-color: yellow; float: right; width: 50px; height: 60px; left: 0px; top: 0px; position: relative; #maior { background-color:…
-
0
votes1
answer203
viewsQ: Modify TAG Html inside an IFRAME with Javascript
I would like to modify a tag that is within iframe on my page. I think it will be clearer with the script below: The "streamurl" tag is inside the iframe code. <iframe id="player_externo"…
-
1
votes3
answers4125
viewsQ: Download images with Javascript
Well, I’m needing that one script Automatically download images to me. For example the url of the picture begins in http:///the_gamer/the_gamer035-01.jpg until http:///the_gamer/the_gamer035-25.jpg,…
javascriptasked Diego Queiroz 128 -
1
votes0
answers1460
viewsQ: What are Url "BLOB"
I am finding with some frequency (HIGH) "URL’s" usually from videos that start with "blob:" and the "URL" usually, however, when trying to load this link I come across the error that this URL is not…
htmlasked Diego Queiroz 128 -
1
votes1
answer1379
viewsQ: Wait a certain period to run a Javascript function?
Is there any method that makes a function run after a certain time? What I need is for the function below to run after a period of time, because the ID it searches for is only available after a time…
javascriptasked Diego Queiroz 128 -
3
votes2
answers13898
viewsQ: Picking up content from an HTML tag with JS
Well... my doubt is how to capture the value that lies between: <ALGUMATAGHTML> O valor definido arqui</ALGUMATAGHTML> Since the value I want to capture is: <span style=""…