Ask a Question related to Web Design, Design and Development.
-
Cameron #1
Opening a new window from Hyperlink
Hi all.
I'm having difficulity being able to create/open a new window if I select a
hyperlink to a site outside of my own website.
How can I overcome this??
Thanks in advance.
Cheers,
Cameron
Cameron Guest
-
How to make a hyperlink to open new small window?
HI! I try to make Dreamweawer to do next action when i click on some hyperlink on my page: - open new small sized window that does not have any... -
Hyperlink to new window--How??
I don't want them to leave my site-- How can I get a picture to link open to a new window? Thanks -
Pub 2003 - hyperlink open in new window
Pull the image off the page. Code the image in the href tag with the img src tag. That displays the hyperlinked image on the page. The path is... -
Open hyperlink in new window
I'd like for hyperlinks that send users away from my site to open in a new window. I can accomplish this by editing the html files created by... -
window.status messages for sort and hyperlink columns
I would like to have a friendly status message onMouseOver of sort columns in the datagrid. Instead of the standard "javascript:__doPostBack...", I... -
David Bartosik MS MVP #2
Re: Opening a new window from Hyperlink
Publisher doesn't support it. But you can do it manually. See the article
"new browser windows" on my web site.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Cameron" <cjy_70@hotmail.com> wrote in message
news:eCuGshpXEHA.3664@TK2MSFTNGP12.phx.gbl...a> Hi all.
>
> I'm having difficulity being able to create/open a new window if I select> hyperlink to a site outside of my own website.
> How can I overcome this??
>
> Thanks in advance.
>
> Cheers,
> Cameron
>
>
David Bartosik MS MVP Guest
-
Cameron #3
Re: Opening a new window from Hyperlink
Sadness :-(
I can't do it for those all those who have no idea.
But yes, I did recognise the manual method before I posted.
Is it possible to export the Published HTM file to a third-party product;
like DreamweaverMX by chance?
BTW - Like your site too :-)
Cheers,
Cam
"David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
news:O$oDVfqXEHA.3016@tk2msftngp13.phx.gbl...select> Publisher doesn't support it. But you can do it manually. See the article
> "new browser windows" on my web site.
>
> --
> David Bartosik - MS MVP
> for Publisher help:
> [url]www.davidbartosik.com[/url]
> enter to win Pub 2003:
> [url]www.davidbartosik.com/giveaway.aspx[/url]
>
>
> "Cameron" <cjy_70@hotmail.com> wrote in message
> news:eCuGshpXEHA.3664@TK2MSFTNGP12.phx.gbl...> > Hi all.
> >
> > I'm having difficulity being able to create/open a new window if I> a>> > hyperlink to a site outside of my own website.
> > How can I overcome this??
> >
> > Thanks in advance.
> >
> > Cheers,
> > Cameron
> >
> >
>
Cameron Guest
-
David Bartosik MS MVP #4
Re: Opening a new window from Hyperlink
It's not really a matter of "export". It's a matter of taking the site files
and "importing" them into another tool.
You can import any html files, the real question is will you be happy with
the end result.
I have always recommended against using Pub made web site files in another
product.
This is from personal experience, testing, and customer feedback.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Cameron" <cjy_70@hotmail.com> wrote in message
news:ObDGetuXEHA.2816@TK2MSFTNGP11.phx.gbl...article> Sadness :-(
>
> I can't do it for those all those who have no idea.
> But yes, I did recognise the manual method before I posted.
> Is it possible to export the Published HTM file to a third-party product;
> like DreamweaverMX by chance?
>
> BTW - Like your site too :-)
>
> Cheers,
> Cam
>
>
> "David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
> news:O$oDVfqXEHA.3016@tk2msftngp13.phx.gbl...> > Publisher doesn't support it. But you can do it manually. See the> select> > "new browser windows" on my web site.
> >
> > --
> > David Bartosik - MS MVP
> > for Publisher help:
> > [url]www.davidbartosik.com[/url]
> > enter to win Pub 2003:
> > [url]www.davidbartosik.com/giveaway.aspx[/url]
> >
> >
> > "Cameron" <cjy_70@hotmail.com> wrote in message
> > news:eCuGshpXEHA.3664@TK2MSFTNGP12.phx.gbl...> > > Hi all.
> > >
> > > I'm having difficulity being able to create/open a new window if I>> > a> >> > > hyperlink to a site outside of my own website.
> > > How can I overcome this??
> > >
> > > Thanks in advance.
> > >
> > > Cheers,
> > > Cameron
> > >
> > >
> >
>
David Bartosik MS MVP Guest
-
Cameron #5
Re: Opening a new window from Hyperlink
Will keep that in mind - not gone there yet.
Tried your link re: New Browser Window; and it didn't seem to work??
Any ideas as to why? I'm using MSPublisher 2003 and IE 6
Cheers,
Cam
Cameron Guest
-
David Bartosik MS MVP #6
Re: Opening a new window from Hyperlink
I'd probably have to see your work to know.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Cameron" <cjy_70@hotmail.com> wrote in message
news:#UHhHq7XEHA.1652@TK2MSFTNGP09.phx.gbl...> Will keep that in mind - not gone there yet.
>
> Tried your link re: New Browser Window; and it didn't seem to work??
>
> Any ideas as to why? I'm using MSPublisher 2003 and IE 6
>
> Cheers,
> Cam
>
>
David Bartosik MS MVP Guest
-
Re: Opening a new window from Hyperlink
Cameron,
If what you are looking for is to open a new window when
a hyperlink is clicked on... You can try this...
Your hyper link will be <A HREF="http:// ---------------"
After that end quote add this code target="new
window" without"> Link title </A>
The whole thing will look something like this:
<li><A HREF="http://www.testlink.com" target="new
window" without">This is a test link</A>
<li> is code for a dot. It can be removed.
Hope this helps...
Scott
seem to work??>-----Original Message-----
>I'd probably have to see your work to know.
>
>--
>David Bartosik - MS MVP
>for Publisher help:
>[url]www.davidbartosik.com[/url]
>enter to win Pub 2003:
>[url]www.davidbartosik.com/giveaway.aspx[/url]
>
>
>"Cameron" <cjy_70@hotmail.com> wrote in message
>news:#UHhHq7XEHA.1652@TK2MSFTNGP09.phx.gbl...>> Will keep that in mind - not gone there yet.
>>
>> Tried your link re: New Browser Window; and it didn'tIE 6>>
>> Any ideas as to why? I'm using MSPublisher 2003 and>>>
>> Cheers,
>> Cam
>>
>>
>
>.
>Guest



Reply With Quote

