|
Posted by BootNic on 03/26/07 21:18
> Martix <ig.martix@gmail.com> wrote:
> news: 1174943095.678918.84250@b75g2000hsg.googlegroups.com
> On Mar 26, 5:57 pm, "BootNic" <boot...@bounce.earthlink.net> wrote:
[snip]
>>>>> I would like to pass the value of a inputbox through a hyperlink.
>>>>> I know this can be done with a single valuelike:
>>
>>>>> <a href="employee.asp?e_num=6">Market Info </a>
>> [snip]
>>
>>> What would I do if I had more then one hyperlink pulling the value
>>> from the same inputbox??
>>
>> Provide a better example of what you are trying to achive. At the
>> moment I can't see why you would want to spread the same action all
>> over a page.
>>
>> If you only have one input, why would you need more then
>> one place to submit the info?
[snip]
>
> As an example:
>
> You input an employee id and his name comes up in the top frame. In
> the same frame there's a row of hyperlinks. Contact info, employment
> history, Qualifications, etc
>
> When the links are clicked a new window comes up in the bottom frame.
> The employee ID would need to be passed for each of the links in order
> for the asp page to be able to bring up the right information.
>
> If there's a better way of doing it. Please let me know
Use a form, create the page on the server, you may even be able to
do away with the frames.
However, as I do not like to play with asp, you will need to seek help
with that from another group or perhaps someone here that likes to
play with asp.
--
BootNic Monday, March 26, 2007 5:18 PM
Man who fight with wife all day get no piece at night.
*Ancient Chinese Proverbs*
[Back to original message]
|