wads24
08-30-2012, 07:48 PM
1) Script Title: Stay on Top content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/stayontop.htm
3) Describe problem: I would like to use the once per browser visit, and maybe I just don't understand how to change this option. I opened the js file, replaced 1 with session like the below, and it did not work.
dsettings: {
targetid: '',
orientation: 2,
position: [10, 30],
externalsource: '',
frequency: session,
hideafter: 0,
fadeduration: [500, 500],
display: 0 //internal setting on whether to display target element at all (based on frequency setting)
},
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/stayontop.htm
3) Describe problem: I would like to use the once per browser visit, and maybe I just don't understand how to change this option. I opened the js file, replaced 1 with session like the below, and it did not work.
dsettings: {
targetid: '',
orientation: 2,
position: [10, 30],
externalsource: '',
frequency: session,
hideafter: 0,
fadeduration: [500, 500],
display: 0 //internal setting on whether to display target element at all (based on frequency setting)
},