J
|
Jane 1/26/2009 |
Hi, $xt->assign("addlink_attrs","href=\"TableName_add.php\" onClick=\"window.open('TableName_add.php');\""); |
W
|
wildwally author 1/28/2009 |
What exactly is this suppose to do? |
J
|
Jane 1/28/2009 |
This code opens add page in the new window. |
W
|
wildwally author 1/28/2009 |
Through A link? or my code simialar to the example I provided above? |
J
|
Jane 1/28/2009 |
Hi, if($values["LOGISTICS_REQUEST"] == 1) { ?><script> window.open('logistics_add.php'); </script><?php } |
W
|
wildwally author 1/28/2009 |
Thanks again Jane <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=37231&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> |