Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Javascript from hyperlink column
Message
 
À
21/11/2003 13:28:25
Information générale
Forum:
ASP.NET
Catégorie:
WebForms
Divers
Thread ID:
00852407
Message ID:
00852463
Vues:
13
>Hi All,
>
>I am working with the following javascript from a hyperlink column;
>
>
DataNavigateUrlFormatString="javascript:openWindow = window.open( 'PopupBeneficiary.aspx?BeneficiaryID={0}','_blank','width=650,height=150,resizable=yes',true);openWindow.focus()"
>
>This script is working as desired in that it calls the right page with the right parameter and the new page is sized as specified. One issue I am having is that another blank IE window is also opened in addition to the specified page and it has a message that the page cannot be displayed. I don't know how to prevent that from happening. Does anyone have insight into why the blank IE window is being opened?
>
>fwiw, I am following an example I found on the asp.net website at http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=1034
>
>TIA,

What happens if you add
return true;

to the end of the statement? Just a quick guess.
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform