Trouble with Dreamweaver 3.0

Chris Kelleher

Administrator
Staff member
I have the following reference to a frame in an HTML document:

<FRAME name="MainBody"
src="/scripts/cgiip.exe/WService=eramsys1/ramprogs/src/uiostat1.html">

When I try to load the document in Dreamweaver 3.0, I get an error message
that the file:

.../scripts/cgiip.exe/WService=eramsys1/ramprogs/src/uiostat1.html

can not be found. Is this normal when editing HTMl documents that reference
a Webspeed messenger, or do I have something wrong with my Dreamweaver
configuration?

Thanks,

Roland Schaer
Senior Programmer/Analyst
RAM Software Systems, Inc.
Roland.Schaer@ramsys.com
972-669-0763
 
Hi,

I don't know exactly what you can do to solve this problem, but
In any case, I know that you can solve this problem by putting also the
server name;

....
src="http://ServerName/Scripts/cgiip.exe/WService=eramsys1/ramprogs/src/uios
tat1.html">
...
It will put then in the current frame "remote: <A HREF="http://....."" TARGET=_blank>http://....."</A>

regards,

Sander Pham,

-------------------------------------------------
Casnet International
Complete Internet, eCommerce, Business-to-Business & multimedia solutions
provider

---
Pr. Kennedylaan 19
2517JK The Hague, The Netherlands
Phone: +31(0)703458343 Fax : +31(0)703107547
email: info@casnet.net www : http://www.casnet.net------
 
Back
Top