i need to call the javascript function make_session hen the hyperlink inside the label's text is clicked upon. this is the code is used:
Label1.Text += "<br><a href='next1.aspx' onclick='make_session(fi.Name)'" + ">" + fi.Name + "</a>";
y isnt ths working?
there is no syntax error but the javascript function make_session never gets called.