Jump to content
UBot Underground

Need Help With Frameset


Recommended Posts

I want to hide the real URL in the address bar by using frameset, I saw a thread with this code

 

 

Here is the v4 code:

ui text box("Url", #url)
load html("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\"
\"http://www.w3.org/TR/html4/frameset.dtd\">
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols=\"*\">
<FRAMESET rows=\"1, *\">
<FRAME src=\"about:blank\">
<FRAME src=\"{#url}\">
</FRAMESET>
<NOFRAMES>
frames not supported
</NOFRAMES>
</FRAMESET>
</HTML>")



John

 

but it only display blank page.

 

 

I remove <FRAME src=\"about:blank\"> but still blank page.

 

What I want to achieve is for example display google in browser but display different from the address bar.

Can someone make a working code for me. Thanks

post-2699-0-68338400-1419834645_thumb.png

Link to post
Share on other sites

 

I actually search google before I asked, I even used site:ubotstudio.com "frameset" search  operator just in case there is another thread with the same problem.

 

I'm just wondering why this code seems not to work but seems to work with others.

 

 

ui text box("Url",#url)

load html("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\"

\"http://www.w3.org/TR...frameset.dtd\">

<HTML>

<HEAD>

<TITLE>A simple frameset document</TITLE>

</HEAD>

<FRAMESET cols=\"*\">

<FRAMESET rows=\"1, *\">

<FRAME src=\"about:blank\">

<FRAME src=\"{#url}\">

</FRAMESET>

<NOFRAMES>

frames not supported

</NOFRAMES>

</FRAMESET>

</HTML>")

 

When I tried it, I got blank screen, like the attached image! can someone check whats wrong?

 

http://postimg.org/image/czdbjocob/

 

or maybe i misunderstood the purpose of the code!

Link to post
Share on other sites

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.

Loading...
×
×
  • Create New...