[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Front Page on raq3



On Sunday 24 February 2002 12:33 pm, dave wrote:
> I published my site to the Raq3 using Front Page 2002 instead of Front Page
> 2000.  Would this cause my extension to be corrupt.  

I doubt it.

> I am unable to have my
> FP forms email results.  I get a front page error in my browser when
> submitting the form.

Front page does some funny things, like the rest of ms stuff
I just had a client that was having problems with a hit counter:

look at the form (HTML) example below
<P align="center">
<!--webbot bot="HitCounter" u-custom i-digits="0"
i-image="2" PREVIEW="&lt;strong&gt;[Hit Counter]&lt;/strong&gt;"
i-resetvalue="0" startspan --><img   
src="_vti_bin/fpcount.exe/?Page=index.html|Image=2" alt="Hit 
Counter"><!--webbot bot="HitCounter" endspan i-checksum="60174" -->
</P>

Note the line above "src=
src="_vti_bin/fpcount.exe/?Page=index.html|Image=2"

I had to modify the html to read:
src="http://www.domain.tld/_vti_bin/fpcount.exe/?Page=index.html|Image=2" 

You might try this and see if it will help
--
Gerald Waugh