PDA

View Full Version : PLEASe EXPLAIN HOW TO DO MULTIPLE MAIN PAGES WITH UCJ


Mr Exotic
11-19-2000, 04:13 PM
I have tried to ask everyone that I can think of but no one is online, please help.

Thanks

xApster
11-19-2000, 04:32 PM
Maybe ask tim http://adultwebmasterinfo.com/ubb/smile.gif ?

Mr Exotic
11-20-2000, 12:10 AM
C'mon anybody. I tried asking Tim but no response http://adultwebmasterinfo.com/ubb/frown.gif

magnatique
11-20-2000, 12:31 AM
Mr Exotic...

may I suggest that you : "wait" http://adultwebmasterinfo.com/ubb/smile.gif

not everyone are on the same continent/time schedule... http://adultwebmasterinfo.com/ubb/wink.gif

I know some people that live in my city that wake up at 5pm, and go to bed at 8pm regularily hehe =D AHEM Ricky AHEM http://adultwebmasterinfo.com/ubb/wink.gif

Mr Exotic
11-20-2000, 12:57 AM
I understand this fact, but I have tried to reach Tim for a few days now, probably ICQ being a total peice of shit, we rarely get each others ICQ messages when we are off line.

Ace
11-20-2000, 12:01 PM
ICQ me 7724291.
I use something different then ucj but it works fine

Dan S
11-20-2000, 12:39 PM
I would be also interested...

Tim, maybe you can post a little instruction for us all?

Dan

Doctor Dre
11-20-2000, 04:28 PM
Well I asked Tim long time ago ... You must go in the Configuration and do main1,main2,main3 or something like that ... you have to do a frameset who load something in the script .. .a 0% and a 100 % . If I remember correctly its something like that.

Crysty
11-21-2000, 01:20 PM
Put this into index.shtml


<html><head><title>Multiple Mains</title></head>
<SCRIPT language=JavaScript>
<!--
referrer = parent.document.referrer;
if (!referrer) { referrer = 'noref' }
if (!document.cookie) { document.cookie = referrer + '; path=/;'}
// -->
</SCRIPT>
<frameset rows="*" cols="*" frameborder=no border=0 framespacing=0>
<!--#exec cmd="/whateveryouhaveherenormallyforyourSSI/cgi-bin/ucj/ucjrefm.cgi"-->
</frameset>
<noframes>
<body bgcolor=black text=white link=white vlink=white alink=white>
<a href="main1.html">Click to Enter</a>
</body>
</noframes>
</html>