PDA

View Full Version : how to do this


lacrypta
08-28-2002, 12:24 AM
hey
i was woundering if there is a way to include a cgi script
in to my html page with out using frames or SSI
the cgi is a hosted fourm and i don't want to add a direct link to it so i want it to load directly to my site i tryed using an iframe it worked but one problem my cookie got crossed and confused
so i was wonuderin if there is a different way to do this :thumbsup: :confused:

The Wizzard
08-28-2002, 12:25 AM
<script language="Javascript" src="CGISCRIPT.CGI"></script>

That shoud work

joh6nn
08-28-2002, 12:26 AM
could you be more specific? i'm not sure what you're trying to do.

lacrypta
08-28-2002, 12:34 AM
well first i'm gona try wizzards idea but if that don't work wat i'm trying to do is inclus an external cgi file that is not on my sever and hosted on another i don't want frames i tried using an iframe but when i did that my cookies got confused and when you logedin it loged you in but after it loged you back out ; but when i go directly to the link i have no prob

lacrypta
08-28-2002, 12:36 AM
The Wizzard it didn't work

The Wizzard
08-28-2002, 12:43 AM
I dunno, I dont know CGI, so thats about as far as I can help you. The only thing I can think of is using frames, since you dont wanna use SSI.

Good Luck!

lacrypta
08-28-2002, 10:59 PM
well if it can be done in SSI plz tell me :confused: