I'm trying create one simple thing, so let me try to explain, where it says "table here" is supposed appear one table with 4 columns and 6 lines of course, with content inside of cells.
Unfortunately I don't know how make this in Javascript.
Code…
I am a seller on eBay and I want to use JavaScript on eBay. I have successfully used document.write to put the source file of JavaScript. The problem is it not working
This is my JavaScript:
window.onload = function trackt(){
if (typeof…
I want the document.write code to load a page(as iframe)
example - i need document.write function to get http://google.com
I dont want html function but as document.write
Hi I want to shorten this: document.write("").
Instead i made my function:
function myFunc() {
document.write()
}
and I want that ill be able to modify it like this: myFunc("hello world")
but it did not work.
I have been working with some code that i inherited at work and added some new things to it, but now, the data won't print.
The code uses document.write and uses a .js file to help and store strings that are then printed in the JSP using…
This is failing but i dont know how to make it work.
I have a php array:
$swipe_list = array('customers.html', 'index.html', 'atr_backplane.html');
This is to know which pages have carousels and need touch support.
so i check the page in php and if…
Ok so I have this simplified code of what I am trying to do on this page. I want the browser to display a prompt as soon as they load the page asking for their name. Once they answer what their name is it takes that variable (name) and writes it…
Possible Duplicate:
JavaScript - what are alternatives to document.write?
i am creating a javascript function which i want to execute after few seconds but when it executes it removes all the page content and display only that result which i am…
ich brauche dringend Eure Hilfe, zur Verständnis.
Im 1. Beispiel funktioniert mein Test Script normal.
im 2. habe ich die beiden Abschnitte in jeweils eine Funktion gepackt und in der Console folgender Fehler angezeigt:
Uncaught ReferenceError:…
Just to let you know I am not a programmer. I try to understand some code and change it where I can using trial and error.
I have the following piece of code from a Joomla module where I need to change in the function: function pausescroller the…
I have a web page where I am reading Google Blogger blog category from his feed using JSON. I have two functions. First on is getting all the Blog Categories List and second one is taking Blog Categories from that and then hitting again Blog to get…