I am having an issue with window.open that only occurs with Opera (version 11.5). function openpageopera()
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
can javascript document.write head meta part for seo? I have dynamic pages, so I want write different head meta part by page loading.
as in title says I have a problem, here is example: ... <script> document.body.innerHTML = \"\"; document.write(\"<scr\"+\"ipt>alert(1);<\\/scr\"+\"ipt>\");
This code does not work: <div class=\"pix\"><div id=\"addTimestamp\"></div></div>
I am using openWysiWyg editor in my website. This is attached to a text-area where I can type in the 开发者_JAVA百科content and the content is then saved to some php text file with the html tags intac
The following code works fine on www but opens a blank window in an internal network.That is, it\'ll work on http://www.foobar.com, but it\'ll die on http://myserver.foobar.com, where myserver is a pr
Radio buttons and JS suck. Ok now that I got that out of my system here is my problem: I finally got Javascript to acknowledge the radio button\'s value after reading getElementById not playing nice w
I am new to Javascript, and just trying to learn the basics. Neither of these examples display in my browser. What am I doing wrong here?
I would like to insert a script into the page in a blocking way (can\'t use the src attribute of a script tag unfortunately). Would it block if i inserted the tag via document.write() on all browsers?