It's not on the page until it loads, but then it is there. However, the browser doesn't seem to know it.
If I use "view selection source" to see what's happening on the page, I get the following code:
Code:
<p style="font-size:2em;margin-left:0px;margin-top:60px;text-align:center;">
Video URL on Youtube:
<br><input name="url" style="width:250px;" id="newurl" value="" onkeyup="if(this.value!='') { showel('savenew',0,1); } else (hideel('savenew',1));" type="text">
<br><input id="savenew" style="display:none;margin:auto;" value="Add to Map" onclick="editpin(document.getElementById('newurl').value); return false;" type="submit">
</p>
So it is definitely there, but the browser doesn't know it's there.
Is there any reason you know of that this might occur?
Edit: I keep re-double-checking to be sure there are no typos, and I can't find any. If I'm just missing something, that would explain it, so let me know if you see something. But as far as I can tell, it should be working.
Bookmarks