I'm sorry but I think this thread is better placed her at this subforum, because is more related with programming and php.
Can someone please delete my thread at the "Adding elements ...." subforum ?
Thank You.
Quote:
Originally Posted by navaldesign
However, the popup code is:
#" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"
If you are indeed using BV, paste the above code in the URL field in the Link Properties window.
Hello navaldesign,
I am using the above code with a button and it works very well.
Can You help me and explain me how I can use it with a text link during runtime:
I am using the following code on a table:
<td><center>$link_display_popup</center></td>
Can You tell me how I can populate the $link_display_popup variable ?
I want the $link_display_popup to open a popup window and if it was a button I would use on the onclick value the following code:
window.open(include/popup_status_obra.php, '','scrollbars=1,width=600,height=300,left=150,top =250'); return false;
Can You(or anyone else), please help ?
Thanks in advance,
pipesportugal
Can someone please delete my thread at the "Adding elements ...." subforum ?
Thank You.
Quote:
Originally Posted by navaldesign
However, the popup code is:
#" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"
If you are indeed using BV, paste the above code in the URL field in the Link Properties window.
Hello navaldesign,
I am using the above code with a button and it works very well.
Can You help me and explain me how I can use it with a text link during runtime:
I am using the following code on a table:
<td><center>$link_display_popup</center></td>
Can You tell me how I can populate the $link_display_popup variable ?
I want the $link_display_popup to open a popup window and if it was a button I would use on the onclick value the following code:
window.open(include/popup_status_obra.php, '','scrollbars=1,width=600,height=300,left=150,top =250'); return false;
Can You(or anyone else), please help ?
Thanks in advance,
pipesportugal
Comment