Showing posts with label process. Show all posts
Showing posts with label process. Show all posts

Saturday, March 24, 2012

Please Help ...... Hide the tool bar and menu in new window

Hi Everyone:

I am opening new window using HyperLinkField as below.

<asp:HyperLinkField HeaderText="Process"
Target="_blank" DataTextFormatString="Process me"
DataTextField="doc_name" DataNavigateUrlFields="doc_name"
DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" /
Is there any way i can set properties like
help:no;resizable:yes;status:no;

Thanks for your kind help.

PargatAre you opening a new (popup) window. You will need to use Javascript and
add the javascript call to the "onclick" attribute of the hyperlinkfield

<pargat.singh@.gmail.com> wrote in message
news:1144876133.236134.104830@.z34g2000cwc.googlegr oups.com...
> Hi Everyone:
>
> I am opening new window using HyperLinkField as below.
> <asp:HyperLinkField HeaderText="Process"
> Target="_blank" DataTextFormatString="Process me"
> DataTextField="doc_name" DataNavigateUrlFields="doc_name"
> DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
>
> Is there any way i can set properties like
> help:no;resizable:yes;status:no;
> Thanks for your kind help.
> Pargat

Please Help ...... Hide the tool bar and menu in new window

Hi Everyone:
I am opening new window using HyperLinkField as below.
<asp:HyperLinkField HeaderText="Process"
Target="_blank" DataTextFormatString="Process me"
DataTextField="doc_name" DataNavigateUrlFields="doc_name"
DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
Is there any way i can set properties like
help:no;resizable:yes;status:no;
Thanks for your kind help.
PargatAre you opening a new (popup) window. You will need to use Javascript and
add the javascript call to the "onclick" attribute of the hyperlinkfield
<pargat.singh@.gmail.com> wrote in message
news:1144876133.236134.104830@.z34g2000cwc.googlegroups.com...
> Hi Everyone:
>
> I am opening new window using HyperLinkField as below.
> <asp:HyperLinkField HeaderText="Process"
> Target="_blank" DataTextFormatString="Process me"
> DataTextField="doc_name" DataNavigateUrlFields="doc_name"
> DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
>
> Is there any way i can set properties like
> help:no;resizable:yes;status:no;
> Thanks for your kind help.
> Pargat
>