Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Javascript from hyperlink column
Message
 
To
21/11/2003 13:28:25
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00852407
Message ID:
00852463
Views:
12
>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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform