passing a value in a link

liunx

Guest
i want to pass a value through a link in to new window.<br />
<br />
i think have seen examples that look like:<br />
<br />
href=http://www.webdeveloper.com/forum/archive/index.php/"http://whatever.com?x=100"<br />
<br />
passing the variable x being equal to 100?<br />
<br />
is that right? can someone give me an example of the whole picture? then how do i test the value of x in the new window? i assume through some js code?<!--content-->Dave -<br />
<br />
I think I just took a gulp from the fire hose. I can not follow - but it looks neat!<br />
<br />
maybe if i knew the simple workings i could then follow your more complicated example.<br />
<br />
So stepping back to the basics . . .<br />
<br />
I am just after a simple href=http://www.webdeveloper.com/forum/archive/index.php/"name and variable/value"<br />
<br />
then how do I retrieve that value in the named page.<br />
<br />
and i don't have access to server side code for this site so i will need to use js.<br />
<br />
so . . . one more time please . . . the basic href example and simple approach<!--content-->got it - thanks Dave :)<!--content-->
 
Back
Top