CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 target="_blank" how to?

Print topic Send  topic

Author Message
jg1130

Posts: 6
Posted: 03/30/2006, 8:16 PM

I am using the following code (before show event) in a project:
fldaddress="<a href=""http://maps.google.com/maps?oi=map&q=" & fldaddress & """>" & fldaddress & "</a>"
I would like to open the results in a new window. I've placed target="_blank" within the code and it's not working. Does anyone have experience using target="_blank" with the above type of url. I'm using CC and ASP.

Thanks,

Juan

View profile  Send private message
jg1130

Posts: 6
Posted: 03/31/2006, 3:52 AM

I got it working by placing target=_blank before href,
fldaddress="<a target=_blank href=""http://maps.google.com/maps?oi=map&q=" & fldaddress & """>" & fldaddress & "</a>"
I found that when coding html things have to be done just a little different with CC.

Juan
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.