Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM Server Side Includes

date posted 10th July 2001 14:38

yup stephen you can get external files like this over the web:

set objxml=server.CreateObject("microsoft.xmlhttp")

objxml.open "GET", "http://www.domain.com/users/test/counter/counter.asp",
false
objxml.send

output=objxml.responsetext

set objxml=nothing

output now contains the processed url.

you can even post data in this manner - this is useful if you want free
webspace, you can use brinkster to do the processing of data while using
phidji to fire emails :D

if you want to post data you do it slightly different:

set objxml=server.CreateObject("microsoft.xmlhttp")

objxml.open "POST", "http://www.domain.com/users/test/counter/counter.asp",
false
objxml.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
objxml.send "email="&email&"&namen="&namen
output=objxml.responsetext

set objxml=nothing

the page your opening will act as if its been posted too and will pick up
the form values email and username. damn useful.

hth

dave ecky

----- Original Message -----
From: "Stephen C Parker" [EMAIL REMOVED]
To: "Freelancers" [EMAIL REMOVED]
Sent: Tuesday, July 10, 2001 2:12 PM
Subject: FN-FORUM Server Side Includes


> Freelancers,
>
> I am trying to produce a page that will take information from a
server-side
> include file. Normally these files would be on the server in question and
> would have tags such as:
>
>
>
> However, I wish to use this style on web pages away from our servers, so I
> tried:
>
>
>
> This does not appear to work. Does anyone have any idea how I can get a
> server-side include to reference the file from our servers, even though
the
> web page may be held on servers other than ours?
>
> Sincerely,
>
> Stephen Parker
> http://www.orbinternet.com
>
>
>
> ============================================================
>
> * Free listing for freelancers
> * Free to advertise jobs
> * Free jobs distribution service
> * Free database of 1000 freelancers
>
> Freelancers and Freelance Jobs
> http://www.freelancers.net
>
> To post to the Forum:
> [EMAIL REMOVED]
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
> To subscribe to the digest for this list or for further information please
visit:
> http://www.freelancers.net/forum.html



Messages by Day
July 31st 2001
July 30th 2001
July 29th 2001
July 28th 2001
July 27th 2001
July 26th 2001
July 25th 2001
July 24th 2001
July 23rd 2001
July 22nd 2001
July 21st 2001
July 20th 2001
July 19th 2001
July 18th 2001
July 17th 2001
July 16th 2001
July 15th 2001
July 14th 2001
July 13th 2001
July 12th 2001
July 11th 2001
July 10th 2001
July 9th 2001
July 8th 2001
July 7th 2001
July 6th 2001
July 5th 2001
July 4th 2001
July 3rd 2001
July 2nd 2001
July 1st 2001


Messages by Month
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
January 2001


Messages by Year
2009
2008
2007
2006
2005
2004
2003
2002
2001
2000