Java script openBrWindow in asp.net
-
I trying to have my hyperlink open on the new page using java script which I have my code in this way and it is place as default.aspx.vb ------------------------------------------------------------------------- hyperlink.Text += "* " + Title("link_title") + "
" -------------------------------------------------------------------------- I have my java script at the defualt.aspx ------------------------------------------------------------------------ <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> ----------------------------------------------------------------------------- and this line of code doesnt work in asp.net...the hyperlink are not function. If i have my line of code as below..It doing well. But I will like to have the new page when window open as above. ----------------------------------------------------------------------------- hyperlink.Text += "<li><a href='" + Title("link_url") + "' target='_blank' class='lesson'>" + Title("link_title") + "</a></li><br>" ------------------------------------------------------------------------------- Is any one can help? -- modified at 11:51 Sunday 19th March, 2006</x-turndown>
-
I trying to have my hyperlink open on the new page using java script which I have my code in this way and it is place as default.aspx.vb ------------------------------------------------------------------------- hyperlink.Text += "* " + Title("link_title") + "
" -------------------------------------------------------------------------- I have my java script at the defualt.aspx ------------------------------------------------------------------------ <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> ----------------------------------------------------------------------------- and this line of code doesnt work in asp.net...the hyperlink are not function. If i have my line of code as below..It doing well. But I will like to have the new page when window open as above. ----------------------------------------------------------------------------- hyperlink.Text += "<li><a href='" + Title("link_url") + "' target='_blank' class='lesson'>" + Title("link_title") + "</a></li><br>" ------------------------------------------------------------------------------- Is any one can help? -- modified at 11:51 Sunday 19th March, 2006</x-turndown>