Jump to content

Open link in a new window when you have a few variables together?


Modernvox

Recommended Posts

echo "<a href=\"$url{$post[1]}\" target=\"_blank\">{$post[2]}<font size=\"3\">{$post[3]}</a><br />";

 

Thank you premiso. I guess I asked the wrong question as I tried the mod but just realized i should be opening a new window from the drop down form correct?

 

Like such:

<form name="" action="search.php" target="windowName"

method="post" onsubmit="window.open('', this.target,

'dialog,modal,scrollbars=no,resizable=no,width=450,height=600,left=362,top=284');">

 

Can I just open a entire window or do i need to input width, height etc...?

 

Thanks again.

echo "<a href=\"$url{$post[1]}\" target=\"_blank\">{$post[2]}<font size=\"3\">{$post[3]}</a><br />";

 

haha, I'm batting 0 this week. I seem to be second guessing myself. Your answer is what i needed, thanks again Premiso.

 

Take Care until next time:-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.