เพิ่งมาเจอ website www.wix.com (http://www.wix.com) ซึ่งเป็นการสร้าง flash เอง แต่ดูเหมือนว่ามันจะเป็นเหมือนพื้นที่ hosting เท่านั้น ถ้าจะเอาชื่อ domain เรามาลง ต้องเสียเงิน
เพิ่งจด domain และซื้อพื้นที่ web จากอีก web ไปค่ะ แต่ว่าอยากได้ style flash แบบใน web นี้มาลงพื้นที่ที่เราซื้ออ่ะค่ะ เป็นไปได้ไหม
ใช้ iframe link ไปยังเว็บต้นฉบับ โดยใช้เว็บเราเลยครับ ^^
<iframe src ="http://www.wix.com/username/name" width="100%" height="900" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
แล้วเปลี่ยนสี background ให้เหมือนกันกับเว็บครับ
ขอบคุณค่ะ อือ เผอิญไม่ค่อยรู้เรื่องพวกนี้เท่าไร่ค่ะ ขอข้อมูลเพิ่มเติมอีกนิดค่ะ แสดงว่าสุดท้าย web ที่เรา create จากweb นี้ก้อจะมาอยู่ใน web space ที่เราซื้อไปใช่ไหมค่ะ
อ้างถึงจาก: Nakamura ใน 01 กันยายน 2010, 11:34:49
ใช้ iframe link ไปยังเว็บต้นฉบับ โดยใช้เว็บเราเลยครับ ^^
<iframe src ="http://www.wix.com/username/name" width="100%" height="900" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
แล้วเปลี่ยนสี background ให้เหมือนกันกับเว็บครับ
ขอบคุณค่ะ อือ เผอิญไม่ค่อยรู้เรื่องพวกนี้เท่าไร่ค่ะ ขอข้อมูลเพิ่มเติมอีกนิดค่ะ แสดงว่าสุดท้าย web ที่เรา create จากweb นี้ก้อจะมาอยู่ใน web space ที่เราซื้อไปใช่ไหมค่ะ
อ้างถึงจาก: Nakamura ใน 01 กันยายน 2010, 11:34:49
ใช้ iframe link ไปยังเว็บต้นฉบับ โดยใช้เว็บเราเลยครับ ^^
<iframe src ="http://www.wix.com/username/name" width="100%" height="900" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
แล้วเปลี่ยนสี background ให้เหมือนกันกับเว็บครับ
ว่าแต่ iframe คืออะไรอ่ะค่ะ
ของผมใช้ตัวนี้ครับ โหลดมาจากไหนไม่รู้
ดูตัวอย่างการแสดงผลได้ที่ http://www.phar-tech.com/
จะเปลี่ยนไปที่หน้าไหน address bar ก้แสดงเป็น http://www.phar-tech.com/อยู่ครับ
<html>
<head>
<meta name="keywords" content="phar,drug,tech,game,photo,com,web">
<link rel="icon" href="http://www.phar-tech.com/main/animated_favicon1.gif" type="image/gif" > [color=red]ใส่ favicon[/color]
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("<script src='" gaJsHost "google-analytics.com/ga.js' type='text/javascript'></script>"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-8420163-1");
pageTracker._trackPageview();
</script>
<script language="JavaScript1.2">
var message=":) TSPT (:" //specifys the title [color=red] ใส่ข้อความไตเติล หัวเวบ[/color]
var message=message " " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle message.charAt(i) //sets the initial title
temptitle=temptitle message.charAt(i) //increases the title by one letter
i //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}
window.onload=titler
</script>
<script language=VBScript>
Dim Bar, Line, SP
Bar = 0
Line = "|"
SP = 100
Function Window_onLoad()
Bar = 95
SP = 10
End Function
Function Count()
If Bar < 100 Then
Bar = Bar 1
Window.Status = "Loading : " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "===> All for one<===" // ใส่ข้อความที่ต้องการให้ขึ้นที่ STATUSBAR หลังจากแสดงแถบ LOAD เสร็จแล้ว
Document.Body.Style.Display = ""
End If
End Function
Call Count()
</script>
<title>* THAILAND SOCIETY OF PHARMACY TECHNICIAN COMMUNITIES WEBSITE.</title>
</head>
<frameset rows="" >
<frame src="[color=red]http://www.XXXXXXX/YYYYY/NNNNN//"[/color]> //เข้ามาแล้วจะให้ชี้ไปที่หน้าไหน
</frameset>
</html>
อ้างถึงจาก: Nakamura ใน 01 กันยายน 2010, 11:34:49
ใช้ iframe link ไปยังเว็บต้นฉบับ โดยใช้เว็บเราเลยครับ ^^
<iframe src ="http://www.wix.com/username/name" width="100%" height="900" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
แล้วเปลี่ยนสี background ให้เหมือนกันกับเว็บครับ
ไอเดียแหล่มแบบนี้ 1 กันไปเรยครับ :wanwan019:
เพิ่งสมัครใช้ไปเมื่อกี๊เองค่ะ กำลังจะเข้ามาถามพอดี แต่ Search แล้วก็เจอคนถามก่อนแล้ว โห นานเหมือนกันนะเนี่ย นึกว่าเพิ่งมี
ที่สนใจเพราะมันมีให้เลือกแบบ Blog ด้วย อิอิ :wanwan020:
ใส่พวก code ได้ปะครับ พวก หน้าต่าง การกรอก ข้อมูล ต่างๆ อยากรู้ครับ
ใช้บริการเจ้านี้อยู่ครับ ทั้งโฮสต์และโดเมน แรก ๆ ก็สมัครเข้าไปลองทำเว็บดูเล่น ๆ
ผมว่ามันง่ายดี ทำจนเว็บเสร็จอย่างที่เราอยากได้ จึงตัดสินใจซื้อโฮสต์และก็โดเมน
จากนั้นก็เอาเว็บที่เราสร้างเสร็จมาใส่ในโดเมนได้เลย ขั้นตอนไม่ยุ่งยาก