|
| This is easy as can be. Pick a site you want to promote, look at the overlay and create the linking code for it. A few javascript lines is all it takes. You can even resize the end result, or change the position on the page |
|
|
\n\n";
}
}
function updateform(col)
{
var category = document.linkform.category.options[document.linkform.category.selectedIndex].value;
if (col == 1)
{
var sitelen = eval("catinfo." + category + ".sites.length");
document.linkform.site.options.length = sitelen + 1;
for (var i=0; i
|