The code below is from my Webstyle-generated script:-

-------------------------------------------------------------------------
writeButton(loc+"../","/page.html","button_b1",200,30,"mygraphicname","",0 );
-------------------------------------------------------------------------

The fields in the above line corresponds to the following defined labels in the following line from the same script:-

---------------------------------------------------------
function writeButton(urld, url, name, w, h, alt, target, hsp)
---------------------------------------------------------

I have no problems when working with the fields except the first one (urld). I've been trying unsuccessfully to make sense of the field. Does anyone know what this field refers to and how to make it work?

Thanks in advance for the help.