How do I get a cgi link on my page when page is pulled up instead of having to click
What HTML tag do I use to get a cgi script to run when the page is first pulled up? I have different messages appear each time the page is viewed.
What HTML tag do I use to get a cgi script to run when the page is first pulled up? I have different messages appear each time the page is viewed.
joshuac posted this at 19:23 — 28th February 2000.
They have: 12 posts
Joined: Feb 2000
You can use SSI to have the output of a CGI script displayed on your page.
"The way that can be told is not the eternal,
it cannot be defined or explained,
it can only be experienced..." Ashida Kim
gregory_45 posted this at 23:43 — 28th February 2000.
They have: 4 posts
Joined: Feb 2000
I just found out the my server doesn't support SSI...back to the drawing board...any other ways?
Orpheus posted this at 03:39 — 29th February 2000.
They have: 568 posts
Joined: Nov 1999
yep
<script src="CGI_URL.PL"></script>
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.