How to open a new popup or window using tr tag with javascript? -


यह मेरी स्क्रिप्ट है

  tr style = 'कर्सर: हाथ' onclick = "javascript : Location.href = 'list.php? No = $ row [no]' "  

यह एक ही विंडो में फ़ैशन आता है:

मुझे लगता है कि मुझे इसका उपयोग करना होगा Someting जैसे

  onclick = "javascript: [& amp; nbsp; & amp; nbsp; & amp; nbsp; & amp; nbsp; & amp; nbsp; & amp; nbsp; & amp; nbsp; & Amp; nbsp; & amp; nbsp; & amp; nbsp;] = 'list.php? नहीं = $ पंक्ति [नहीं]' "  

मैं कैसे नया पॉपअप या विंडो कर सकता हूं?

मैंने href = का उपयोग किया है लेकिन यह क्रोम में काम नहीं करता है इसलिए मैं href टैग का उपयोग नहीं करना चाहता।

इस window.open

tr शैली = 'के साथ प्रयास करें कर्सर: हाथ 'onclick = "javascript: window.open (' list.php? नहीं = $ पंक्ति [नहीं] ');"

देखें

अपडेट 2

tr शैली = 'कर्सर: हाथ' onclick = "javascript: window.open ('list.php? नहीं = $ पंक्ति [नहीं]', 'my_window '); "

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -