Can I use the code below to also set a window size?
At the moment the link displays in a full window, but i'd like to set it to open in a new, custom size window, with no toolbars if poss!
Thanks
At the moment the link displays in a full window, but i'd like to set it to open in a new, custom size window, with no toolbars if poss!
Code:
document.write("<a target=\"_self\" href=\"" + docref[random_num] + "\"><img src=\"" + image[random_num] +"\" border=\"0\"></a>");
Thanks