-
1. Re: url link with target="_blank" hangs in Internet Explorer 7 BUT works fine in IE6, FF, Safari?
SnakEyez02 Dec 31, 2010 9:30 AM (in response to adobe1kenobe066)adobe1kenobe066 wrote:
Site with the SWF with the link with target="_blank":
http://solarinkgraphics.com/web.htm • clicking on the IMAGE or the "ENLARGE" link should take you to a target="blank" url
Site it should go to:
First off that first link to the graphics site does not work. Getting a page not found error. Although I was able to do a quick lucky guess and added an "l" to the end of the address and it worked.
Second, because the link is embedded within a Flash document, your problem will lie within the ActionScript code as opposed to the HTML. Thus you would be better off posting this in the Flash forum with your ActionScript code to get better troubleshooting responses.
-
2. Re: url link with target="_blank" hangs in Internet Explorer 7 BUT works fine in IE6, FF, Safari?
adobe1kenobe066 Dec 31, 2010 2:18 PM (in response to SnakEyez02)My fault.
• That first link should read:
http://solarinkgraphics.com/web.html
• I really severly doubt it's a Flash as3 issue, as I also tested other websites both with embeded swfs and with purely just HTML anchor tags with the targets='_blank' links, and the result was the same in IE7.
I really believe it's merely a IE7's handling of target="_blank" issue.
-
3. Re: url link with target="_blank" hangs in Internet Explorer 7 BUT works fine in IE6, FF, Safari?
Nancy O. Dec 31, 2010 4:34 PM (in response to adobe1kenobe066)Target="_blank" is deprecated code.
Use JavaScript or DW Behaviors to open link in New Browser Window/Tab.
http://www.adobe.com/support/dreamweaver/interactivity/behavior/behavior04.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb -
4. Re: url link with target="_blank" hangs in Internet Explorer 7 BUT works fine in IE6, FF, Safari?
MurraySummers Jan 1, 2011 4:48 AM (in response to Nancy O.)Target="_blank" is deprecated code.
Use JavaScript or DW Behaviors to open link in New Browser Window/Tab.
http://www.adobe.com/support/dreamweaver/interactivity/behavior/behavi or04.html
Or change the page's doctype to HTML 4.01 Transitional.
There's no need to restate the default 'target="_self"' on all your other links.




