|
|
Subject:
web page design
Category: Computers > Programming Asked by: javiernoahs-ga List Price: $15.50 |
Posted:
03 Jul 2006 20:11 PDT
Expires: 02 Aug 2006 20:11 PDT Question ID: 743143 |
Design a 2 column web site; left column thinner than main right column, with no header nor footer. The left side will be a list of different links that when clicked the new page will open in the right column BUT leaving the left side the same. YOU CAN NOT USE FRAMES. I want a working sample with 4 or 5 links (use google yahoo and others ), and I think I can do the rest, and since there are many, this left side should be able to scroll. I consider the question answered when, after pasting the code you send me to Front Page,I can see your work once I uploaded to my server. |
|
There is no answer at this time. |
|
Subject:
Re: web page design
From: dudus-ga on 05 Jul 2006 21:18 PDT |
You should check a technology called AJAX http://en.wikipedia.org/wiki/Ajax_%28programming%29 Programmers have been using this lately to alter parts of a websites while not reloading the whole page, and not using frames. |
Subject:
Re: web page design
From: acsandeep-ga on 21 Jul 2006 10:55 PDT |
I think this is what you are looking for: http://www.oswd.org/design/preview/id/2426 Regards |
Subject:
Re: web page design
From: njovin-ga on 04 Aug 2006 17:21 PDT |
The link from acsandeep-ga doesn't leave the left side, it simply carries the menubar over from page to page. The only way to accomplish this, as mentioned, is with AJAX. With AJAX, you would request the content from the page you wanted to get in the background, and then some javascript on the current page would parse the contents of the requested file into the existing page. The problem is, you can't use AJAX when scripting across domains. So, for instance, if your website is www.mysite.com and you are linking only to other pages on your OWN site, this CAN be done. However, if you are trying to link to OTHER sites like yahoo.com or google.com, AJAX security restrictions will NOT let you do it. You CAN setup seamless frames that look very professional, but you can't do it without frames if you're linking across sites. |
Subject:
Re: web page design
From: stubarnes-ga on 10 Aug 2006 14:52 PDT |
Does "no frames" also exclude so-called iframes? |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |