Results 1 to 2 of 2

Thread: Iframe and static URL address

  1. #1
    Join Date
    May 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Iframe and static URL address

    hey guys. i am really liking this forum wonderfull community. i was just wondering if any one can help this noob i dont have any knowledge of scripting.

    i want to achieve static URL address in the address bar no matter where a vistor clicks on the page but the url stays unchanged. some one on another place suggested iframes.

    here is an example:

    1):this is a link shortner website



    2): now i am shortening a rapidshare link


    3): here is the link shortened


    4): now when i visit the website the url is static on address bar no matter when i click on page.




    any help will really be appreciated. thanks alot guys

  2. #2
    Join Date
    May 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    guys thanks anways i have found the answer by searching a bit

    this code
    Code:
    <html>
    <body>
      <iframe src="home.html" width="100%" height="100%" frameborder="0" scrolling="no" />
    </body>
    </html>

    is it possible to hide all links on status bar on mouseover within the iframe? thanks alot

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •