Webmastersite.net
Register Log In

Passing url variables

Title Passing url variables
Description into javascript export template
Message Text Is there anyway to pass variables into the javascript feed template? Here's an example url
<script language="javascript" src="http://www.domain.com/exporter.php?number[1]=10&field[1]=time&ascdesc[1]=descending&type[1]&links&feedwidth=100"></script>
And then put something like this in my javascript template?
<table width="<?php echo $feedwidth; ?>" border="1">
Or is there some other way I could do something like this?
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership mrowton
Views 637 views. Averaging 0 views per day.
Similar Topics
Submission Date Apr 05, 2006 - 11:08 AM