[REBOL] Simple CGI Problem Re:(6)

2000-05-24 Thread christian . wenz
IFRAME is IE-specific. But have you tried ILAYER? Or IMG SRC="./counter.r" WIDTH="1" HEIGHT="1"? Regards Christian [EMAIL PROTECTED] wrote: Hello allenk, Wednesday, May 24, 2000, 12:47:15 PM, you wrote: apca IFRAME frameborder=0 SRC=http://www.worldmerchantltd.com/cgi-bin/counter.r

[REBOL] Simple CGI Problem Re:(6)

2000-05-24 Thread ryanc
I love the inline frame tag, but unfortuneately its not well supported yet. That makes it a bad counter since you would only count those browsers that support it. After viewing your counter I got an idea you might like. You can have your REBOL counter preprocess your web page--much like the way