RE: [PHP] Links displaying in Table cells

2004-12-07 Thread Richard Lynch
> After clicking on a link of a menu in a PHP page, I want to display that
> link in cell of a table. Please let me know how to open this link in a
> table
> cell.

You mean like this?


  http://php.net";>PHP
  

  



You may also want to consider not using PHP at all, but using JavaScript
and 'innerHTML' property of a table cell.  Hard to tell from your
question.


-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Links displaying in Table cells

2004-12-07 Thread Vincent DUPONT
you should add a iframe into your table cell and load the target page (link) 
into that iframe.
maybe some javacsript could create the iframe for you and set its width and 
height.

I Never did this, so this is purely a suggestion

Vincent

-Original Message-
From: Tomar Rajeev (ext) [mailto:[EMAIL PROTECTED]
Sent: mardi 7 décembre 2004 11:17
To: '[EMAIL PROTECTED]'
Subject: [PHP] Links displaying in Table cells


Dear All,

After clicking on a link of a menu in a PHP page, I want to display that
link in cell of a table. Please let me know how to open this link in a table
cell.

Thanking in anticipation. 

Thanks and Regards,

Rajeev Tomar

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Links displaying in Table cells

2004-12-07 Thread Tomar Rajeev (ext)
Dear All,

After clicking on a link of a menu in a PHP page, I want to display that
link in cell of a table. Please let me know how to open this link in a table
cell.

Thanking in anticipation. 

Thanks and Regards,

Rajeev Tomar

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php