create a link to open in a new window
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
create a link to open in a new window

 
Post new topic   Reply to topic    Windows Server Forum Index -> Windows Services
Author Message
JV
Guest





Posted: Fri Jan 14, 2005 1:47 am    Post subject: create a link to open in a new window Reply with quote

I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser window?

JV
Back to top
Jeff Webb
Guest





Posted: Fri Jan 14, 2005 4:33 am    Post subject: Re: create a link to open in a new window Reply with quote

There's no way that I know of to do that in a Links list in SharePoint. If
you're writing HTML, you specify a target in the <a> link. I suppose you
could code a button on the list page to do that.

"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
Quote:
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser window?

JV
Back to top
Ian Morrish
Guest





Posted: Fri Jan 14, 2005 6:37 am    Post subject: Re: create a link to open in a new window Reply with quote

You can do this if you are using a Data View Web Part (DVWP). Using a DVWP
is very simple but requires FrontPage 2003 to configure it.
I have an example for the list of links on my homepage which open in a new
window.
http://www.wssdemo.com/Pages/Links.aspx?menu=Articles

Regards,
Ian
http://www.wssdemo.com

"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:eFKIVCc%23EHA.1084@tk2msftngp13.phx.gbl...
Quote:
There's no way that I know of to do that in a Links list in SharePoint. If
you're writing HTML, you specify a target in the <a> link. I suppose you
could code a button on the list page to do that.

"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser
window?

JV


Back to top
JV
Guest





Posted: Fri Jan 14, 2005 8:41 am    Post subject: Re: create a link to open in a new window Reply with quote

Can you provide a little more info on how to use a DVWP to do this? I've
read some of the links on your site about this and it all seems to point to
creating new web parts that tap into databases, etc. Are you talking
about creating new web parts, or editing an existing list with FP2003 or
what? I do use FP2003 and know my way around somewhat, but could use a
little more help on where to get started with this one.


"Ian Morrish" <ian_morrish@hotmaildotcom> wrote in message
news:OMh37Ed%23EHA.2180@TK2MSFTNGP10.phx.gbl...
Quote:
You can do this if you are using a Data View Web Part (DVWP). Using a DVWP
is very simple but requires FrontPage 2003 to configure it.
I have an example for the list of links on my homepage which open in a new
window.
http://www.wssdemo.com/Pages/Links.aspx?menu=Articles

Regards,
Ian
http://www.wssdemo.com

"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:eFKIVCc%23EHA.1084@tk2msftngp13.phx.gbl...
There's no way that I know of to do that in a Links list in SharePoint.
If you're writing HTML, you specify a target in the <a> link. I suppose
you could code a button on the list page to do that.

"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser
window?

JV




Back to top
JV
Guest





Posted: Fri Jan 14, 2005 9:14 am    Post subject: Re: create a link to open in a new window Reply with quote

Actually, I found out how to insert a data view by just going to
Insert/Database/Data View from the menu in FP. And I see that I can select
my list of links as the database source and have it insert that list into
the web page. So I guess I'm now down to trying to find how to configure
the list so that each item opens in a new window when clicked.

JV


"Ian Morrish" <ian_morrish@hotmaildotcom> wrote in message
news:OMh37Ed%23EHA.2180@TK2MSFTNGP10.phx.gbl...
Quote:
You can do this if you are using a Data View Web Part (DVWP). Using a DVWP
is very simple but requires FrontPage 2003 to configure it.
I have an example for the list of links on my homepage which open in a new
window.
http://www.wssdemo.com/Pages/Links.aspx?menu=Articles

Regards,
Ian
http://www.wssdemo.com

"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:eFKIVCc%23EHA.1084@tk2msftngp13.phx.gbl...
There's no way that I know of to do that in a Links list in SharePoint.
If you're writing HTML, you specify a target in the <a> link. I suppose
you could code a button on the list page to do that.

"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser
window?

JV




Back to top
Mike Walsh
Guest





Posted: Fri Jan 14, 2005 11:27 am    Post subject: Re: create a link to open in a new window Reply with quote

Odd that no-one thought just to refer to the WSS FAQ (see my sig) item for
this.

This is item III.80 and is the third hit when searching the site with
"Links". (III.80 "How do I open links in a new browser copy")

