Subversion Repositories bacoAlunos

Rev

Rev 298 | Rev 1306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 298 Rev 671
Line 70... Line 70...
70
function confirmLink(msg)
70
function confirmLink(msg)
71
{
71
{
72
    return confirm(msg);
72
    return confirm(msg);
73
}
73
}
74
 
74
 
-
 
75
function sett(form, obj, value)
-
 
76
{
-
 
77
    form.obj.value = value;
-
 
78
}
-
 
79
 
75
 
80