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
 

Chris Kelleher

Administrator
Staff member
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------
 

Chris Kelleher

Administrator
Staff member
This is normal - dreamweaver doesnt know if a page is dynamically created or
off disk - so it tries to read it off disk based on the URL given since it's
purpose is to edit disk files.

Ya can get rid of some of those irratations if the links are made relational
instead of absolute,


--
Scott Auge http://www.resourcestop.com http://www.sauge.com
 
Top