PDA

View Full Version : Button Link // AJAX Navigation


Jabroni
03-28-2007, 06:37 PM
Hey, I hope this is simple.

I hooked up AJAX on my site.
It allows content to be loaded into a certain part of my page.

the code is simple...
<a href="javascript:void(0)" onClick="open_url(home.html','content_section');"></a>
with that code on a link it allows the It allows content to be loaded into a certain part of my page.

I was wondering if anybody knows how to make the link on a flash button and when somebody clicks it, it works the same as it would as if it was an html link..

i tried some code like link.htmlText= "<a href="javascript:void(0)" onClick="open_url('home.html','content_section');"></a>";

thanks in advance for anyone who can help.