You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Edi <ed...@yahoo.com> on 2008/05/05 07:46:05 UTC

Regarding Print page function?

Hello,

    I have created one html link and during the onclick, I have called the
javascript print function,

window.print(), the entire page is printing nicely. But in all the corner
sides, I am getting some improper 

wicket codes also printing(FYI: My IE version is 6.0). But in firefox is
working fine. 

My print function looks,
 
 Print 

This code is written in wicket model window.

Please send your suggestions.

Thanking You.
Regards,
Edi
-- 
View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding Print page function?

Posted by Martin Grigorov <mc...@e-card.bg>.
Edi,

On Wed, 2008-05-07 at 01:18 -0700, Edi wrote:
> no. how can i use this html validator for that print?  please tell me.
> 
> thanks
> regards,
> edi
> 
> 
> Martin Makundi wrote:
> > 
> > Hi... have you validated your page using a HTML validator?
> > 
> > **
> > Martin
> > 
> > 2008/5/6 Edi <ed...@yahoo.com>:
> >>
> >>  hello to all,
> >>
> >>  please give me your suggestion regarding this issue.
> >>
> >>  thanking you
> >>  regards,
> >>  edi
> >>
> >>
> >>  Edi wrote:
> >>  >
> >>  > my html code is
> >>  >
> >>  > <aa href="" onclick="javascript:window.print(); return false;">
> >>  >                               PRINT  img/print.gif
> >>  >                       </aa>
> >>  > i did not use any wicket code. i used only html and javascript
> >>  > thanks-

there is no HTML element <aa>. Try with <a>.

> >>  >
> >>  > -----------------------------------------------------------
> >>  >
> >>  > Martin Makundi wrote:
> >>  >>
> >>  >> Could you show the markup and the code?
> >>  >>
> >>  >> 2008/5/5 Edi <ed...@yahoo.com>:
> >>  >>>
> >>  >>>  Hello,
> >>  >>>
> >>  >>>     I have created one html link and during the onclick, I have
> >> called
> >>  >>> the
> >>  >>>  javascript print function,
> >>  >>>
> >>  >>>  window.print(), the entire page is printing nicely. But in all the
> >>  >>> corner
> >>  >>>  sides, I am getting some improper
> >>  >>>
> >>  >>>  wicket codes also printing(FYI: My IE version is 6.0). But in
> >> firefox
> >>  >>> is
> >>  >>>  working fine.
> >>  >>>
> >>  >>>  My print function looks,
> >>  >>>
> >>  >>>   Print
> >>  >>>
> >>  >>>  This code is written in wicket model window.
> >>  >>>
> >>  >>>  Please send your suggestions.
> >>  >>>
> >>  >>>  Thanking You.
> >>  >>>  Regards,
> >>  >>>  Edi
> >>  >>>  --
> >>  >>>  View this message in context:
> >>  >>>
> >> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
> >>  >>>  Sent from the Wicket - User mailing list archive at Nabble.com.
> >>  >>>
> >>  >>>
> >>  >>> 
> >> ---------------------------------------------------------------------
> >>  >>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>  >>>  For additional commands, e-mail: users-help@wicket.apache.org
> >>  >>>
> >>  >>>
> >>  >>
> >>  >> ---------------------------------------------------------------------
> >>  >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>  >> For additional commands, e-mail: users-help@wicket.apache.org
> >>  >>
> >>  >>
> >>  >>
> >>  >
> >>  >
> >>
> >>  --
> >>  View this message in context:
> >> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17078840.html
> >>  Sent from the Wicket - User mailing list archive at Nabble.com.
> >>
> >>
> >>  ---------------------------------------------------------------------
> >>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>  For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> > 
> > 
> > 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding Print page function?

Posted by Edi <ed...@yahoo.com>.
no. how can i use this html validator for that print?  please tell me.

thanks
regards,
edi


Martin Makundi wrote:
> 
> Hi... have you validated your page using a HTML validator?
> 
> **
> Martin
> 
> 2008/5/6 Edi <ed...@yahoo.com>:
>>
>>  hello to all,
>>
>>  please give me your suggestion regarding this issue.
>>
>>  thanking you
>>  regards,
>>  edi
>>
>>
>>  Edi wrote:
>>  >
>>  > my html code is
>>  >
>>  > <aa href="" onclick="javascript:window.print(); return false;">
>>  >                               PRINT  img/print.gif
>>  >                       </aa>
>>  > i did not use any wicket code. i used only html and javascript
>>  > thanks-
>>  >
>>  > -----------------------------------------------------------
>>  >
>>  > Martin Makundi wrote:
>>  >>
>>  >> Could you show the markup and the code?
>>  >>
>>  >> 2008/5/5 Edi <ed...@yahoo.com>:
>>  >>>
>>  >>>  Hello,
>>  >>>
>>  >>>     I have created one html link and during the onclick, I have
>> called
>>  >>> the
>>  >>>  javascript print function,
>>  >>>
>>  >>>  window.print(), the entire page is printing nicely. But in all the
>>  >>> corner
>>  >>>  sides, I am getting some improper
>>  >>>
>>  >>>  wicket codes also printing(FYI: My IE version is 6.0). But in
>> firefox
>>  >>> is
>>  >>>  working fine.
>>  >>>
>>  >>>  My print function looks,
>>  >>>
>>  >>>   Print
>>  >>>
>>  >>>  This code is written in wicket model window.
>>  >>>
>>  >>>  Please send your suggestions.
>>  >>>
>>  >>>  Thanking You.
>>  >>>  Regards,
>>  >>>  Edi
>>  >>>  --
>>  >>>  View this message in context:
>>  >>>
>> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
>>  >>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>  >>>
>>  >>>
>>  >>> 
>> ---------------------------------------------------------------------
>>  >>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>  >>>  For additional commands, e-mail: users-help@wicket.apache.org
>>  >>>
>>  >>>
>>  >>
>>  >> ---------------------------------------------------------------------
>>  >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>  >> For additional commands, e-mail: users-help@wicket.apache.org
>>  >>
>>  >>
>>  >>
>>  >
>>  >
>>
>>  --
>>  View this message in context:
>> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17078840.html
>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>  For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17099794.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding Print page function?

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Hi... have you validated your page using a HTML validator?

