The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
#" 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:
1. Define the $link_display_popup , placing somewhwre in your Start of page:
<? $link_display_popup = '<font style="font-size:13px" color="#000000" face="Arial"><a href="#" onClick="window.open(\'page_to_open.html\', \'\',\'width=700,height=700\'); return false;"" class="link_style">Link to open in Pop Up</a></font'; ?>
2. In your table cell, if it is a BV table, right click the cell, and paste in the Inside Tag:
><?echo $link_display_popup;?>
That's all.
Else, if it is a hand coded table, in the limits of the specific cell code type:
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
That's excactly what i had in my example, the only difference, as you said, that the displayed text should also be a variable. But the code is the same.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Comment