SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Jun 23, 2006, 17:31 #1
- Join Date
- Nov 2004
- Location
- Mission Viejo
- Posts
- 403
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Embedding Live Person into a div rather than the pop-up
I am in quest of some ideas in how to embed the Live Person chat window with in a page rather than it opening the popup.
Example
Using the same Click to chat image on an existing page I would like to when clicked populate the chat window interface within an empty div on same page.
I would like to know what you guys would do?
Thank you for replies.
T
-
Jun 25, 2006, 08:42 #2
- Join Date
- May 2006
- Location
- Ventura, CA
- Posts
- 2,750
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
That honestly depends on what the onclick code looks like.
-
Jun 26, 2006, 23:26 #3
- Join Date
- Apr 2006
- Posts
- 802
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
If the window content is not on your own server the best you can do is
open the window in an iframe in a div on your
page- but hrefs in the iframe can always navigate the user away from your page.
-
Jun 27, 2006, 10:41 #4
- Join Date
- Nov 2004
- Location
- Mission Viejo
- Posts
- 403
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thank you for replies. I used mrhoo's suggestion.
Bookmarks