Hi Guys...
I have an ASP page(a dummy one) that looks like below:
***************************
Information about an item you selected..
Item #:XXXXXX
Item Name: XXXXX
Here are your options:
1.Update the information for this item
2.Delete this item
these above two are links
********************************
Now my question is-- When the user click on the link 1(update)...How can i open a form (may be a new sub frame) below the link on the same page..
the reason is i want the user to see the present information which is available on top of the page while updating or deleting the information??
Any Suggestions.....
-VJ
I have an ASP page(a dummy one) that looks like below:
***************************
Information about an item you selected..
Item #:XXXXXX
Item Name: XXXXX
Here are your options:
1.Update the information for this item
2.Delete this item
these above two are links
********************************
Now my question is-- When the user click on the link 1(update)...How can i open a form (may be a new sub frame) below the link on the same page..
the reason is i want the user to see the present information which is available on top of the page while updating or deleting the information??
Any Suggestions.....
-VJ