Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 27th, 2006, 09:03 AM
Registered User
 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to mdismailzabi
Default Search Engines and Frames

Hi All:
I am using IFrame in ASPX page to call an html page. The
problem is: while you search for that page(html) in
Google, it is not getting in the results. Google is not
able to index that page, because it is ignoring
frames/iframes. Is there any other method to call html
file and that page get indexed in google?

Thanks in advance

 
Old December 28th, 2006, 03:23 AM
Authorized User
 
Join Date: May 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default

the better method is to make a tabel's cell server control by adding runat="server" and id="tdPage"
the read that aspx file and read its content till end in a string
then assign that string to the inner html of the cell like:
tdPage.InnerHtml = ---------

Regards,
Rashida Jabeen
http://www.akaas.net





Similar Threads
Thread Thread Starter Forum Replies Last Post
Making my site searchable on search engines? kennethjaysone HTML Code Clinic 2 May 13th, 2008 10:23 AM
New text search doesn't preselect search string planoie Visual Studio 2005 0 July 23rd, 2007 06:47 AM
XSLT engines for C/C++ rgasparoni XSLT 3 April 25th, 2006 04:10 PM
External Javascript indexed by search engines? Sushifiend3000 Javascript 1 November 27th, 2004 09:31 PM
Problem with Search Engines darkdog HTML Code Clinic 2 July 1st, 2003 01:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.