1
General Thai Support / Re: อยากถามว่า เวลาดึง กระทู้ไปโชว์หน้าเวบ แล้วให้มันเปิดจากลิงค์ไปหน้าใหม่ทำไงค
« เมื่อ: 23/07/07, 07:41:26 »
ใส่ <base target="_blank"> ระหว่าง <head> กับ </head> แค่นี้เองครับ ทุกกระทู้ก็จะขึ้นหน้าใหม่หมด
<html>
<head>
<base target="_blank">
</head>
<body>
.....
</body>
</hmtl>
<html>
<head>
<base target="_blank">
</head>
<body>
.....
</body>
</hmtl>