CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 New Window in URL field

Print topic Send  topic

Author Message
phantom
Posted: 02/15/2001, 1:32 AM

Is there anyway of setting the URL type to open NEW WINDOW? (with and
without window size adjustments)

Thanks
phantom

Alexey Alexapolsky
Posted: 02/15/2001, 2:44 AM

Yes. You will need to modify appropriate html code generated by codecharge ,
the anchor tag must have target attribute , like in example below
<a href="..." target="_blank">
in case of CodeCharge you need to ind a string :
<a href="{your_url_fieldname}"> in your html template
and make it look like
<a href="{your_url_fieldname}" target="_blank">
In case of generation of code without of html templates you will need
to make changes in generated script code, where you need to make the same
operations.

--
Regards,
Alexey
CodeCharge Support

phantom <pahntom@phantom.com> wrote in message
news:96g7mn$rf3$1@news.codecharge.com...
> Is there anyway of setting the URL type to open NEW WINDOW? (with and
> without window size adjustments)
>
> Thanks
> phantom
>
>

phantom
Posted: 02/15/2001, 8:02 PM

Once again thanks for your rapid response.

I hope in future version you have this as a function on the program, as it
would make updating much easier.




"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:96gbue$38s$1@news.codecharge.com...
> Yes. You will need to modify appropriate html code generated by codecharge
,
> the anchor tag must have target attribute , like in example below
> <a href="..." target="_blank">
> in case of CodeCharge you need to ind a string :
> <a href="{your_url_fieldname}"> in your html template
> and make it look like
> <a href="{your_url_fieldname}" target="_blank">
> In case of generation of code without of html templates you will need
> to make changes in generated script code, where you need to make the same
> operations.
>
> --
> Regards,
> Alexey
> CodeCharge Support
>
> phantom <pahntom@phantom.com> wrote in message
>news:96g7mn$rf3$1@news.codecharge.com...
> > Is there anyway of setting the URL type to open NEW WINDOW? (with and
> > without window size adjustments)
> >
> > Thanks
> > phantom
> >
> >
>
>


   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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