Link to home
Start Free TrialLog in
Avatar of DB_Fury
DB_Fury

asked on

C# Website Link Problem

I have a C# website with the links should below.  The links are LinkButtons.  I currently have it that when the click on the link it sets the url and I have some C# code in the event that says use javascript and redirect to the url the i just set all the parameters to in a new window.  The only way i can get these to show in IE is to hold control when i click on the link until the pdf is displayed.  is there a better way to display a pdf report by clicking a link instead of using C# javascript (which i included)?
Page.ClientScript.RegisterStartupScript(this.GetType(), "newPage", "<script>window.open('" + url + "');</script>");

Open in new window

links.JPG
Avatar of guru_sami
guru_sami
Flag of United States of America image

Looks like it's popup blocker that is preventing it to popup...
see my answer to your other question
Avatar of DB_Fury
DB_Fury

ASKER

pop ups are blocked and i dont have a yahoo or google toolbar
Avatar of DB_Fury

ASKER

i ment popup are allowd
ASKER CERTIFIED SOLUTION
Avatar of mohan_sekar
mohan_sekar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DB_Fury

ASKER

dty
DB_Fury, care to explain what dty means?