-
font size changed on asp.net page
I am using javscript to open a new browser window when a button is clicked.
Here is the script:
Response.Write("<script>window.open('newpage.aspx','_blank','scrollbars=1, resizable=1');</script>");
Interesting thing is with the click of button, the font size changed (increased) in the original asp.net page; refreshing the screen brings back the original font size.
I have a gridview on a different page with a selectable row. When a row is selected, I used javasript to open a new browser window and display selected data details; it has the similar effect of increased font size and upon refreshing screen, I got the original font size.
On the pages, I have font-family:Arial and font-size:10pt
The problem seems to point to the javascript I used; thank you in advance for your help.
-
I would like to retract the above. Found the problem; has nothing to do with javascript at all.
-
Having font issue also
Can you please tell me what the issue was? I am stuck with the same problem. Thanks for any help.
-
having same problem could you please help me.
i am also facing this fontsize incresing problem in asp.net after using the alert().could you tell me the reason and solution for that.
Similar Threads
-
By ashokformac in forum Java
Replies: 0
Last Post: 05-22-2007, 02:55 AM
-
Replies: 0
Last Post: 09-29-2006, 03:10 AM
-
By Bobby in forum VB Classic
Replies: 0
Last Post: 07-22-2002, 11:52 AM
-
By Bill Lucas in forum Web
Replies: 0
Last Post: 08-31-2001, 11:11 AM
-
By J Justin in forum VB Classic
Replies: 4
Last Post: 07-17-2000, 03:38 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks