ajaxdude
11-22-2006, 07:26 PM
Hi everyone,
I've been using the ajaxpage function this way:
<a href="javascript:ajaxpage('sample.asp', 'content');">Link</a>
Where:
content is a <DIV> tag ID.
It works great in IE 6, however doesn't work on Firefox 2.0 at all.
I also found the article below which shows a really great AJAX technique:
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
Someone actually uses this tecnique to load PHP pages, however when trying the same example with ASP page doesn't seem to work.
Is there any way to make this ajaxpage function work with ASP pages? :confused:
Thank you in advance.
I've been using the ajaxpage function this way:
<a href="javascript:ajaxpage('sample.asp', 'content');">Link</a>
Where:
content is a <DIV> tag ID.
It works great in IE 6, however doesn't work on Firefox 2.0 at all.
I also found the article below which shows a really great AJAX technique:
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
Someone actually uses this tecnique to load PHP pages, however when trying the same example with ASP page doesn't seem to work.
Is there any way to make this ajaxpage function work with ASP pages? :confused:
Thank you in advance.