[jQuery] cant get remote file / set post/get parameters with TABS plugin - help!

[jQuery] cant get remote file / set post/get parameters with TABS plugin - help!


hey. im trying somehow to get in tabs a remote url , or atleast to set a get
paramter to the tab
i got this following code and its writes me error "access denied"
how can i skip it or tweak the code ??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>Tabs - jQuery plugin for accessible, unobtrusive tabs</title>
<script src="jquerylatest.js" type="text/javascript"></script>
<script src="jquery.history_remote.pack.js"
type="text/javascript"></script>
<script src="jquery.tabs.pack.js" type="text/javascript"></script>
<script type="text/javascript">
// Tabs - hide tabs before initialization to avoid flash of
content
// Add styles via JavaScript for graceful degradation...
//document.write('<style type="text/css" media="projection,
screen">.fragment { display: none; }<\/style>');
//$('head').append('<link rel="stylesheet" href="tabs_js.css"
media="projection, screen" />');
$(function() {
$('#container-9').tabs({ remote: true,
});

});
</script>
<link rel="stylesheet" href="tabs.css" type="text/css" media="print,
projection, screen">
<!-- Additional IE/Win specific style sheet (Conditional Comments)
-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css"
media="projection, screen">
<![endif]-->
<style type="text/css" media="screen, projection">
/* Not required for Tabs, just to make this demo look better...
*/
body {
font-size: 16px; /* @ EOMB */
}
* html body {
font-size: 100%; /* @ IE */
}
body * {
font-size: 87.5%;
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica,
Arial, sans-serif;
}
body * * {
font-size: 100%;
}
h1 {
margin: 1em 0 1.5em;
font-size: 18px;
}
h2 {
margin: 2em 0 1.5em;
font-size: 16px;
}
p {
margin: 0;
}
pre, pre+p, p+p {
margin: 1em 0 0;
}
code {
font-family: "Courier New", Courier, monospace;
}
</style>
</head>
<body>

<div id="container-9">
<ul>
<li> get.php?url=ice One </li>
<li> get.php?url=walla Two </li>
<li> http://www.walla.com Three </li>
</ul>
</div>


</body>
</html>
--
View this message in context: http://www.nabble.com/cant-get-remote-file---set-post-get-parameters-with-TABS-plugin---help%21-tf3502939.html#a9782988
Sent from the JQuery mailing list archive at Nabble.com.


























































































    • Topic Participants

    • amir