Showing posts with label history. Show all posts
Showing posts with label history. Show all posts
Sunday, April 23, 2017
How to go Back Browsing History Using JavaScript
How to go Back Browsing History Using JavaScript
The history property of the window object refers to the history object for the window. Using history in JavaScript you can go back to the previous browsing history.
The history object models the browsing history of a window as a list of document and document states and the length property of the history object specifies the number of elements in the browsing history list.
The history object has back() and forward() methods that behave like the browsers back and forward buttons do, they make the browser go backward or forward one step in its browsing history.
history.back(); // Go back to the browsing history
history.forward(); //Go forward to the browsing history
You can create buttons to navigate browsing history back and forward using the following code.
Preview:
A third method, go(), takes an integer argument and can skip any number of pages forward or backward in the history list.
history.go(-2) //go back 2, like clicking the back button twice
You can create buttons to navigate browsing history two step back using the following code.
Preview:
Using history.go() method, if you want to go forward, can use positive arguments and if you want to go back, can use negative argument and the number used on the argument represents how many steps to go back or forward.
For example, if you want to go two step forward to the browsing history, can use history.go(2); and if you want to go three step backward to the browsing history, can use history.go(-3);
If a window contains child windows such as <iframe> elements, the browsing histories of the child windows are chronologically interleaved with the history of the main window. This means that calling history.back(); on the main window may cause one of the child windows to navigate back to a previously displayed document but leave the main window in its current state.
If a frame is contained within another frame that is contained within a top-level window, that frame can refer to the top-level window as parent. For parent window to navigate back to a previously displayed document you can use parent property as below.
parent.history.back();
I have described here some methods of navigating browsing history back and forward using JavaScript . If you know other more methods of navigating browsing history back and forward using JavaScript, you are welcomed to mention on the comment session at the bottom this post.
The history object models the browsing history of a window as a list of document and document states and the length property of the history object specifies the number of elements in the browsing history list.
The history object has back() and forward() methods that behave like the browsers back and forward buttons do, they make the browser go backward or forward one step in its browsing history.
history.back(); // Go back to the browsing history
history.forward(); //Go forward to the browsing history
Creating Buttons for History Back and Forward
You can create buttons to navigate browsing history back and forward using the following code.
<input type=button name="back" value="Go Back" onclick="history.back();">
<input type=button name="forward"
value="Go Forward"onclick="history.forward();">
Preview:
A third method, go(), takes an integer argument and can skip any number of pages forward or backward in the history list.
history.go(-2) //go back 2, like clicking the back button twice
Creating Buttons for History Back and Forward for Specific Page
You can create buttons to navigate browsing history two step back using the following code.
<input type=button name="backward2"
value="Go Back 2" onclick="history.go(-2);">
Preview:
Using history.go() method, if you want to go forward, can use positive arguments and if you want to go back, can use negative argument and the number used on the argument represents how many steps to go back or forward.
For example, if you want to go two step forward to the browsing history, can use history.go(2); and if you want to go three step backward to the browsing history, can use history.go(-3);
If a window contains child windows such as <iframe> elements, the browsing histories of the child windows are chronologically interleaved with the history of the main window. This means that calling history.back(); on the main window may cause one of the child windows to navigate back to a previously displayed document but leave the main window in its current state.
If a frame is contained within another frame that is contained within a top-level window, that frame can refer to the top-level window as parent. For parent window to navigate back to a previously displayed document you can use parent property as below.
parent.history.back();
I have described here some methods of navigating browsing history back and forward using JavaScript . If you know other more methods of navigating browsing history back and forward using JavaScript, you are welcomed to mention on the comment session at the bottom this post.
Related Search Terms
Browsing History Back Using JavaScript
Browsing History Forward Using JavaScript
Related Posts:
How to Write JavaScript Function as URL in Hyperlink?
How to use Round, Random, Min and Max in JavaScript
How to Concatenate, Join and Sort Array in JavaScript?
How to Loop Through JavaScript Array?
How to Loop using JavaScript?
How to Show Pop Up Boxes Using JavaScript?
How to Write Conditional Statements in JavaScript?
How to Write JavaScript With HTML?
How to create Changeable Date and Time Using JavaScript?
How to Validate a HTML Form Using JavaScript?
How to create a simple form using HTML?
How to Create JavaScript Image Sideshow with Links
How to Display Date Format in JavaScript?
How to Validate a HTML Form Using JavaScript?
What are the Different Ways to Redirect Page in JavaScript?
How to create Timer Using JavaScript?
How to make rounded corners border using CSS
How to Create Custom CSS Template for Printing
How to create a simple form using HTML?
Go to link Download
Wednesday, March 22, 2017
How to disable auto search history suggestion popup in windows 7
How to disable auto search history suggestion popup in windows 7
As you type in the Search Box, Windows 7 makes auto search suggestions based on past queries by pulling past queries from the Registry. If you want to disable auto search history suggestion in windows 7,pls follow the below instructions:
1.Open Local Group Policy Editor :
Few ways to open Local Group Policy Editor in Windows 7
2.Go to User Configuration | Administrative Templates | Windows Components | Windows Explorer | Turn Off Display Of Recent Search Entries In the Windows Explorer
..............................
3.Make Enable checked ,then Apply then ok
---------------------
4.Now the search box will not show you search history suggestion again.
Update: For Windows 7 Home Editions,there is no Local Group Policy Editor,so please follow below steps to tweak your registry to disable the search history.
1.Click Start ,type regedit in your searchbox then press ENTER
2.In the registry editor window ,browse to:
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer
3.Right-click
WordWheelQuery, then click Delete4.Exit registry editor ,all done
Additional information
What is the difference between BIOS and CMOS?
What are the F1 through F12 keys?
How to use system recovery options in Windows?
Random black screen while playing games
How to Delete and Clear Recent Items in Windows 7 Jump Lists
How to enter the BIOS or CMOS setup
What is the difference between BIOS and CMOS?
What are the F1 through F12 keys?
MISSCELLENIOUS ITEMS
BLACK SCREEN WITH CURSOR
MISSCELLENIOUS ITEMS
BLACK SCREEN WITH CURSOR
Go to link Download
Tuesday, January 24, 2017
Hacker How to disable history in Chrome without using hidden browsing mode
Hacker How to disable history in Chrome without using hidden browsing mode
I was searching about settings in google chrome to disable history saving.
I was surprised that is not implemented. (only manual deletion)
So, i searched on internet and I found that, to avoid hidden browsing mode but having cookies saved the only solution is to search for history file here:
C:UsersusernameAppDataLocalGoogleChromeUser DataDefaulthistory putting it in read only mode
http://www.geekissimo.com/2011/02/06/chrome-come-disabilitare-salvataggio-siti-cronologia-senza-modalita-incognito/
Go to link Download
Saturday, November 12, 2016
How to Delete Search History on Apple Maps
How to Delete Search History on Apple Maps
How to Delete Search History on Apple Maps - Do not be too surprised if some of you do not know how to delete search history in Apple Maps. Yes, some of us really have so long been using an iPhone or iPad, but there is just a chance we do not know how to do this or that in the Apple maps app.
In Apple Maps, search for a location that you do it will show up when you tap on the search bar. The column will appear in various locations youve previously entered. But when you tap one of the locations for the re-visit it, you will not be able to swipe on each item to delete them one by one. Worse yet, there is no button to delete them simultaneously. Unlike the Apple Maps on the iPad with a Clear button in the search windows, the key is not given in the Apple Maps for iPhone.


