Dear All,
Anyone can help me on this.
I am using asp to develop web page. I have one page which having button to let 
user to click and show the popwin thru win.open(...). I don't want to let user 
just take this url , cut and paste on the browser then surf it. In Other word 
the page is only be browsed thru application via mytest.asp  not outside of 
application. If someone else try to get the url : http://.../myPop.asp and open 
new browser then use this url, the content of popup should not display the 
content(response.end). 
 
Your assistant is greatly appreciated.Thanks
 
KhairulMM
 
eg:
 
pagename: mytest.asp
..
<script>
function showPop(){
 
popw=window.open("myPop.asp",....);
}
function closePop(){
..
}
 
}
 
 
<body>
 
<input type="button" name=btnpop onClick="showPop()">
 

                
---------------------------------
Do you Yahoo!?
 Make Yahoo! your home page   

[Non-text portions of this message have been removed]





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to