2017年9月22日 星期五

[研究][ASP.NET][C#]讓網址唯讀 ( URL ReadOnly)

[研究][ASP.NET][C#]讓網址唯讀 ( URL ReadOnly)

2017-09-22


window.open("Sample.htm",null,"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");





var newwindows = window.open("Sample.htm",null,"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");




<a href="one.aspx" onclick="javascript:window.open('http://www.dotnetspider.com', '_blank','top=100, left=100, height=740, width=780, status=no, menubar=no, resizable=no, scrollbars=yes, toolbar=no, location=no, directories=no');">
HOME
</a>

HTML DOM Input URL readOnly Property
https://www.w3schools.com/jsref/prop_url_readonly.asp

How To Make Browser Url As Readonly in asp.net RSS
Last post 09-27-2015
https://forums.asp.net/t/2068764.aspx?How+To+Make+Browser+Url+As+Readonly+in+asp+net+

(待續)

沒有留言:

張貼留言