**
Martin

2008/5/6 Edi <ed...@yahoo.com>:
>
>  hello to all,
>
>  please give me your suggestion regarding this issue.
>
>  thanking you
>  regards,
>  edi
>
>
>  Edi wrote:
>  >
>  > my html code is
>  >
>  > <aa href="" onclick="javascript:window.print(); return false;">
>  >                               PRINT  img/print.gif
>  >                       </aa>
>  > i did not use any wicket code. i used only html and javascript
>  > thanks-
>  >
>  > -----------------------------------------------------------
>  >
>  > Martin Makundi wrote:
>  >>
>  >> Could you show the markup and the code?
>  >>
>  >> 2008/5/5 Edi <ed...@yahoo.com>:
>  >>>
>  >>>  Hello,
>  >>>
>  >>>     I have created one html link and during the onclick, I have called
>  >>> the
>  >>>  javascript print function,
>  >>>
>  >>>  window.print(), the entire page is printing nicely. But in all the
>  >>> corner
>  >>>  sides, I am getting some improper
>  >>>
>  >>>  wicket codes also printing(FYI: My IE version is 6.0). But in firefox
>  >>> is
>  >>>  working fine.
>  >>>
>  >>>  My print function looks,
>  >>>
>  >>>   Print
>  >>>
>  >>>  This code is written in wicket model window.
>  >>>
>  >>>  Please send your suggestions.
>  >>>
>  >>>  Thanking You.
>  >>>  Regards,
>  >>>  Edi
>  >>>  --
>  >>>  View this message in context:
>  >>> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
>  >>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>  >>>
>  >>>
>  >>>  ---------------------------------------------------------------------
>  >>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  >>>  For additional commands, e-mail: users-help@wicket.apache.org
>  >>>
>  >>>
>  >>
>  >> ---------------------------------------------------------------------
>  >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  >> For additional commands, e-mail: users-help@wicket.apache.org
>  >>
>  >>
>  >>
>  >
>  >
>
>  --
>  View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17078840.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding Print page function?

Posted by Edi <ed...@yahoo.com>.
hello to all,

please give me your suggestion regarding this issue.

thanking you
regards,
edi


Edi wrote:
> 
> my html code is
> 
> <aa href="" onclick="javascript:window.print(); return false;">
>             			PRINT  img/print.gif 
>             		</aa>
> i did not use any wicket code. i used only html and javascript
> thanks-
> 
> -----------------------------------------------------------
> 
> Martin Makundi wrote:
>> 
>> Could you show the markup and the code?
>> 
>> 2008/5/5 Edi <ed...@yahoo.com>:
>>>
>>>  Hello,
>>>
>>>     I have created one html link and during the onclick, I have called
>>> the
>>>  javascript print function,
>>>
>>>  window.print(), the entire page is printing nicely. But in all the
>>> corner
>>>  sides, I am getting some improper
>>>
>>>  wicket codes also printing(FYI: My IE version is 6.0). But in firefox
>>> is
>>>  working fine.
>>>
>>>  My print function looks,
>>>
>>>   Print
>>>
>>>  This code is written in wicket model window.
>>>
>>>  Please send your suggestions.
>>>
>>>  Thanking You.
>>>  Regards,
>>>  Edi
>>>  --
>>>  View this message in context:
>>> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
>>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>>  ---------------------------------------------------------------------
>>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>  For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17078840.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding Print page function?

Posted by Edi <ed...@yahoo.com>.
my html code is

 
            			PRINT  img/print.gif 
            		 
i did not use any wicket code. i used only html and javascript
thanks-

-----------------------------------------------------------

Martin Makundi wrote:
> 
> Could you show the markup and the code?
> 
> 2008/5/5 Edi <ed...@yahoo.com>:
>>
>>  Hello,
>>
>>     I have created one html link and during the onclick, I have called
>> the
>>  javascript print function,
>>
>>  window.print(), the entire page is printing nicely. But in all the
>> corner
>>  sides, I am getting some improper
>>
>>  wicket codes also printing(FYI: My IE version is 6.0). But in firefox is
>>  working fine.
>>
>>  My print function looks,
>>
>>   Print
>>
>>  This code is written in wicket model window.
>>
>>  Please send your suggestions.
>>
>>  Thanking You.
>>  Regards,
>>  Edi
>>  --
>>  View this message in context:
>> http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>  For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17061495.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding Print page function?

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Could you show the markup and the code?

2008/5/5 Edi <ed...@yahoo.com>:
>
>  Hello,
>
>     I have created one html link and during the onclick, I have called the
>  javascript print function,
>
>  window.print(), the entire page is printing nicely. But in all the corner
>  sides, I am getting some improper
>
>  wicket codes also printing(FYI: My IE version is 6.0). But in firefox is
>  working fine.
>
>  My print function looks,
>
>   Print
>
>  This code is written in wicket model window.
>
>  Please send your suggestions.
>
>  Thanking You.
>  Regards,
>  Edi
>  --
>  View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org