GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   bookmark question (https://gfy.com/showthread.php?t=31025)

eiht_98 02-13-2001 12:26 PM

bookmark question
 
lets say I have a website...the first "Index.html" page consists only of sponsors and links exchange and at the bottom of the page is a link to the galleries page...is there a way that when a user tries to bookmark the gallery page he actually bookmarks the index.html (links) page...sorry for my english, I hope ya'll understand what I'm tryin' to say...bye

Poizon 02-13-2001 03:13 PM

throw a little java-script in there. I've got a similar script somewhere on this comp, I'll look it up if ya really want me to.

------------------
Sometimes you just don't get it.

http://wwp.icq.com/scripts/online.dl...84284401&img=1

eiht_98 02-13-2001 03:52 PM

that would be cool

HQ 02-13-2001 04:39 PM

I'd also like to see this. You can make your own 'bookmark us' link that bookmarks anything you want. but i don't know how to manipulate the IE menu itself.

------------------
HQ

Shannon 02-13-2001 11:23 PM


Just place this code into the link you want them to click to bookmark and replace the url with the page you want to be bookmarked when they click it - That way you can direct all your bookmarkers to the page you desire...

javascript:window.external.AddFavorite('http://www.bookmarked.com/url/index.html', 'Site Description');

Best Of Luck http://bbs.gofuckyourself.com/board/smile.gif

HQ 02-14-2001 12:30 AM

Shannon, i think what we were getting at was if someone uses the menu, not a link on your page, to create the bookmark.

Sorry if we weren't talking about that!! and thanks for reply!!

Anyone know how to manipulate the IE or netscape menus (to bookmark the main page when the surfer's in the gallery)???



------------------
HQ

eiht_98 02-14-2001 01:20 PM

I found the script that allows to access the website only from the url specified in the script...it works also if a user tries to access it from the Favorites menu in IE..here it is...

< !-- ONE STEP TO INSTALL MUST VISIT FROM....:

1. Copy the coding into the HEAD of your HTML document -->

< !-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

< !-- This script and many more are available free online at -->
< !-- The JavaScript Source!! http://javascript.internet.com -->

< !-- Begin
var requiredfrom = "index.html"; // required prev. page
if (document.referrer.indexOf(requiredfrom) == -1) {
alert("You must come to this page from " + requiredfrom);
window.location=requiredfrom;
}
// End -->
</script>

<center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided

by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center>

< !-- Script Size: 0.62 KB -->

eiht_98 02-14-2001 01:24 PM

hmmm...how can I disable the HTML....is there any other way I can post the code?

cygnet74 02-14-2001 02:04 PM

link to the page you found it on...

------------------
Addison Brock III
webmaster at MyGirlz.com
traffic trade?

eiht_98 02-14-2001 03:53 PM

here it is
http://javascript.internet.com/user-...isit-from.html

Poizon 02-15-2001 07:53 AM

well, if you use the code tag for this ubb, you can post pure script without anything being converted. I am pretty sure it does...It works as the pre-formatted text tags. Or you can just view the source of this page It'll show everything.

ok, testing.........
Code:

<html>
  <head>
  <title>BLAH</title>
  </head>
 <body>
  hi
 </body>
</html>

*added* guess not *added*
------------------
Sometimes you just don't get it.

http://wwp.icq.com/scripts/online.dl...84284401&img=1



[This message has been edited by Poizon (edited 02-15-2001).]

Animal 12-13-2003 05:17 AM

:feels-hot


All times are GMT -7. The time now is 05:42 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123