At 02:42 PM 7/8/2003 -0700, you wrote: >We already have an internal application that allows our HR department to >list positions as the become available on out intranet. Ideally, we would >use this same data on the external site. But they are very, Very, VERY >protective of our LAN and Databases. Something to do with us having lots of >very personal medical information on these computers about lots of people. >So they are very cautious about opening holes in our protective shielding.
Is it set up so that your internal server can access the external server, if not vice versa? You might consider adjusting your internal HR app so that it will generate static HTML files - one for the list of positions, one for each position, for example - and then FTP those files out to the external box. Code your external app to snag these (now local) files when needed so that folks outside can see the current job openings. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

