hyperlink query

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • entoone

    hyperlink query

    I have the following line that prints out a record with a link, when you
    click the link you get more column
    information in the record. I want to add another field (State) so that I can
    narrow down the results. How can I pass both the hcounty as I'm doing now,
    along with state? to the state7.php file?

    print "\t\t<td><bgcol or=#000000><fon t color=#000000 font color=#000000
    face=Tahoma size=2 ><A href='state7.ph p?searchid=$lin e[hcounty]'><img
    src='buttondeta il.gif' border='0'></img></td>\n";

    Thanks in advance


  • entoone

    #2
    Re: hyperlink query

    I found the answer.. I put an & in-between the values!

    Just wanted to share incase anyone asks.

    Have a great day.

    "entoone" <entoone@pacbel l.net> wrote in message
    news:iC57b.47$7 H3.38@newssvr29 .news.prodigy.c om...[color=blue]
    > I have the following line that prints out a record with a link, when you
    > click the link you get more column
    > information in the record. I want to add another field (State) so that I[/color]
    can[color=blue]
    > narrow down the results. How can I pass both the hcounty as I'm doing now,
    > along with state? to the state7.php file?
    >
    > print "\t\t<td><bgcol or=#000000><fon t color=#000000 font color=#000000
    > face=Tahoma size=2 ><A href='state7.ph p?searchid=$lin e[hcounty]'><img
    > src='buttondeta il.gif' border='0'></img></td>\n";
    >
    > Thanks in advance
    >
    >[/color]


    Comment

    Working...