Javascript| Raiders | page =====javascript pop-up selection box jump to other pages =====
<script language= "JavaScript" >
<!--
function logout () {
if (confirm) ("Are you sure you want to cancel your identity?") \ n is-select OK, no-select Cancel ")" {
window.location.href= "Logout.asp?act=logout"
}
}
-->
</script>
=====javascript pop-up prompt box jump to other page =====
<script language= "JavaScript" >
<!--
function logout () {
Alert ("Are you sure you want to cancel your identity?") ");
window.location.href= "Logout.asp?act=logout"
}
-->
</script>
Jump directly to other pages in =====asp ===========
<%
Response.Redirect "Logont.asp"
%>
=====html the new page after confirmation ===========
function Del (ID)
{
if (confirm) ("Are you sure you want to delete it?") "))
{
window.open ("otherfile.asp?id=" +id+ "&act=del", "Top", "width=640,height=400")
}
}
=====html to other pages after confirmation =========
function Del (URL)
{
if (confirm) ("Are you sure you want to delete it?") "))
{
Url= "Otherfile.htm"
Window.location.href=url
}
}
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service