There's more detail and options there than in this thread so far (as far as
I can see). [Although using XSLT is common]

Mike Walsh, Helsinki, Finland
WSS FAQ at http://wss.collutions.com
Please post questions to the newsgroup only.


"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
Quote:
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser
window?

JV

Back to top
Ian Morrish
Guest





Posted: Fri Jan 14, 2005 2:23 pm    Post subject: Re: create a link to open in a new window Reply with quote

Very simple, watch the video...
http://www.wssdemo.com/Demo%20Documents/openlink.wmv
You only have to set the target value for the first link and it is applied
to every item in that column.

Thought I had recorded audio but something went wrong and I have to finish
packing for a trip to Redmond tomorrow...

Regards,
Ian
http://www.wssdemo.com

"JV" <jv@nospam.com> wrote in message
news:ekg0mce%23EHA.3596@TK2MSFTNGP12.phx.gbl...
Quote:
Actually, I found out how to insert a data view by just going to
Insert/Database/Data View from the menu in FP. And I see that I can
select my list of links as the database source and have it insert that
list into the web page. So I guess I'm now down to trying to find how to
configure the list so that each item opens in a new window when clicked.

JV


"Ian Morrish" <ian_morrish@hotmaildotcom> wrote in message
news:OMh37Ed%23EHA.2180@TK2MSFTNGP10.phx.gbl...
You can do this if you are using a Data View Web Part (DVWP). Using a
DVWP is very simple but requires FrontPage 2003 to configure it.
I have an example for the list of links on my homepage which open in a
new window.
http://www.wssdemo.com/Pages/Links.aspx?menu=Articles

Regards,
Ian
http://www.wssdemo.com

"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:eFKIVCc%23EHA.1084@tk2msftngp13.phx.gbl...
There's no way that I know of to do that in a Links list in SharePoint.
If you're writing HTML, you specify a target in the <a> link. I suppose
you could code a button on the list page to do that.

"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser
window?

JV






Back to top
Ian Morrish
Guest





Posted: Fri Jan 14, 2005 2:27 pm    Post subject: Re: create a link to open in a new window Reply with quote

Oh, and it was a total fluke that Sig Weber
(http://www.asaris-matrix.com/sweber/playground/default.aspx) just happened
to come online while I was recording :-)

"Ian Morrish" <ian_morrish@hotmaildotcom> wrote in message
news:un%23HcJh%23EHA.608@TK2MSFTNGP15.phx.gbl...
Quote:
Very simple, watch the video...
http://www.wssdemo.com/Demo%20Documents/openlink.wmv
You only have to set the target value for the first link and it is applied
to every item in that column.

Thought I had recorded audio but something went wrong and I have to finish
packing for a trip to Redmond tomorrow...

Regards,
Ian
http://www.wssdemo.com

"JV" <jv@nospam.com> wrote in message
news:ekg0mce%23EHA.3596@TK2MSFTNGP12.phx.gbl...
Actually, I found out how to insert a data view by just going to
Insert/Database/Data View from the menu in FP. And I see that I can
select my list of links as the database source and have it insert that
list into the web page. So I guess I'm now down to trying to find how to
configure the list so that each item opens in a new window when clicked.

JV


"Ian Morrish" <ian_morrish@hotmaildotcom> wrote in message
news:OMh37Ed%23EHA.2180@TK2MSFTNGP10.phx.gbl...
You can do this if you are using a Data View Web Part (DVWP). Using a
DVWP is very simple but requires FrontPage 2003 to configure it.
I have an example for the list of links on my homepage which open in a
new window.
http://www.wssdemo.com/Pages/Links.aspx?menu=Articles

Regards,
Ian
http://www.wssdemo.com

"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:eFKIVCc%23EHA.1084@tk2msftngp13.phx.gbl...
There's no way that I know of to do that in a Links list in SharePoint.
If you're writing HTML, you specify a target in the <a> link. I suppose
you could code a button on the list page to do that.

"JV" <jv@nospam.com> wrote in message
news:uul9kia%23EHA.2552@TK2MSFTNGP09.phx.gbl...
I hate to ask such a basic question, but I just can't seem to find the
answer. How can you tell a link in a list to open in a new browser
window?

JV








Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Windows Services All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB