Jump to content

need a little bit of help with this html


Bmms

Recommended Posts

ok well since im on linux and i dont wanna go into making client in c++, or anything else cuz im lazy, i just made a simple one for html, since i been using tiko to play rs, but im sick of using it so i did this

 

 

 

ok well i have a weird this going on when i click the button "RuneScape" it opens a new popup from the rs.html posted after the one below, the title is all werid and i just want it to say RuneScape like i have it set to but it wont

 

if im connect right to a world it show just RuneScape as the title but not when its setup to go to runescape.com

 

 

 

so what i want is some help to fix the issue and just to make the title RuneScape instead of the long one that it is

 

 

 














 

 

 

this is the html it opens when the runescape button is clicked

 




RuneScape









 

 

 

note for anyone that wants to use this you will have to change the /home/tom/Desktop/client/RS.htm to the parth that your html file will be

a91e22ec.gif
Aefx(started 11/1/2002) Cb: 200 TS: 1900+
Bmms--Jr(Started on 1/24/06)(Banned 11/13/09 ) Cb: 119(pre-eoc) TS: 1700+
Bmms(Started 8/?/2001)(Banned 1/24/06 ) Cb: 101(pre-eoc) TS: 1350+

Link to comment
Share on other sites

the main problem is your popup window isn't displaying the runescape webpage in your frameset like you want it to .

 

 

 

Runescape.com has its own script to prevent itself from being opened in a frame like that .

 

 

 


if (self!=top) { 

   if(self.location.href.indexOf("/de/")!=-1 || self.location.href=="http://www.runescape.de") top.location.href="http://www.runescape.com/lang/de/";

   else top.location.href="http://www.runescape.com";

I like to fart silently but deadly in movie theaters
Ard Choille says (11:41 PM):

I wouldn't dare tell you what to do m'dear

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.