ricksj
12-07-2006, 06:43 AM
1) Script Title:
Mike's scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex2/mikescroll.htm
3) Describe problem:
I'm trying to place relative (to my site) urls in my scroller links, but they don't work. Is there a way to do this?
TIA
Rick
This works,
myScroller1.addItem("<a href='http://www.mywebpage.com/events/index.html' target='_blank'>New events this week...</a>");
But this doesn't
myScroller1.addItem("<a href='events/index.html' target='_blank'>New events this week...</a>");
Mike's scroller
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex2/mikescroll.htm
3) Describe problem:
I'm trying to place relative (to my site) urls in my scroller links, but they don't work. Is there a way to do this?
TIA
Rick
This works,
myScroller1.addItem("<a href='http://www.mywebpage.com/events/index.html' target='_blank'>New events this week...</a>");
But this doesn't
myScroller1.addItem("<a href='events/index.html' target='_blank'>New events this week...</a>");