Beta Cygni
11-10-2008, 11:53 PM
1) Script Title: Time-based Progress Bar
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/dhtmlprogress.htm
3) Describe problem:
Is there a way to have the script open a specific page based on what link i have clicked after it loads the bar and not just a static page?
something with this logic perhaps?
when user clicks specified link (by id or rel if possible) {
if specified link id = xID { window.location="x.htm"; }
if specified link id = yID { window.location="y.htm"; }
if specified link id = zID { window.location="z.htm"; }
etc...
}
thanx
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/dhtmlprogress.htm
3) Describe problem:
Is there a way to have the script open a specific page based on what link i have clicked after it loads the bar and not just a static page?
something with this logic perhaps?
when user clicks specified link (by id or rel if possible) {
if specified link id = xID { window.location="x.htm"; }
if specified link id = yID { window.location="y.htm"; }
if specified link id = zID { window.location="z.htm"; }
etc...
}
thanx