LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 2 May 2002 17:06:48 -0400
Reply-To:     Charles Kincaid <ckincaid@VENTURIPARTNERS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Charles Kincaid <ckincaid@VENTURIPARTNERS.COM>
Subject:      SAS/Intrnet and directory referencing (was Re:
              SAS/Intrnet--broker refuses to function!)
Content-Type: text/plain; charset=US-ASCII

Hello Richard,

Good job on getting IIS to work. I actually prefer Apache.

You shouldn't have to set the _URL variable yourself. After the first call it should be fine. It will actually be /scripts/broker.exe. The variable &_server will be set to http://neptune.

Yea, I don't know about FrontPage. We do it all by hand (for good or bad.) However, it's possible that FrontPage is not really going through the web server. If you load the first page up from the hard drive rather than through the web server, then subsequent calls won't be referencing correctly.

If it's not that, then there's not enough info in your message. At least for me. Others who are wiser may be able to help.

How your static HTML code will look depends on what you code on the SAS side. If you need to access files that are not directly below your web home directory, then you can create other virtual directories.

None of this may be right but it's hard to know without more info.

BTW, I think "Mad Doggy" missed it, but you are using image tags and not in-line images.

Hope this helps,

Chuck

>>> "Michael L. Davis" <michael@BASSETTCONSULTING.COM> 05/02/02 01:03PM >>> Hello Richard,

My experience with in-line images and SAS/IntrNet has not been good. Two of my colleagues and I wrote about this in a SUGI paper that can be obtained at:

http://www.bassettconsulting.com/AT1004.pdf

See page 6. You may do better with image tags instead in-line images.

Why are you using FrontPage in this situation? Also, you might consider using a different subject line when you change the nature of your post. It will help keep the threads straight.

- Michael "Mad Doggy" Davis

At 09:07 AM 5/2/2002 -0700, rmsmith@pobox.com wrote:

>OK, I reformatted the partition and reloaded the server installation. The >IIS4 web server and the broker function properly! > >Now, I'm still having trouble coding an in-line image. Here is what I have: ><p align="center"><img >src="http://neptune/scripts/broker.exe?_service=default&_program=scada._site04_24hrs.sas" >width="665" height="332"></p> > >Now, if I set the SelfURL, _URL to: http://neptune/scripts/broker, what is >my static HTML code going to look like? > >FrontPage is referencing the local web server with: ../../code/etc. > >Thanks for your help! > >-- >Sincerely, >Richard M. Smith >(509) 754-0259 >rmsmith@pobox.com

Michael L. Davis Vice President Bassett Consulting Services, Inc. 10 Pleasant Drive North Haven CT 06473-3712 E-Mail: michael@bassettconsulting.com Web: http://www.bassettconsulting.com Telephone: 203-562-0640 Facsimile: 203-498-1414 Messages: 888-477-1412


Back to: Top of message | Previous page | Main SAS-L page