在动作脚本中从网站的根目录寻址
我的网站中有一个 Flash 横幅,上面有一些导航链接。
因为我的网站中有几个不同的文件夹,所以我需要从根目录解决它们。
目前我像这样使用 getUrl :
getURL("ArticleList/Default.aspx");
但这不起作用。 提前致谢
I have a flash banner in my website and it has some navigation links on it .
Because I have several different folders in my website I need address them from the root .
At the moment i use getUrl like this :
getURL("ArticleList/Default.aspx");
But it doesn't work .
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 ~/Folder/Page.aspx。 ~ 在 ASP.NET 中表示 root
Try using ~/Folder/Page.aspx. ~ signifies root in ASP.NET
您可以在嵌入 Flash 影片时使用基本参数。电影中的所有相对路径均据此解析。在这里看看 - http://kb2.adobe.com/cps/127/ tn_12701.html
You can use the base parameter while embedding the Flash movie. All relative paths inside the movie are resolved according to that. Have a look at it here - http://kb2.adobe.com/cps/127/tn_12701.html