在当前项目中调用托管项目URL [英] calling hosted project url in current project

查看:62
本文介绍了在当前项目中调用托管项目URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

当我调用我当前的项目时,我应该在新窗口中显示托管项目(另一个项目)。在这里我不应该使用客户端脚本(java脚本)。谁能帮助我做这件事。可以从服务器端执行此操作..

hello,
when i calling my current project, i should show the hosted project(another project) in new window. here i shouldn't use client side scripts(java scripts). could anyone please help me to do this. it is possible to do this from server side..

推荐答案

尝试以下代码: -

Try this line of code:-
Response.Write("<script>window.open('" +url+ "');</script>");


这篇关于在当前项目中调用托管项目URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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