This topic is locked

Can list change into print page on the same window

11/16/2010 3:22:06 AM
PHPRunner General questions
A
amuro author

Hi~
After user chose some rows on list page, using checkbox, and clicked print,

How could the print page appear on list one, not opening another window for showing up?
Thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=15748&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />

Sergey Kornilov admin 11/16/2010

Proceed to Visual Editor, highlight 'Print this page' link and switch to HTML mode. You'll see something like this:

<A class=tablelinks3 href="carscars_print.php" target=_blank {$printlink_attrs}>Print this page </A>


Modify it the following way and rebuild the project:

<A class=tablelinks3 href="carscars_print.php">Print this page </A>
A
amuro author 11/16/2010

Hi~
Switch to HTML mode, which shows up "{BEGIN printselected_link}<SPAN class=buttonborder

{$printselectedlink_span}><INPUT class=button value=列印選定資料 type=button {$printselectedlink_attrs}></SPAN>

{END printselected_link}
".
I did not see any hyperlink tag <A></A>
Thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=54491&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

Sergey Kornilov admin 11/17/2010

I suggest to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

Sergey Kornilov admin 11/17/2010

You must contact support directly sending your application URL and instruction on reproducing the error. What you posted here is a generic Demo Account login page which is the same for everyone.