>>
Site Map
>>
Forums
>>
JavaScript_HTML
Forum module - topics in forum:
JavaScript_HTML - tìm hiểu và trao đỏi các mã java để làm trang web bạn sinh động hơn, các thủ thuật code html css
Chống web bị mở trong một iframe thay địa chỉ thật của web tren
Masking your URL in the Address Bar
You can use frames to mask your address bar so it always shows *ww.yourdomain.com when viewing your pages. Use the frameset below in your default page (index.htm). In this example, the frameset will load home.htm and start your site from there. But the address bar will stay showing *ww.yourdomain.com.
This is the same technique used by most domain registrars for domain forwarding.
| Code: : |
<frameset rows="*">
<frame src="home.htm">
</frameset> |
------------------------
Masking your URL in the Address Bar
You can use frames to mask your address bar so it always shows www.yourdomain.com when viewing your pages. Use the frameset below in your default page (index.htm). In this example, the frameset will load home.htm and start your site from there. But the address bar will stay showing www.yourdomain.com.
This is the same technique used by most domain registrars for domain forwarding.
| Code: : |
<frameset rows="*">
<frame src="home.htm">
</frameset> |
Re: Chống web bị mở trong một iframe thay địa chỉ thật của web
| binhaus Wrote: : |
Masking your URL in the Address Bar
You can use frames to mask your address bar so it always shows *ww.yourdomain.com when viewing your pages. Use the frameset below in your default page (index.htm). In this example, the frameset will load home.htm and start your site from there. But the address bar will stay showing *ww.yourdomain.com.
This is the same technique used by most domain registrars for domain forwarding.
| Code: : | <frameset rows="*">
<frame src="home.htm">
</frameset> |
------------------------
Masking your URL in the Address Bar
You can use frames to mask your address bar so it always shows www.yourdomain.com when viewing your pages. Use the frameset below in your default page (index.htm). In this example, the frameset will load home.htm and start your site from there. But the address bar will stay showing www.yourdomain.com.
This is the same technique used by most domain registrars for domain forwarding.
| Code: : |
<frameset rows="*">
<frame src="home.htm">
</frameset> |
|
Sao tôi thử như vậy mà không được
http://www.anhtuanplaza.com/