473,625 Members | 3,330 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

many ways to import page

I've a commercial website running on php with complete database and many of
my clients ask to include their articles's page in their website.

As quite all doesn't have php or asp on their site, I must send them the URL
to include their article's page in their website.

What are the many ways to do so ?

I know
- frame (but as I know they can't be retrieved by searchengines, and I want
to)
- iframes (quite good, but as I know doesn't work on older browser than
ie4...also problem with size if no javascript available)

are there any better way ?
The link is something like: www.thecommercesite.com?clientid=250&showmenu=1

What's the best way to include this link in others website ?

Jul 24 '05 #1
2 1724
Dan
Bob Bedford wrote:
The link is something like: www.thecommercesite.com?clientid=250&showmenu=1

What's the best way to include this link in others website ?


<a
href="http://www.thecommerce site.com?client id=250&amp;show menu=1">The
Commerce Site: Products</a>

No need for anything fancy... a plain old link always works fine.

--
Dan

Jul 24 '05 #2
"Dan" <da*@tobias.nam e> a écrit dans le message de news:
11************* *********@g43g2 00...legr oups.com...
Bob Bedford wrote:
The link is something like:
www.thecommercesite.com?clientid=250&showmenu=1

What's the best way to include this link in others website ?


<a
href="http://www.thecommerce site.com?client id=250&amp;show menu=1">The
Commerce Site: Products</a>

No need for anything fancy... a plain old link always works fine.

--
Dan

isn't a link I want !!! I want to include the page from an other site in my
page !
Jul 24 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1366
by: Mario T. Lanza | last post by:
Seasoned ASP Developers, I have developed an ASP page that displays multiple rows of data with which the user may work. As each row is updated, the graphical info displayed immediately beside the row reflects the changes. Fortunately, the script (although a little intensive and slow) runs quickly enough (about 1 sec.) for updates against a single row. The issue I am running into is that the client-side script must be run for each and...
1
2534
by: Yaron C. | last post by:
Hello, I would like to ask for your help. I am trying to create a page with table of many form elements. The size of the table is 84x10 (84 rows, 10 columns) and each cell contains 1 form element (select box, checkbox, etc ...) As you can see I have 840 form elements in the page.
2
3370
by: s.hong | last post by:
Hello? On the ASP.NET, I can use the class by import declation on the top of page. <%@ page language="vb" explicit="true" aspcompat="false" debug="true"%> <%@ import namespace="System.Data" %> <%@ import namespace="System.Data.SqlClient" %> It's work well for the compiled class files in /bin folder.
4
6088
by: Bruce W. Roeser | last post by:
All, I'm reading a book by Charles Petzold (Programming VS.Net). Pretty good content but am confused about the difference. From the text: ---------------------------------------------------------------------------------------------------------------------------------------------------------- The @ Import Directive Next to @ Page, the directive that ASP.NET programmers use the most is @ Import. The @ Import directive is ASP.NET's...
5
1889
by: Sanjay | last post by:
Hi all, I am new to python. Sorry if this is too novice question, but I could not find an answer yet. While coding a business class library, I think it is preferable to have one class per source file, rather than combining all classes into one file, considering multiple developers developing the classes. So, as per my study of python, a developer using the business class
18
2457
by: damezumari | last post by:
I would like to know how many of the visitors to my site has js enabled and how many has it turned off. I haven't found a simple solution searching Google groups so I suggest the following using php and mysql: Create a table mc_jscount table in mysql with two fields nonjs (int) and js (int). Create one record with nonjs and js set to zero. Put this code at the top of your page:
12
2282
by: beginner | last post by:
Hi All, How do I map a list to two lists with list comprehension? For example, if I have x=, ] What I want is a new list of list that has four sub-lists: , , , ]
2
4018
by: Adam Kubica | last post by:
Hello. I have pylons 0.96 (SVN) and current SQLAlchemy (0.3.10), and I have bug that doesn't exist earlier. My connection code: <code> import sqlalchemy.mods.threadlocal from sqlalchemy import DynamicMetaData, objectstore
2
1467
AHayes
by: AHayes | last post by:
This is actually my first post, so please forgive any forum "no-nos" in this post. _The Background For a work project, I need to port an ASP.Net (C#) search application to a SharePoint webpart. To do this "easily" we're using this SharePoint plugin called Smartpart which basically will allow me to use my pre-existing ASP.Net website code and allows me to load it in SharePoint as a webpart. _The Problem Smartpart works fine, but it has...
0
8635
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8356
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8497
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6118
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4193
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1803
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1500
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.