Jump to content
php.lv forumi
  • 0

submit jaunā logā


Mikijs

Question

Sveiki, vēlos izveidot listes printēšanu.

 

<form method="post" action="<?=url("print")?>">

<ul>

<? while($array=dbarray($query)){ makeStrings(); ?>

<li><input type='checkbox' id='chk<?=$id?>' name='printCheckbox[<?=$id?>]' value='y'><label for='chk<?=$id?>'> <?=$title?></label>

<? } ?>

</ul>

<input type='submit' value='Print'>

</form>

 

ka lai nosubmito lapu ta lai submits butu jauna loga ?

domaju ka varetu but

<input type="submit" onclick="new.Window("name1","#");">

un

<form method="post" action=".." target="name1"> ?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...