Click to See Complete Forum and Search --> : open url from hyperlink - inside web form


Phil Weber
06-13-2002, 05:31 PM
> Does anyone know if you can open a URL from the hyperlink
> control, but have that URL open inside of the existing Web
> Form?

Bev: Sure, just put an IFRAME on the page and set the hyperlink's Target
property to the name of the IFRAME.
---
Phil Weber

beverly
06-13-2002, 05:48 PM
does anyone know if you can open a url from the hyperlink control, but
have that url open inside of the existing web form?

currently it opens up and the user wouldn't be able to tell, that they
are still in the application. although when they hit <back> it does
come back to the application.

almost like you want to open the url inside a table, which is the full
body of the web form.

any thoughts on this.

thanks

bev
06-14-2002, 09:33 AM
"Phil Weber" <pweber@nospam.fawcette.com> wrote:
> > Does anyone know if you can open a URL from the hyperlink
> > control, but have that URL open inside of the existing Web
> > Form?
>
>Bev: Sure, just put an IFRAME on the page and set the hyperlink's Target
>property to the name of the IFRAME.
>---
>Phil Weber
>
>


thanks - you are a big help. I am working and in training at the same time.
just an fyi: I tried a test with the usercontrol, clicked events in the
web form, and so far not working. but will keep at it. if you noticed
anything that I should change let me know - i did it just like the example
you gave me.

but do you have a real job!! or just to help us programmers....

bev

bev
06-14-2002, 10:05 AM
"bev" <bharris@indataweb.com> wrote:
>
>"Phil Weber" <pweber@nospam.fawcette.com> wrote:
>> > Does anyone know if you can open a URL from the hyperlink
>> > control, but have that URL open inside of the existing Web
>> > Form?
>>
>>Bev: Sure, just put an IFRAME on the page and set the hyperlink's Target
>>property to the name of the IFRAME.
>>---
>>Phil Weber
>>
>>
>
>
>thanks - you are a big help. I am working and in training at the same time.
>just an fyi: I tried a test with the usercontrol, clicked events in the
>web form, and so far not working. but will keep at it. if you noticed
>anything that I should change let me know - i did it just like the example
>you gave me.
>
>but do you have a real job!! or just to help us programmers....
>
>bev


does this work for a datalist - inside a template? I tried to create the
iframe, but didn't like what it did. I am using a <asp:hyperlink, so
the question is can this be used within this control and if so, how.
any example would be helpful, not too much on the internet .

thanks

bev