Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: I need to know a script but dont know the name of it.

  1. #1

    I need to know a script but dont know the name of it.

    I need to find a script that hides the url in the address bar a desguises each page into the home page url. If you dont know what i mean try visiting www.worldgb.com. If you can give me infomation on were to find this script or have it stored on your pc somewere then please tell me.

  2. #2
    As far as I can tell, this site uses frames. This is a popular way to implement URL cloaking.
    http://www.softwaresubmit.net
    Software submission service for developers and website optimization and submission services.
    http://www.softwaresubmit.net/gfx/ssubmit_report.gif

  3. #3

    Help

    Um could you please help me design this please please please

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Posts
    519
    If you ever wonder how a website does something just lok at the code. The code from your example site is

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    
    <html>
    <head>
    	<title>Worldgb.com</title>
    <link REL="SHORTCUT ICON" HREF="gbcpoke.ico">
    </head>
    
    
    <frameset cols="3%,*" frameborder="0">
        <frame src="menu.htm" name="menu" id="menu" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
        <frame name="corpo" src="corpo.htm" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" noresize>
    </frameset>
    
    
    </body>
    </html>

  5. #5
    Junior Member
    Join Date
    Oct 2003
    Posts
    2

    Some use Divs..

    Some sites use div tags to accomblish the same effect as frames. The danger here is that the hidden div tags and there respective contents load with the initial page. If you have a lot of content, graphics on the hidden divs, your page load times can drastically increase.

Similar Threads

  1. Why some sites use www and others dont
    By agbattery in forum Search Engine Optimization Forum
    Replies: 4
    Last Post: 03-31-2009, 04:27 PM
  2. I just dont get RSS
    By icb01co2 in forum Marketing Strategies Discussion Forum
    Replies: 6
    Last Post: 04-20-2005, 07:13 PM
  3. Dont Let This Happen To You
    By love2travel in forum Internet Security Discussion Forum
    Replies: 0
    Last Post: 08-27-2004, 03:37 PM
  4. Your opinion - You have one dont you?
    By SmartAffairs in forum Marketing Strategies Discussion Forum
    Replies: 2
    Last Post: 01-17-2004, 08:26 AM
  5. Dont You Hate It When...
    By matauri in forum The Castle Breakroom (General: Any Topic)
    Replies: 2
    Last Post: 12-14-2003, 03:04 PM

Posting Permissions

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