Title of the WIndow Using Javascript in Code Behind
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi To All, Anybody can help me how to add title using the Javascript in code behind?
HelpBtn.Attributes.Add("onclick", "window.open('" + helpPath + "','','height=600,width=800,status=yes,left=125,top=20,toolbar=no,menubar=no,scrollbars=yes,location=center,resizable=yes'); return false");
Where helpPath = Path of the help document Thanks in advance..
-
Hi To All, Anybody can help me how to add title using the Javascript in code behind?
HelpBtn.Attributes.Add("onclick", "window.open('" + helpPath + "','','height=600,width=800,status=yes,left=125,top=20,toolbar=no,menubar=no,scrollbars=yes,location=center,resizable=yes'); return false");
Where helpPath = Path of the help document Thanks in advance..
You can add titlebar=yes, so it will add titlebar to the window.
HelpBtn.Attributes.Add("onclick", "window.open('" + helpPath + "','','height=600,width=800,status=yes,left=125,top=20,toolbar=no,menubar=no,scrollbars=yes,location=center,resizable=yes,titlebar=yes'); return false");
Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]