Adobe Dreamweaver Forums



Last 10 THreads :         Update HELL for unsupported OS... (Last Post : WTF? - Replies : 0 - Views : 1 )           »          Cannot install Flash Player 10 (not-beta) (Last Post : Darren McNally - Adobe - Replies : 8 - Views : 9 )           »          Full screen flash projector reverts to windowed whenexiting screen saver (Last Post : rbolman - Replies : 0 - Views : 1 )           »          On hitTest go to next frame? Why doesn't this work? (Last Post : kglad - Replies : 1 - Views : 2 )           »          Contribue won't allow Images to be inserted (Last Post : RiderAlberta - Replies : 0 - Views : 1 )           »          This just sucks.... (Last Post : TC2112 - Replies : 11 - Views : 12 )           »          Update from array (Last Post : -==cfSearching==- - Replies : 3 - Views : 4 )           »          PHP Notice Problem (Last Post : UteFanJason - Replies : 7 - Views : 8 )           »          Limited Ammo (Last Post : kglad - Replies : 19 - Views : 20 )           »          Icon Text sticks when returning to home page.. (Last Post : kglad - Replies : 1 - Views : 2 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: , , , ,

Reply
  #1 (permalink)  
Old 07-24-2008, 05:42 PM
Zorrrro
 
Posts: n/a
Diggs:
Default Reload previous page link, HELP!!

HI all
Does anyone know of a way to set up a link to reload the previous page.
Basically I'm designing a site that needs to be up this weekend but two pages
won't be finished, so I've created a (sorry mate, still building this page)
with a link to go back to the previous page where the user came from.

Any help will be much appreciated.

Zorrrro

Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-24-2008, 06:18 PM
Nancy O
 
Posts: n/a
Diggs:
Default Re: Reload previous page link, HELP!!

<p><a href="javascript:history.go(-1)">Previous Page</a></p>


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com

"Zorrrro" <webforumsuser@macromedia.com> wrote in message
news:g6adag$oi3$1@forums.macromedia.com...
> HI all
> Does anyone know of a way to set up a link to reload the previous page.
> Basically I'm designing a site that needs to be up this weekend but two

pages
> won't be finished, so I've created a (sorry mate, still building this

page)
> with a link to go back to the previous page where the user came from.
>
> Any help will be much appreciated.
>
> Zorrrro
>



Reply With Quote
  #3 (permalink)  
Old 07-24-2008, 06:18 PM
PeteC
 
Posts: n/a
Diggs:
Default Re: Reload previous page link, HELP!!

Zorrrro wrote:
> Basically I'm designing a site that needs to be up this weekend
> but two pages won't be finished, so I've created a (sorry mate, still
> building this page) with a link to go back to the previous page where
> the user came from.


Try

<p><a href = "javascript:history.back()">Sorry mate, still building this
page</a></p>

....Won't work if Javascript is disabled...

HTH,

Pete.
--
Peter Connolly
http://www.kpdirection.com
Utah


Reply With Quote
  #4 (permalink)  
Old 07-24-2008, 06:18 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Reload previous page link, HELP!!

Oof - left out the "javascript:"....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
news:g6af85$qht$1@forums.macromedia.com...
> <a href="history.go(-1)">Sorry mate</a>
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> ==================
>
>
> "Zorrrro" <webforumsuser@macromedia.com> wrote in message
> news:g6adag$oi3$1@forums.macromedia.com...
>> HI all
>> Does anyone know of a way to set up a link to reload the previous page.
>> Basically I'm designing a site that needs to be up this weekend but two
>> pages
>> won't be finished, so I've created a (sorry mate, still building this
>> page)
>> with a link to go back to the previous page where the user came from.
>>
>> Any help will be much appreciated.
>>
>> Zorrrro
>>

>


Reply With Quote
  #5 (permalink)  
Old 07-24-2008, 06:18 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Reload previous page link, HELP!!

<a href="history.go(-1)">Sorry mate</a>

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Zorrrro" <webforumsuser@macromedia.com> wrote in message
news:g6adag$oi3$1@forums.macromedia.com...
> HI all
> Does anyone know of a way to set up a link to reload the previous page.
> Basically I'm designing a site that needs to be up this weekend but two
> pages
> won't be finished, so I've created a (sorry mate, still building this
> page)
> with a link to go back to the previous page where the user came from.
>
> Any help will be much appreciated.
>
> Zorrrro
>


Reply With Quote
  #6 (permalink)  
Old 07-24-2008, 06:40 PM
Michael Fesser
 
Posts: n/a
Diggs:
Default Re: Reload previous page link, HELP!!

.oO(Zorrrro)

> Does anyone know of a way to set up a link to reload the previous page.
>Basically I'm designing a site that needs to be up this weekend but two pages
>won't be finished, so I've created a (sorry mate, still building this page)
>with a link to go back to the previous page where the user came from.


Instead of the ugly and unreliable JavaScript "solution" it would be
better and much more userfriendly to not make these pages available at
all. Clicking a link just to get an "under construction" is annoying and
wastes your visitor's time and bandwidth. You should disable those links
by removing the 'a' element or remove them altogether until the pages
become available.

This would also be better for search engines. No one wants an "under
construction" page be spidered and indexed.

Micha
Reply With Quote
  #7 (permalink)  
Old 07-24-2008, 06:40 PM
Zorrrro
 
Posts: n/a
Diggs:
Default Re: Reload previous page link, HELP!!

Thank you all again. That really helps.
I'll give it a try and see how it goes.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 12:19 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk