trialone
01-21-2008, 10:03 AM
I am trying to use the Ajax Page Fetcher. The demo of the scriopt works in both FireFox and IE7. However, when I inserted the script into my own page, it perfectly in FireFox, but in IE7, it will not do anything.
Thank you in advance
Header
<head>
<title>1_main5</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
#Container {
position:absolute;
left:0px;
top:0px;
width:766px;
height:780px;
margin-left: 15%;
margin-right: 15%;
}
#news-07_ {
position:absolute;
left:248px;
top:402px;
width:475px;
height:100px;
overflow: auto;
}
#news-08_ {
position:absolute;
left:248px;
top:442px;
width:475px;
height:1px;
}
#news-09_ {
position:absolute;
left:248px;
top:496px;
width:475px;
height:215px;
overflow: auto;
}
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript" src="ajaxpagefetcher.js">
/***********************************************
* Ajax Page Fetcher- by JavaScript Kit (www.javascriptkit.com)
* This notice must stay intact for usage
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
***********************************************/
</script>
</head>
Calling of script in div
<div id="news-07_">
<table width="100%" border="0">
<div style="height:5px; overflow: auto">
<tr>
<td><a href="javascript:ajaxpagefetcher.load('news-09_', 'PressCenter/01072008.html', false)">07-JAN-2008</a></td>
<td>Announcement of Primary Filing</td>
</tr>
</table>
Thank you in advance
Header
<head>
<title>1_main5</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
#Container {
position:absolute;
left:0px;
top:0px;
width:766px;
height:780px;
margin-left: 15%;
margin-right: 15%;
}
#news-07_ {
position:absolute;
left:248px;
top:402px;
width:475px;
height:100px;
overflow: auto;
}
#news-08_ {
position:absolute;
left:248px;
top:442px;
width:475px;
height:1px;
}
#news-09_ {
position:absolute;
left:248px;
top:496px;
width:475px;
height:215px;
overflow: auto;
}
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript" src="ajaxpagefetcher.js">
/***********************************************
* Ajax Page Fetcher- by JavaScript Kit (www.javascriptkit.com)
* This notice must stay intact for usage
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
***********************************************/
</script>
</head>
Calling of script in div
<div id="news-07_">
<table width="100%" border="0">
<div style="height:5px; overflow: auto">
<tr>
<td><a href="javascript:ajaxpagefetcher.load('news-09_', 'PressCenter/01072008.html', false)">07-JAN-2008</a></td>
<td>Announcement of Primary Filing</td>
</tr>
</table>