重定向到内容页面 [英] redirect to content page

查看:80
本文介绍了重定向到内容页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个home.aspx,其中包含许多超链接

当我点击一个超链接我需要打开相应的页面框架集(内容页面)

请帮助我.......




主页 - >主框架 - >细节(在内容页面中)



主机包含3帧:标题,菜单和内容页面

解决方案

使用目标属性:



 <   a     href   =   / link / to / page.aspx   目标  =  content > ; 点击我!<   / a   >  


i have a home.aspx which contains many hyperlink
when i click on one hyperlink i need to open respective page in frame set (content page)
please help me.....


home page -> Main Frame-> Details(in content page)

Mainframe contains 3 frames : Header,Menu and content Page

解决方案

Use the target attribute :

<a href="/link/to/page.aspx" target="content">Click me!</a>


这篇关于重定向到内容页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