loginsuccessscreen.asp
来自「online sales system of texttile mill was」· ASP 代码 · 共 14 行
ASP
14 行
<table border="0">
<tr>
<td><h3><font face="verdana, arial" color="darkblue">Login Successfully!</font></h3>
</tr>
</table>
<hr color="black" noshade>
<table border="0">
<tr>
<td class="simpleText">Welcome <b><%= Session("LoginUser") %></b>.</td>
</tr>
<tr>
<td class="SimpleText">Click on your desired category to add items in your cart.</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?