| View previous topic :: View next topic |
| Author |
Message |
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
| |
plantino Enthusiastic Coder
Joined: 13 May 2006 Posts: 96
|
Ha you're full of shit.
Yes you can do that, yes you can set whatever attributes yo uwant
But it won't work
It won't parse the script
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
| |
plantino Enthusiastic Coder
Joined: 13 May 2006 Posts: 96
|
I was thinking oScript.innerHTML = "blah blah blah"
You can't do innerHTML on a script element. My bad.
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
Okay
That's ok. so anyway, seems to me that a lot of time you want to kick of some javascript after you get your data, so why not do it this way, where the JS file returns the data plus a statement or two that gets the page updated?
Reply with quote
|
| |
|
|
plantino Enthusiastic Coder
Joined: 13 May 2006 Posts: 96
|
I've never been able to get <script></script> code to parse that comes from an ajax request
Ie, updating a div with <script></script> elements
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
This isn't coming from an ajax request if you mean XmlHttpRequest... it's a new script element that requests a file with parameters, on the server side some language like PHP could generate the javascript for the request
Do you get my meaning
Reply with quote
|
| |
|
|
plantino Enthusiastic Coder
Joined: 13 May 2006 Posts: 96
| |
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
No issue, i was just wondering why it doesn't seem more widely used since it seems like a pretty good technique for me. maybe there's something i'm not aware about
Anyway it works for me and it seems standards compliant so i think i'll employ it when appropriate
By default it'll block if you are doing it on your local machine
But it shoudl work on a web site by default afaik
Reply with quote
|
| |
|
|
|