Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

The page uses the following javascript for redirect

 

if (self==top) { top.location.href="http://www.runescape.com"; }

So one possible solution may be to disable javascript in your browser, but of course this may cause other parts of the page not working.

There is no spoon. <<The Matrix>>
Posted

it might be easier to

 

1) download the page to disk using the webclient or httpwebrequest object

2) remove the javascript

3) load the page from disk

Posted
i was able to make an html page and use the <iframe> tag to show that link and it doesn't redirect.. is that what you meant?

If you use iframe

 

if (self==top)

 

will return false so there will be no redirect.

There is no spoon. <<The Matrix>>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...