Tagged Questions
10
votes
6answers
919 views
Why does this document.write iframe ads code completely break Internet Explorer?
So, I'm trying to find an answer to why this problem is happening; I've fixed the problem, but I want to know why it happened.
TL;DR
Google-provided conversion tracking code that injected an iframe ...
3
votes
3answers
1k views
Load Advertisement (script) after page using jquery
I'm trying to optimize the page render and download and I'm stuck in this situation...
I'd like to load an advertise at the end of page load, I made a simple test PAGE
Code:
<!DOCTYPE html>
...
3
votes
2answers
346 views
Controlling the scope of a document.write call coming from a third party
I'm writing a webpage that relies on an external javascript file (that I have no control of), which returns data by using document.write's. Is there any way to dynamically call the function without it ...
1
vote
2answers
125 views
How can I write the contents of a variable into the text area of a <td>here</td> with javascript?
How can I write the contents of a variable into the text area of a <td>here</td> with javascript? I would like to prompt the user using the called function onclick and store what they type ...
1
vote
3answers
138 views
How can JavaScript make new page that contains more JavaScript?
I'm opening new page using JS and writing into it the HTML code, however when I try to write JS inside the new page using document.write() function it doesn't work. Apparently the main JS closes as ...
0
votes
2answers
153 views
document.write() and Ajax - Doesn't work, looking for an alternative
I recently asked a question here, and received a great response (which I will shortly be accepting the most active answer of, barring better alternatives arise) but unfortunately it seems the of the ...
0
votes
0answers
334 views
document.write to different page and stay
Is there a way to document.write variables on a separate page and have them stay there even if you refresh both pages? I kind of want the separate page to work as a database for the vars on the first ...
0
votes
2answers
623 views
document.write with CoffeeScript
I know I am probably doing this wrong because if trying this through try coffeescript feature it works but surprisingly it doesn't emit any result on my example:
...
0
votes
3answers
965 views
html, insert form dynamically through document.write
I'm trying to insert a form dynamically using document.write but for some reasons the form is not working anymore.
Here is the code which calls the javascript http://pastebin.com/iMQ3FxHM and here is ...
0
votes
2answers
71 views
javascript, html document.write
I'm trying to write a javascript using document.write but for some reasons it doesn't work . I also need to make a kind of trick to 'obfuscate' the url and "src" attribute by automated bots .Any idea ...
0
votes
3answers
343 views
When I use javascript's document.write command it doesn't seem to display leading spaces. Help please
This is the code I wrote up to display a Mancala board but it won't display the leading space for some reason. Does anyone know why this is happening? Any help is greatly appreciated.
function ...
0
votes
4answers
598 views
JS: Displaying html w/ variables via document.write
I just started learning JS the other day and am (of course) having some difficulty. I usually grasp onto things quickly but I can't for the life of my find a solution to this. I'd like to understand ...
-4
votes
4answers
122 views
Why does document.write not work?
Why does the document.write method not work?
Here's my code:
<SCRIPT LANGUAGE = "JavaScript">
var candidateArray = ['Mr R Green...', 'Ms O Brown...', 'Ms Y Black...', 'Mr G White...', 'Ms B ...