cosmic
01-12-2009, 10:44 PM
1) Script Title: Stepcarousel
2) Script URL (on DD): www.mxchampion.com/sunstream/1/index.php
3) Describe problem:
Hy guys,
i included the script in my index page and it works perfectly.
However when you go to another page the buttons remain visible....
On top when you go to start page = main page, the whole script is messed up.
I reload my pages using ajaxpage commands and reloading the id=container DIV.
Can someone please help me out?
script out of flash:
function actie(event:MouseEvent):void{
var url:String = "javascript:ajaxpage('index.php', 'container');";
var request:URLRequest = new URLRequest(url);
try {
navigateToURL(request, '_self');
}
catch (e:Error) {
trace("Error occurred!");
}
}
Thanks
<p><a href="http://www.dynamicdrive.com"><strong>Dynamic Drive DHTML code library</strong></a><br>
Visit <a href="http://www.dynamicdrive.com">Dynamic Drive</a> for free, original DHTML scripts
and components, all of which utilize the latest in DHTML and JavaScript technology!</p>
2) Script URL (on DD): www.mxchampion.com/sunstream/1/index.php
3) Describe problem:
Hy guys,
i included the script in my index page and it works perfectly.
However when you go to another page the buttons remain visible....
On top when you go to start page = main page, the whole script is messed up.
I reload my pages using ajaxpage commands and reloading the id=container DIV.
Can someone please help me out?
script out of flash:
function actie(event:MouseEvent):void{
var url:String = "javascript:ajaxpage('index.php', 'container');";
var request:URLRequest = new URLRequest(url);
try {
navigateToURL(request, '_self');
}
catch (e:Error) {
trace("Error occurred!");
}
}
Thanks
<p><a href="http://www.dynamicdrive.com"><strong>Dynamic Drive DHTML code library</strong></a><br>
Visit <a href="http://www.dynamicdrive.com">Dynamic Drive</a> for free, original DHTML scripts
and components, all of which utilize the latest in DHTML and JavaScript technology!</p>