[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[mv] Hiding Address (solution)
****** message to minivend-users from "Eran Binyamin Zeitoun" <eran_zeitoun@karmail.com> ******
As browsing the users list archives, i found some solutions from jojo,
christopher and the rest...
but couldnt find a live example how to do so..., after writing few lines in
html, and proving
myself its working, here it is (quite simple...)
use this page as the first loading page for you site, so the address url
will be always set to your
web site's address and not to Minivend's special made urls..... (with
session id/counts)
------------------[source]---------------------------------
<HTML>
<HEAD>
<TITLE>Example page</TITLE>
<SCRIPT language="JavaScript">
if (self != top) {
top.location.href = self.location.href
}
</SCRIPT>
</HEAD>
<FRAMESET cols=100%,* frameborder="no" border="0" framespacing="0">
<FRAME src="http://[YOUR ADDRESS]/cgi-bin/[YOUR VLINK].cgi/frames"
scrolling="no" marginheight="2" marginwidth="0" name="buttons">
</FRAMESET>
<NOFRAMES>
<H1>No frames alert!</H1>
<HR>
This page uses <I>frames</I> which cannot be shown by all browsers, and
yours is one of them.<BR>
Known browsers that support frames are
<A href="http://www.netscape.com/">Netscape Navigator</A> v2.0 and up, and
<A href="http://www.microsoft.com/ie/">Microsoft Internet Explorer</A> v3.0
and up.
</NOFRAMES>
</HTML>
-------------[end of
source]-------------------------------------------------------
Eran.
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list