Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Publisher / Web Design / May 2008

Tip: Looking for answers? Try searching our database.

Links to other web sites

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brian Daylight - 09 May 2008 22:47 GMT
My links to other sites always open in the same place and close down my site.
Is it possible to force these links to open in a new page. I am using MS
Publisher 2003
Signature

Brian

dtsclothing - 10 May 2008 02:06 GMT
<form target="Name of go url" action="https://www.dtsclothing.com"
method="post">
<input type="image"
src="https://www.dtsclothing.com/index_files/image1118.jpg" border="0"
name="submit" alt="This is where it says Next!">
</form>

Where it says http://dtsclothing.com
change it to where you want it to go

src="  is where the button pic comes from

I have this set up to pull my paypal pic
and to call up my site [wich needs a little help-take a look at the
floating html post a couple of spots down] and it loads in a new window..
hope it helps, good luck.

> My links to other sites always open in the same place and close down my site.
> Is it possible to force these links to open in a new page. I am using MS
> Publisher 2003
DavidF - 10 May 2008 03:51 GMT
In addition to the method described by dtschothing,
Reference:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx
describes two methods.

If you choose to use the ECMAScript code approach, note that the first
javascript code snippet in Step 2 is incorrect on the website. Instead of:

<script language="JavaScript" type="text/javascript"> <!-- function
Show(Url, Name, Features) { window.open(Url, Name, Features); } // -->
</script>

Use this instead:

<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>

I find I make less errors writing the code snippet links (step 4) by
creating a separate text box (Courier font) that I drag off into the scratch
area just for purpose of writing the links, and just Ctrl + V to paste the
link in the hyperlink address field.  Easy and less errors for me...and once
you get one link to work correctly, you know you now have a working
"template" of the code snippet in that scratch area text box.

DavidF

> My links to other sites always open in the same place and close down my
> site.
> Is it possible to force these links to open in a new page. I am using MS
> Publisher 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.