You also can set bookmarks using the Bookmarks tab. There is an Edit button that lets you delete individual Bookmark and even rename or set the order of the bookmarks.
Well, now you can begin to explore again with Apple Maps on your iPhone. May be useful;)
Go to link Download
Monday, October 10, 2016
How to backup Saved Password History and Bookmarks in Chrome
How to backup Saved Password History and Bookmarks in Chrome
Every software malfunctions after some time and when it does that you get annoyed and want to troubleshoot the problem.In order to troubleshoot any issue with browser we would reset the browser that fix all the problem as it sets the browser back to its default setting with disabling all the browser addons and it also deletes all the saved password and home page or bookmark.
So it is very important to backup your saved password, history (if you need) and bookmarks.So here I am gonna show you how you can backup those stuffs.Chrome saves all these information for every user in their respective userprofile so you need to backup these data for each user separately by going into their userprofile.
How to back up saved passwords,History, bookmarks and cookies
1) Go to the Start menu > Run.
2) Enter one of the following address in the open box, then press OK.
For Windows XP: %USERPROFILE%Local SettingsApplication DataGoogleChromeUser Data
For Windows Vista/7/8: %USERPROFILE%AppDataLocalGoogleChromeUser Data
3) Locate and open the folder called "Default" in the directory window that opens.
4) Now under this Default folder as shown below in Pic-24(b) you have your everything,Saved passwords,History, Cookies,Bookmarks that you can copy and back up.
5) TO COPY BOOKMARKS: Copy the file named "Bookmarks", and save it for backup.
6) TO COPY PASSWORDS: Copy the file named "Login Data", and save it for backup.
7) TO COPY HISTORY: Copy the file named "History", and save it for backup.
8) TO COPY COOKIES: Copy the file named "Cookies", and save it for backup.
9) Once you have formatted the drive or created a new profile, follow steps 1-3 and simply paste the files saved in steps 4 & 5.
10) All your bookmark data and password data are back!
11) In above steps you copy all this files one by one so to save time you can also copy the whole user data by copying %userprofile%AppDataLocalGoogleChromeUser Data.
Use the Chrome Sync Features
Google Chromes Sync feature is kind of Lifesaver in case your computer had died and you lost all of your data but you still have access to your favorites, bookmarks and saved password.This all will be accessible due to enabling Sync feature while setting up chrome.Yes, When you first set up Chrome it offers you the option to enable Chrome Sync do it!.
Just in case it doesnt, you can access it by clicking on the three horizontal lines to the right of the navigation bar near the top right hand corner, then clicking on settings. Right at the top (under settings) are the words sign in to Chrome and a button which allows you to connect your Google Account to your Chrome browser. Do that and sync will be enabled with the usual default settings.
Once you click on Sign in to Chrome it will ask you to login with your Google account and after you logged in you will be presented with the Advanced Sync settings option to choose what to Sync, here you can chose to Sync everything or choose what to sync.
Here you can sync your Chrome Apps, Extensions, Settings, Autofill, History, Themes, Bookmarks, Passwords and Open tabs.
Using Chrome Sync means that if I login to Chrome on any computer, it immediately starts the syncing process, which is useful, especially for bookmarks and browsing history. As a writer, I do a lot of online research and save some of that research via bookmarks, so I find this particularly valuable.And once it is synced it is accessible from anywhere, anytime even you have reinstalled your OS and then install the Chrome .You just need to login to Chrome and it will be available to you again.
Note: Now let me tell you one interesting thing that just strike in my mind.While writing about backing up passwords and bookmark, I recall a method to create a new Chrome user profile.Yes, you can create a new browser user profile in case the Chrome is malfunctioning,hijacked, or redirecting to unwanted website or if there is any problems with the browser.
if your browser user profile is corrupted, you can create a new user profile to replace the broken one:
In Mac
Quit Google Chrome completely.
If you wish, you can transfer information from your old user profile to your new one. However, this action is not recommended, since a part of your old profile may be corrupt. With that in mind, to transfer your old bookmarks, copy the "Bookmarks.bak" file from the "Backup default" folder to your new "Default" folder. Once moved, rename the file from "Bookmarks.bak" to "Bookmarks" to complete the migration. All other browser data will remain in the "Backup default" folder, but you wont be able to transfer it to your new profile.
So it is very important to backup your saved password, history (if you need) and bookmarks.So here I am gonna show you how you can backup those stuffs.Chrome saves all these information for every user in their respective userprofile so you need to backup these data for each user separately by going into their userprofile.
How to back up saved passwords,History, bookmarks and cookies
1) Go to the Start menu > Run.
2) Enter one of the following address in the open box, then press OK.
For Windows XP: %USERPROFILE%Local SettingsApplication DataGoogleChromeUser Data
For Windows Vista/7/8: %USERPROFILE%AppDataLocalGoogleChromeUser Data
3) Locate and open the folder called "Default" in the directory window that opens.
![]() |
| Pic-24(a) |
4) Now under this Default folder as shown below in Pic-24(b) you have your everything,Saved passwords,History, Cookies,Bookmarks that you can copy and back up.
![]() |
| Pic-24(b) |
5) TO COPY BOOKMARKS: Copy the file named "Bookmarks", and save it for backup.
6) TO COPY PASSWORDS: Copy the file named "Login Data", and save it for backup.
7) TO COPY HISTORY: Copy the file named "History", and save it for backup.
8) TO COPY COOKIES: Copy the file named "Cookies", and save it for backup.
9) Once you have formatted the drive or created a new profile, follow steps 1-3 and simply paste the files saved in steps 4 & 5.
10) All your bookmark data and password data are back!
11) In above steps you copy all this files one by one so to save time you can also copy the whole user data by copying %userprofile%AppDataLocalGoogleChromeUser Data.
Use the Chrome Sync Features
Google Chromes Sync feature is kind of Lifesaver in case your computer had died and you lost all of your data but you still have access to your favorites, bookmarks and saved password.This all will be accessible due to enabling Sync feature while setting up chrome.Yes, When you first set up Chrome it offers you the option to enable Chrome Sync do it!.
Just in case it doesnt, you can access it by clicking on the three horizontal lines to the right of the navigation bar near the top right hand corner, then clicking on settings. Right at the top (under settings) are the words sign in to Chrome and a button which allows you to connect your Google Account to your Chrome browser. Do that and sync will be enabled with the usual default settings.
![]() |
| Pic-24(c) |
![]() |
| Pic-24(d) |
Here you can sync your Chrome Apps, Extensions, Settings, Autofill, History, Themes, Bookmarks, Passwords and Open tabs.
Using Chrome Sync means that if I login to Chrome on any computer, it immediately starts the syncing process, which is useful, especially for bookmarks and browsing history. As a writer, I do a lot of online research and save some of that research via bookmarks, so I find this particularly valuable.And once it is synced it is accessible from anywhere, anytime even you have reinstalled your OS and then install the Chrome .You just need to login to Chrome and it will be available to you again.
Note: Now let me tell you one interesting thing that just strike in my mind.While writing about backing up passwords and bookmark, I recall a method to create a new Chrome user profile.Yes, you can create a new browser user profile in case the Chrome is malfunctioning,hijacked, or redirecting to unwanted website or if there is any problems with the browser.
So here are the steps to create a new browser profile.
In Windowsif your browser user profile is corrupted, you can create a new user profile to replace the broken one:
- Exit Google Chrome completely.
- Enter the keyboard shortcut Windows key +E to open Windows Explorer.
- In the Windows Explorer window that appears enter the following in the address bar.
- Windows XP: %USERPROFILE%Local SettingsApplication DataGoogleChromeUser Data
- Windows Vista/ Windows 7/ Windows 8: %LOCALAPPDATA%GoogleChromeUser Data
- Locate the folder called "Default" in the directory window that opens and rename it as "Backup default."
- Try opening Google Chrome again. A new "Default" folder is automatically created as you start using the browser.
In Mac
Quit Google Chrome completely.
- Go to the Go menu > Go to Folder.
- Enter the following directories in the text field, then press Go.
- ~/Library/Application Support/Google/Chrome/
- Locate the folder called "Default" in the directory window that opens and rename it as "Backup default."
- Try opening Google Chrome again. A new "Default" folder is automatically created as you start using the browser.
If you wish, you can transfer information from your old user profile to your new one. However, this action is not recommended, since a part of your old profile may be corrupt. With that in mind, to transfer your old bookmarks, copy the "Bookmarks.bak" file from the "Backup default" folder to your new "Default" folder. Once moved, rename the file from "Bookmarks.bak" to "Bookmarks" to complete the migration. All other browser data will remain in the "Backup default" folder, but you wont be able to transfer it to your new profile.
*********************************
Go to link Download
Subscribe to:
Comments (Atom)



