pdf on a website

S

smed

When i have a site within a link to a pdf file, this pdf file open with
acrobatreader when i click to this link. How can i return to the initial
website?
Meany thanks for who can help me.
 
S

SpaceGirl

smed said:
When i have a site within a link to a pdf file, this pdf file open with
acrobatreader when i click to this link. How can i return to the initial
website?
Meany thanks for who can help me.

You really have no control over this as it is to do with the users browesr.

<a href="mydoc.pdf"> will either replace the current open webpage with
the PDF file (you have to click BACK to get back to the web page) or the
PDF will open in an acrobat reader window.

<a href="mydoc.pdf" target="_blank"> will open the PDF in a NEW browser
window and then load the PDF. If the user closes this window, the
orginal window will still be open.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
H

hyweljenkins

smed said:
When i have a site within a link to a pdf file, this pdf file open with
acrobatreader when i click to this link. How can i return to the initial
website?

Click the back button on your browser or add a link within the PDF.
 
N

nice.guy.nige

While the city slept, smed ([email protected]) feverishly
typed...
When i have a site within a link to a pdf file, this pdf file open
with acrobatreader when i click to this link.

Assuming the user has Acrobat Reader (or similar) installed of course.
How can i return to the
initial website?

I'm assuming here that the file opens in your browser with an "embedded"
version of Acrobat within the browser. Does your browser have a "back"
button? That's how I usually get back, and I think most of your visitors
will do the same (if they want to)

Cheers,
Nige
 
L

Leif K-Brooks

SpaceGirl said:
<a href="mydoc.pdf" target="_blank"> will open the PDF in a NEW browser
window and then load the PDF. If the user closes this window, the
orginal window will still be open.

And in many cases, the user will end up with an empty browser window in
addition to a PDF viewer window. Very confusing.
 
T

Toby Inkster

SpaceGirl said:
<a href="mydoc.pdf"> will either replace the current open webpage with
the PDF file (you have to click BACK to get back to the web page) or the
PDF will open in an acrobat reader window...

.... or it will open in some other PDF handling software ... or they'll be
prompted to save the file.
 
S

SpaceGirl

Toby said:
SpaceGirl wrote:




... or it will open in some other PDF handling software ... or they'll be
prompted to save the file.

Like I said... you have no real control at all.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top