My understanding of your issue.
You have 2 html files.  the first has a link with url variables in it.  The 
second, needs to display what those variable values were.

If you are not using a server side language (coldfusion, php, asp, etc), then 
you will need to have this work through a client side language (javascript, 
etc).

you will need to 'parse' the url of the page to find the query string, then 
parse the query string to determine the url variable pairs (name, value).

Once you have done that, then to display the information, you would need to use 
the 'javascript' write commands to display it on the screen.

if javascript had 'divisions' like boxing does, this would probably qualify as 
a 'middle-weight' division coding situation. Only because you will be working 
with arrays, lists, etc.

William
> Thank You Ben & Tom, i really appreciate the help!
> 
> It displays #test# but in the url i can see the value it's passing but 
> the second page does not pick it up!
> 
> Does anyone have an example of some javascript/ or other that can do 
> it?
> 
> Regards 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296368
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to