开发者

PHP url with parameter to open with JQUERY DIALOG?

开发者 https://www.devze.com 2023-03-30 09:29 出处:网络
I got a php code like below print \"<td width=61><a href=\'popupboxM.php?SId=$vv\' onClick=\'openpopup(this.href);return false;\'>\".$row[\'Info\'].\"</a><开发者_如何学JAVA;/td>

I got a php code like below

print "<td width=61><a href='popupboxM.php?SId=$vv' onClick='openpopup(this.href);return false;'>".$row['Info']."</a><开发者_如何学JAVA;/td>";

How can I open this in jquery ui dialog window ? currently I use javascript.

Plese help in for the same


use jquery $.get() or $.post() to get the link and then insert it into a div, and then open that div as jquery ui dialog

0

精彩评论

暂无评论...
验证码 换一张
取 消