Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Strip down of Events Calendar
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SimonT
Junior Member

United Kingdom
202 Posts

Posted - 05 June 2001 :  19:18:21  Show Profile
Using Snitz Events Calendar 2 service release 1 I would like to setup up a web page away from the forum so that it just shows the calendar and upcoming events
nothing else. This page does not want to have all the logon info and links in it for the forum I will have a link on that page to link to the the forum but for now i just want to
show the calendar.
As by defalt to get the Calendar to work you need this in your script.

<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<!--#include file="events_inc.asp"-->

The inc_top.asp is what does the code for the login and other links at the top of the page is there any way to remove this apart from doing a custom inc_top.asp and rip out the html links ?
Any ideas or does any one want to kick me for being stupid ?


How many times have you been tempted to kick the box?

How many times have you kicked the box?

How many times has the box kicked back?

SimonT
Junior Member

United Kingdom
202 Posts

Posted - 05 June 2001 :  19:55:37  Show Profile
yes you are being Stupid you silly guy
It is very easy here is how you do it

Smack ! now off it bed with you its late no wonder you can't code it 1am in the morning if you don't get to bed now you will start hearing voices and start talking to you self.




<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<% strDBNTUserName = Request.Cookies(strUniqueID & "User")("Name")
strDBNTFUserName = Request.Form("Name")
if strAuthType = "nt" then
strDBNTUserName = Session(strCookieURL & "userID")
strDBNTFUserName = Session(strCookieURL & "userID")
end if

set my_Conn= Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString

%>

<!--#include file="events_inc.asp"-->

<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url) {
popupWin = window.open(url,'new_page','width=400,height=400')
}
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450')
}
function openWindow3(url) {
popupWin = window.open(url,'new_page','width=400,height=450,scrollbars=yes')
}
function openWindow4(url) {
popupWin = window.open(url,'new_page','width=400,height=525')
}
// done hiding -->
</script>


How many times have you been tempted to kick the box?

How many times have you kicked the box?

How many times has the box kicked back?
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07