• Welcome to Valhalla Legends Archive.
 

Help with webbot

Started by WarTanks, May 17, 2006, 09:03 PM

Previous topic - Next topic

rabbit

Well I hate to break it to you, but it's not in an iframe.
Grif: Yeah, and the people in the red states are mad because the people in the blue states are mean to them and want them to pay money for roads and schools instead of cool things like NASCAR and shotguns.  Also, there's something about ketchup in there.

WarTanks

why do u say that? huh??? u wanna see the code i have in there here i'll post it to you:

<head><META http-equiv=Refresh content="60"></head><a href="http://botdev.valhallalegends.com/webbot/webchannel.asp?BotName=Security&ChannelName=Clan%20DG">Live Feed</a>
<iframe frameborder="0" src="http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channelnameex=security" width="80%" height="46"
style="height:1.8em"
marginwidth="0" marginheight="0" align="center">
</iframe>
<iframe frameborder="0" src="http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channellistex=security" width="140%" height="200"
style="height:1.8em"
marginwidth="0" marginheight="0">
</iframe>

Right there IFRAME!!

rabbit

With the refresh outside of it.
Grif: Yeah, and the people in the red states are mad because the people in the blue states are mean to them and want them to pay money for roads and schools instead of cool things like NASCAR and shotguns.  Also, there's something about ketchup in there.

WarTanks

ok good observasion. i'll be sure to move it thanks. and to ur point about the IFRAME see i told u had i had one.

WarTanks

Ok sorry for seeming like an @$$. How do i get it so it just freashes the IFRAME? I tried putting it in the iframe itself but that just whites out the iframe.

WarTanks

Spht u out there man read up on my post plz. Need some more help. Thanks. I know u be busy reply when u get the chance, thanks again man.

Spht

#21
Quote from: WarTanks on May 27, 2006, 09:51 PM
Spht u out there man read up on my post plz. Need some more help. Thanks. I know u be busy reply when u get the chance, thanks again man.

After looking at your web site, I'm surprised it even renders because the IFRAME doesn't even look valid.

I suggest making a basic IFRAME (you only really need to define the size) that uses:
http://botdev.valhallalegends.com/webbot/channel.asp?BotName=(registration name)

channel.asp does the channel refreshing, so you don't need to worry about it.

For example:
<iframe src="http://botdev.valhallalegends.com/webbot/channel.asp?BotName=(registration name)" width="200" height="700" frameborder="0" />

(replace (registration name) with your registration name)

That's all you need.