i've rewritten my javascript but i need some help... the reference I used gave generic examples and Im not sure how to apply them to my specific situation like what variables to use... I hate coming here and essentially asking you to do this for me but I really am helpless...
heres the new code..
Code:
var request = false;
var response;
var currentObj;
function clearData(reportspace){
The site I am trying to access is on my domain. I just wondered if I can use the document.innerh tml function or do i need another function to pull the page? Because it's technically html but i don't know if it will pull in the code or the precompiled page.
Also thanks for the code help, it's easy to over look those kind of errors in your own stuff.
aside from my mistakes if the site is on my web server i should be able to use as URL as innerhtml?
I have the basics down I believe, I understand there were some mistakes in my code could you be a dear and point them out? I know Im asking a lot especially for a new user but none of the references I've turned to have been much help asking specific question to a real life person would help me out tremendously.
Im new to the whole javascript game, I know pretty much just enough to be dangerous with no real substance. Anyway Im trying to populate a DIV with a website using the URL as an inner html source
Here is my code I keep getting an error object expecte don line 58. Which I will highlight. Anyway Not only would i Like to know what that error is about but also if my logic is correct or if I can even do what im trying... and if...
Leave a comment: