Any Website Programmers here?
Page 1 of 1
[satan.exe]




Posts: 181

PostPosted: Wed, 26th Oct 2005 15:16    Post subject: Any Website Programmers here?
Can someone please tell me the code for going back one step in history?

i have an image lookin like this: <-- and want it on click to make the browser go back one site in history.

anyone knows? Confused


Back to top
Kristian




Posts: 3168
Location: Norway
PostPosted: Wed, 26th Oct 2005 15:30    Post subject:
Code:
javascript:history.go(-1)


Don't know if you need anything more..
btw..
There's a programmers corner on this forum.
Use it next time.


I hate you.
Back to top
nouseforaname
Über-VIP Member



Posts: 21306
Location: Toronto, Canada
PostPosted: Wed, 26th Oct 2005 15:32    Post subject: Re: Any Website Programmers here?
[satan.exe] wrote:
Can someone please tell me the code for going back one step in history?


time machine?

sorry couldn't resist. It's just how it reads Very Happy


asus z170-A || core i5-6600K || geforce gtx 970 4gb || 16gb ddr4 ram || win10 || 1080p led samsung 27"
Back to top
[satan.exe]




Posts: 181

PostPosted: Wed, 26th Oct 2005 15:52    Post subject: Re: Any Website Programmers here?
nouseforaname wrote:
[satan.exe] wrote:
Can someone please tell me the code for going back one step in history?


time machine?

sorry couldn't resist. It's just how it reads Very Happy


haa haa. why did i expect something like this Laughing

thx for the tip anyways


Back to top
Dwaggy




Posts: 11

PostPosted: Wed, 26th Oct 2005 18:18    Post subject:
I use
Code:

<a href="javascript:history.back()">Go back</a>


Back to top
UserFriendly7
Moderator



Posts: 1471
Location: England
PostPosted: Wed, 26th Oct 2005 20:29    Post subject:
moving


 Spoiler:
 
Back to top
[satan.exe]




Posts: 181

PostPosted: Wed, 26th Oct 2005 22:23    Post subject:
thx for your help, men!

another question:
when i have made a layout table, how can i make that it is finally displayed totally in the center of the screen.
i can only choose align: center, but i have no possibility to choose a vertical alignment.
any code here?
[using dreamweaver mx]


Back to top
Avenger_




Posts: 658
Location: Norway
PostPosted: Wed, 26th Oct 2005 23:27    Post subject:
You should use css and use css; style="vertical-align: middle;" on the <td>-tags
You can also use valign="center" but that is deprecated.
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Programmers Corner
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
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


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group