วันนี้สำหรับคอ developer นะครับ
สมมุติว่าเราจะพิมพ์คำสั่ง javascript:alert('test'); ใน URL ของ firefox มันต้องแสดง dialog alert ขึ้นมาใช่ไหมครับโดยปกติ แต่สำหรับ firefox มันจะไม่แสดง ไม่รู้เป็นอะไรเหมือนกัน วิธีแก้คือ ให้ลง add on fire bug
เมื่อลงเสร็จ restart firefox แล้วกด F12
ตามด้วย Ctrl + Shift + L จะได้แสดง command line ให้เราพิมพ์ตรงนั้นแหละครับ
ภาษาอังกฤษหน่อยเพื่อ ฝรั่งเข้ามาอ่าน
How to execute javascript in url in firefox
when you type javascript:alert('test') in URL it dos't work.
how to solve
install add on firebug
Tools -> addon -> search "firebug"
install and restart Firefox Browser
Press "F12" button then will show Firebug tool and Pres "Ctrl + Shift + L " then will show command line javascript and type your Javascript Code.
do follow image below.