Results 1 to 4 of 4

Thread: some qns

  1. #1
    Join Date
    Mar 2008
    Posts
    222
    Thanks
    10
    Thanked 3 Times in 3 Posts

    Default some qns

    hi guys i not sure if i am in the right section but here goes. here is the link

    when i click source, there not much details on it in html. how do they do it?
    Code:
    <HTML>
    <HEAD>
    <TITLE>Eng Wah Organization</TITLE>
    <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=ISO-8859-1">
    </HEAD>
    
    <FRAMESET ROWS="92,*,35" BORDER="0" FRAMESPACING="0">
      <FRAME SRC="hmpg_top1.asp" MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE SCROLLING="no" FRAMEBORDER="no" NAME="topframe">
      <FRAME SRC="home.asp" MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE SCROLLING="AUTO" FRAMEBORDER="no" NAME="midframe">
      <FRAME SRC="home_bottom_ticker.asp" MARGINWIDTH="0" NORESIZE MARGINHEIGHT="0" SCROLLING="no" FRAMEBORDER="no" NAME="botframe">
    </FRAMESET>
    
    <NOFRAMES>
      <BODY BGCOLOR="#FFFFFF">
        <P>This page uses frames, but your browser doesn't support them.</P>
      </BODY>
    
    </NOFRAMES>
    </HTML>

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    There using frames, witch you should never use, but there site is a frame site. filled with frames and frames.
    Try going to this:
    http://engwah.com.sg/hmpg_top1.asp
    and this:
    http://engwah.com.sg/home.asp
    and this:
    http://engwah.com.sg/home_bottom_ticker.asp
    Jeremy | jfein.net

  3. #3
    Join Date
    Mar 2008
    Posts
    222
    Thanks
    10
    Thanked 3 Times in 3 Posts

    Default

    I thought it was something interesting behind the coding part. Well i think i read it here somewhere the reasons why frames should not even be used at all

    thanks 4 the help Nile

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Anytime.
    Jeremy | jfein.net

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
  •