Graeme06
Technical User
- Jun 6, 2006
- 60
Hi, another question:
I have the following code:
var url = " document.getElementById("external").src=url;
"external" is just an iframe. So all this does is load google in an internal frame.
Now the thing is what I want to load inside this frame isn't an actual pre designed website (I just put google in there as an example). It's going to be different depending on the situation. Basically, is there a way instead of saying url = to have something like url=
"<html><head><title>hello</title><body>thisisapage</body> "
It will be a very small page (just a two row table), but I'm not sure if that makes any difference
Thanks,
Graeme
I have the following code:
var url = " document.getElementById("external").src=url;
"external" is just an iframe. So all this does is load google in an internal frame.
Now the thing is what I want to load inside this frame isn't an actual pre designed website (I just put google in there as an example). It's going to be different depending on the situation. Basically, is there a way instead of saying url = to have something like url=
"<html><head><title>hello</title><body>thisisapage</body> "
It will be a very small page (just a two row table), but I'm not sure if that makes any difference
Thanks,
Graeme