Gossamer Forum
Quote Reply
Remote Count ID Script?
Can anyone tell me where I might find a script that automaticaly inputs the site Id into Ian's Remote Count Plugin, Or maybe create One?

Thanks,

AuctionGuy
AuctionGuy
If you think Education is expensive, Try ignorance.
Quote Reply
Re: [AuctionGuy] Remote Count ID Script? In reply to
Hi,

Into your modify_select.html template you could place the code with the <%ID%> tag:

Code:


<textarea rows="2" cols="60" name="S1">
<IFRAME frameborder="0" scrolling="no" width="90" height="34"
SRC="http://www.yoursite.com/...DE=0&ID=<%ID%>"
ALLOWTRANSPARENCY="true">
</IFRAME></textarea>


Don't forget to change yoursite.com to that of your own web site.

Also, make sure the code is placed inside the select loop (between: <%loop link_results_loop%> and <%endloop%>).


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jul 20, 2002, 2:45 PM
Quote Reply
Re: [Ian] Remote Count ID Script? In reply to
Thanks Ian, your support is Great! Smile

AuctionGuy
AuctionGuy
If you think Education is expensive, Try ignorance.