Hvordan ser url'en så ud?
Got a link with: java script:Apply('font=verdana.ttf')function Apply(q) {
document.getElementById("all").style.visibility = "hidden";
q = encodeURIComponent(q); q.replace("#", "%23");
document.getElementById("apply").src = "edit_apply.php?q=" + q;
}
Me question for ye is, what will the outcommin' url of this function look like?
eks. edit_apply.php?q= *********** what next, please help.
