Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Talk to Webmaster Tony John
Online Members
baskar
More...
Forums
»
.NET
»
ASP.NET
»
Dynamic change title text
Posted Date:
05 Sep 2006
Posted By::
Sandeep Kumar
Member Level:
Silver
Member Rank:
0
Points
: 2
Responses:
4
How can we dynamically change title text of a popup window open by window.open() using java script
Tweet
Responses
#74016 Author:
Sidhartha Gundavarapu
Member Level:
Gold
Member Rank:
0
Date: 05/Sep/2006 Rating:
Points
: 2
two approaches.. one is to pass parameter to the child window from the parent window. second approach is to make the title element as a server tag (adding runat=server) and set the value from the server side (Page_Load) code
#74018 Author:
Gaurav Sharma
Member Level:
Gold
Member Rank:
245
Date: 05/Sep/2006 Rating:
Points
: 2
Hi check the Posts of this Forum
http://www.codingforums.com/archive/index.php?t-49603.html
Thanks
#74031 Author:
Rajaraman
Member Level:
Gold
Member Rank:
80
Date: 05/Sep/2006 Rating:
Points
: 2
<html>
<FORM>
<INPUT type="button" value="New Window!" onClick="pop()">
</FORM>
<script>
function pop()
{
alert();
window.open('this.href','width=400,height=200');
}
</script>
</html>
#74061 Author:
Kr. Hemendra Singh Shaktawat
Member Level:
Gold
Member Rank:
0
Date: 05/Sep/2006 Rating:
Points
: 2
Hi,
Use document.title to do so.
Also go through the links below.
http://www.dynamicdrive.com/dynamicindex11/animatedtitle.htm
http://javascript.internet.com/page-details/dynamic-title.html
Hope this helps.
Good Luck
Hemendra Singh Shaktawat
Mindfire Solutions
www.mindfiresolutions.com
Post Reply
This thread is locked for new responses. Please post your comments and questions as a
separate thread
.
If required, refer to the URL of this page in your
new post
.
Tweet
Next :
I got It
Previous :
how 2 edit data in data grid
Return to Discussion Forum
Post New Message
Category:
Related Messages
Validation Controls
no of click on advertisement in asp.net application
Please Please help.................. tooo urgent
Please tell me .Net interview Questions for 2+ Years Exp
To upload Documents like(doc,pdf,etc) to file system
Active Members
Today
Anil Kumar ...
(34)
Padma
(33)
Asheej T K
(19)
Last 7 Days
baskar
(335)
Asheej T K
(170)
Ultimaterengan
(169)
more...
Awards & Gifts
Email subscription
.NET Jobs
.NET Articles
.NET Forums
Articles Rss Feeds
Forum Rss Feeds