Frames

A

Aras Kucinskas

hello,

Is possible to open aspx page in in another frame not using HyperLink?
In other words, I want to open some aspx in not in the same frame by
pressing Button or LinkButton.

Thanks
 
P

Patrick Olurotimi Ige

Yeah u can!
Try Googling for an example!
Just remember u have to include target=name_of_frame
in your LINK.
Patrick
 
A

Aras

Button and LinkButton dose not have property "Target", Server.Transfer
method too.
 
G

Guest

<a href="MyPage.aspx" target="content"></a>
Between the opening and the closing tag of the <a> element you may place
whatever you want - image, text. You may use the onclick event too.

Hope that helps!
Regards,
Kostadin Kostov
 
A

Aras

Thanks

Kostadin Kostov said:
<a href="MyPage.aspx" target="content"></a>
Between the opening and the closing tag of the <a> element you may place
whatever you want - image, text. You may use the onclick event too.

Hope that helps!
Regards,
Kostadin Kostov
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top