I have html page with the ajax javascript script in it if i use the
<a href="javascript:ajaxpage('hometext.htm', 'contentarea');"> in html it calls an external html page and loads it into a div with id container so onto the problem im trying to do the same from flash with this as the link
on (release) {
getURL("javascript:ajaxpage('hometext.htm', 'contentarea')");
}
just so you know not that anyone replied after 3hours of messing about i found that that there was nothing wrong with the line it just neede to be uploaded - wont work testing on my machine doh!