S Smith Sonian Sep 14, 2004 #1 IS it possible to set the content of the title tag using Java script. Thanks, Smith
M Mark Sep 14, 2004 #2 Why noy just use asp.net? Sub Page_Load Dim strTitle as String If someexpression then strTitle = "Some Title" Else strTitle = "Some Other Title" End If End Sub Do your title tag like this: <title><%=strTitle%></title>
Why noy just use asp.net? Sub Page_Load Dim strTitle as String If someexpression then strTitle = "Some Title" Else strTitle = "Some Other Title" End If End Sub Do your title tag like this: <title><%=strTitle%></title>
S Smith Sonian Sep 14, 2004 #3 After page post back activity eventhough I change the string value it is not reflecting. That the issue with the below method. Infact the current code works in this way only. Thanks, Smith
After page post back activity eventhough I change the string value it is not reflecting. That the issue with the below method. Infact the current code works in this way only. Thanks, Smith