View Single Post
Old 03-09-2009, 02:09 PM   PM User | #2
Lleoun
New Coder

 
Join Date: Feb 2008
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Lleoun is an unknown quantity at this point
Just a note: I'm not passing anything through the url.
My test.html is passing the 9 like the code below shows.
final.html needs to catch this 9 in a variable.
Thanks again!



Code:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var page = "9";
var theurl = "final.html";
$("#sidebar").load(theurl,{"id":page}); 
});
</script>
Lleoun is offline   Reply With Quote