Announcement

Collapse
No announcement yet.

open POPUP window from a text link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • open POPUP window from a text link

    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

  • #2
    Re: open POPUP window from a text link

    Please look at the other thread you posted about this: Pop Ups
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, 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


    • #3
      Re: open POPUP window from a text link

      ok thanks and sorry,

      I already posted my answer there.

      Thanks,
      pipesportugal

      Comment

      Working...
      X